Running version 16.03.55. I have the the option "UNIX/Linux-style paths" turned on. The problem is: when I call a batch script using forward slashes, ARGV1 is setup incorrectly. This happens even in a directory with no spaces.
>projects/test/printargs.bat applepie
ARGV0: projects/test/printargs.bat
ARGV1: /test/printargs.bat
ARGV2: applepie
Is this a bug?
Normally, a workaround would be to put the script path in quotes, but in my case, the command is being constructed and executed by a third-party utility.
Thanks,
Mel
>projects/test/printargs.bat applepie
ARGV0: projects/test/printargs.bat
ARGV1: /test/printargs.bat
ARGV2: applepie
Is this a bug?
Normally, a workaround would be to put the script path in quotes, but in my case, the command is being constructed and executed by a third-party utility.
Thanks,
Mel