[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Calling a batch file from within LUA
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 18 May 2003 21:50:07 -0300
>The backslashs within the double quotes are going to get you.
>It's better to use [[ ... ]] to quote string containing DOS path names.
Last time I checked it (DOS 3.x), DOS (or was it the BIOS?) allowed forward
slashes in file names. It was only the DOS shell (command.com) that insisted
on backslashes, because forward slashes were used to signal options.
--lhf