H
harryj
Can anyone explain why the following batch file fails in
WinXP but runs fine in Win98?
echo Y|del a:\*.*
: zip files
pkzip.exe -& a:\tp.zip *.dbf *.fpt *.cdx *.sys
The "delete files" command runs OK. The "pkzip" command
does not perform the PARAMETERS statement.
It stops with PKZIP (just as if the command was PKZIP only)
and displays the PKZIP Help screen.
The PKZIP.EXE file and the BATCH file and the FILES to be
zipped are all in the same directory.
WinXP but runs fine in Win98?
: dele files on floppybackup.bat
echo Y|del a:\*.*
: zip files
pkzip.exe -& a:\tp.zip *.dbf *.fpt *.cdx *.sys
The "delete files" command runs OK. The "pkzip" command
does not perform the PARAMETERS statement.
It stops with PKZIP (just as if the command was PKZIP only)
and displays the PKZIP Help screen.
The PKZIP.EXE file and the BATCH file and the FILES to be
zipped are all in the same directory.