home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DESKTOP / DMASTER2.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-02-15  |  207b  |  11 lines

  1. @Echo off
  2. echo INSTALLATION PROCEEDING!
  3. copy dmconfig.exe %1
  4. copy dm.exe %1
  5. copy register.doc %1
  6. echo FINISHED!
  7. echo Add the following line to your AUTOEXEC.BAT file :
  8. echo
  9. echo cd %1
  10. echo DM.EXE
  11.