home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / j / jctp15.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-12-21  |  1KB  |  36 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto instruct
  4. echo about to install to %1. To exit, hold down the CTRL key and press C or...
  5. pause
  6. md %1
  7. copy *.* %1
  8.  
  9.  
  10. cls
  11. ECHO HARD DISK INSTALLATION COMPLETE
  12. ECHO.
  13. ECHO Change to the %1 directory and type JCTP15 to run the program.
  14. echo For example, if the path is C:\JCTP then to change
  15. echo to that directory type C: and press Enter. Then type
  16. ECHO CD\JCTP and press Enter. Then type Jctp15 and press Enter.
  17. goto exitt
  18.  
  19. :instruct
  20. echo if you wish to install JCTP Database to a hard disk or
  21. echo or to a 3 1/2 inch drive then please enter the following:
  22. ECHo  
  23. ECHO  INSTALL [PATH]
  24. ECHO      
  25. ECHO Where [path] is the full directory path name.
  26. echo EXAMPLE: INSTALL C:\JCTP
  27. echo The example above will create a directory on the C drive called 
  28. echo JCTP and will copy the files from the floppy disk to that
  29. echo directory.
  30. echo         
  31. echo If you will be running the program from a floppy then make backup copies
  32. echo of the disk (refer to the DISKCOPY command of your DOS manual)
  33. echo Then with your copy of the disk in the drive type JCTP and press
  34. echo enter key.
  35. :exitt
  36.