home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / hc6.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-10-01  |  1KB  |  38 lines

  1. echo off
  2. if "%1"=="" goto :error1
  3. if "%2"=="" goto :error1
  4. %2
  5. cd\
  6. md swater
  7. cd swater
  8. md hc6
  9. cd hc6
  10. %1inopsew
  11. cd ..
  12. cls
  13. echo *
  14. echo *   The program directories are all contained under a main directory SWATER
  15. echo *
  16. echo * directory      C:\--- SWATER
  17. echo * subdirectory             \______ HC6
  18. echo *
  19. echo *  You should become familiar with the CHDIR command: CD
  20. echo *  To execute one of the programs go to the proper directory
  21. echo *  and type the name of the executable file you wish execute.
  22. pause
  23. goto :end
  24. :error1
  25. ECHO OFF
  26. CLS
  27. ECHO ************************************************************
  28. ECHO *                                                          *
  29. ECHO *    The correct syntax for installation is                *
  30. ECHO *                                                          *
  31. ECHO *     INSTALL S: D:                                        *
  32. ECHO *                                                          *
  33. ECHO * where S is the source drive                              *
  34. ECHO *       D is the destination drive                         *
  35. ECHO *                                                          *
  36. ECHO ************************************************************
  37. :end
  38.