5 lines
189 B
Batchfile
5 lines
189 B
Batchfile
@echo off
|
|
ECHO Use this batch file to make a new cab file. Press CTRL-C to cancel, or
|
|
pause
|
|
"C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "Orders.DDF"
|