home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
VISUAL_B
/
PROGRAMS
/
AFFIRM
/
INSTALL.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-10-01
|
168 b
|
8 lines
@echo off
mkdir c:\affirm
copy affirm.* c:\affirm >nul.txt
copy *.dll c:\windows\system >nul.txt
copy self c:\affirm >nul.txt
del nul.txt
echo install compleate