home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Electronics for your PC
/
pcelectronics.bin
/
Elec_dos
/
PADS
/
LOGCLIEN.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-29
|
456b
|
18 lines
@echo off
copy %1\plib.dat %2>NUL:
copy %1\cursor %2>NUL:
copy %1\startup.txt %2>NUL:
copy %1\devices.dat %2>NUL:
copy %1\defaults.pad %2>NUL:
copy %1\psfont.dat %2>NUL:
copy %1\autosym.dat %2>NUL:
copy %1\bomrep.dat %2>NUL:
copy %1\gndpwr.dat %2>NUL:
copy %1\pkgtyp.dat %2>NUL:
copy %1\width.dat %2>NUL:
copy %1\pinsym.dat %2>NUL:
copy %1\future.dat %2>NUL:
copy %1\camdefl.dat %2>NUL:
copy %1\front.dat %2>NUL:
copy %1\xlate.dat %2>NUL: