1. small correction to bindw.bat
- Posted by Robert Craig <rds at ATTCANADA.NET>
Feb 08, 2000
-
Last edited Feb 09, 2000
To registered users:
Caballero Rojo has pointed out a bug in bindw.bat,
the 2-line batch file that you need to bind a Windows
Euphoria program.
The second line is:
ex.exe bind.ex -w32 %1 %2 %3 %4
This allows bindw to read up to 4 command-line arguments,
but in 2.2 you could have more than that, if you use:
-icon <filename> plus 3 or more other options.
I've changed it to:
ex.exe bind.ex -w32 %1 %2 %3 %4 %5 %6 %7 %8 %9
to be safe in case of future changes. I made a similar change
to bind.bat and shroud.bat, and the equivalent files on Linux,
although you're very unlikely to have a problem with those files.
Those who register from now on will get the corrected files.
Note: If you simply type: bindw
you'll be prompted for all arguments, and won't be
affected by this bug.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com