home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / i / incmd20.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-01-11  |  261b  |  18 lines

  1. @echo off
  2. if exist incomand.exe goto OK
  3.   echo    To install, type
  4.   echo        A:    (or your drive letter)
  5.   echo        INSTALL
  6.   goto exit
  7.  
  8. :OK
  9. echo Creating C:\IL\ ....
  10. MD c:\il
  11. echo Copying ....
  12. copy/v incomand.exe c:\il
  13. c:
  14. cd \il
  15. incomand
  16. install
  17. :exit
  18.