home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_prgms / affirm / install.bat < prev    next >
DOS Batch File  |  1991-10-01  |  168b  |  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.