Glenn wrote:
>if not direxist %temp% md %temp%
>
>Sorry, I don't know the correct syntax to do this in MS-dos.

if not exist %temp%\nul md %temp%

>Another BAD idea.(but not as bad as c:\).....
>set temp=c:\dos

Hey, temp=c:\ doesn't work with Arachne (probably not the only program that
this creates problems with) temp=c:\dos works fine (I used it for several
years and no program gave me any problem with it)! - although I now have
temp=y:\temp instead ;-)
//Bernie
http://bernie.arachne.cz/ DOS programs, Star Wars ...

Reply via email to