On 8 Dec 02 at 15:43, [EMAIL PROTECTED] wrote: >IF NOT DIREXIST %TEMP% MD %TEMP% > >That is the syntax for OpenDos. > >Someone else here might know the correct syntax for MSdos to check for >the existance of %TEMP% and then create it if it does not exist.
if not exist %temp%\nul md %temp% Zdravím, Christof Lange _______________________________________________ Christof Lange <[EMAIL PROTECTED]> Prokopova 4, 130 00 Praha 3, Czech Republic phone: (+420-2) 22 78 06 73 / 22 78 20 02 http://www.volny.cz/cce.zizkov
