home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
busi
/
invo
/
009
/
demdata.bat
< prev
next >
Wrap
DOS Batch File
|
1990-09-21
|
590b
|
18 lines
echo off
echo ********************************************************
echo Batch file to create demonstration data files
echo in directory %1 . To create demo data files
echo in your current directory enter demdata . where the
echo single dot is the current directory
echo ********************************************************
pause
echo on
copy work.dem %1\work
copy accounts.dem %1\accounts
copy timekpr.dem %1\timekpr
copy balances.dem %1\balances
copy fees.dem %1\fees
copy costs.dem %1\costs
copy payments.dem %1\payments
copy adjusts.dem %1\adjusts