home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / ciinst11.zip / INSTALL2.BAT < prev    next >
DOS Batch File  |  1992-08-23  |  398b  |  17 lines

  1. ECHO OFF
  2. ECHO Installing from %1 into %2
  3. ECHO 
  4. :----------------------------------------------------
  5. :  INST-ALL passes this batch file two variables:
  6. :     The source path is passed in variable %1
  7. :     The target path is passed in variable %2
  8. :
  9. :  Sample usage:
  10. :
  11. :     COPY %1\*.* %2
  12. :     PKUNZIP %1\*.zip %2
  13. :
  14. :---------------------------------------------------
  15. DIR %1
  16. PAUSE
  17.