FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Trying to create a .bat file for windows using fwrite(
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Trying to create a .bat file for windows using fwrite( [message #183659 is a reply to message #183658] Thu, 07 November 2013 00:29 Go to previous messageGo to previous message
Thomas 'PointedEars'  is currently offline  Thomas 'PointedEars'
Messages: 701
Registered: October 2010
Karma:
Senior Member
scasti1(at)yahoo(dot)com wrote:
^^^^^^^^^^^^^^^^^
Please fix.

> I can create the .bat file, but the resulting file does not have the same
> new line characters as another file that executes and looks the same
> except for this
>
> the working file seems to have the type of newline characters
> you would see in a word document (select it and you see a little
> blank character area)

The newline character sequence in WinDOS is <CR><LF>. It is therefore
natural that .bat files for Windows require this character sequence as they
are executed by a WinDOS program, COMMAND.COM or CMD.EXE.

> will using PHP_EOL solve my problem?

Only if it is PHP on Windows.

> both files end up being properly recognized by the system as
> batch files and both look the same in terms of content except for
> the new line (i created my new line by using /r/n
> Its not the same.

The proper escape sequence is "\r\n" (in double-quotes).


PointedEars
--
When all you know is jQuery, every problem looks $(olvable).
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: another value passing problem
Next Topic: values won't transfer
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 28 00:46:17 GMT 2024

Total time taken to generate the page: 0.04812 seconds