home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / PROGRAMS / AFFIRM / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-10-01  |  168 b   |  8 lines

  1. @echo off
  2. mkdir c:\affirm
  3. copy affirm.* c:\affirm >nul.txt
  4. copy *.dll c:\windows\system >nul.txt
  5. copy self c:\affirm >nul.txt
  6. del nul.txt
  7. echo install compleate
  8.