home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 5 / PCFORMAT5.iso / ZIPS / NEURAL.ZIP / installh.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-05  |  1.0 KB  |  48 lines

  1. echo off
  2. cls
  3. if %1x == x goto error
  4. if %2x == x goto error
  5. if %1 == %2 goto error
  6. ECHO  
  7. ECHO Installing program on hard disk Drive %2....
  8. ECHO  
  9. ECHO  
  10. %2
  11. CD\
  12. MD NEURAL
  13. CD \NEURAL
  14. %1
  15. COPY *.* %2\NEURAL/v
  16. ECHO  
  17. ECHO  
  18. PAUSE
  19. CLS
  20. ECHO Remove Disk #1 from Drive %1 and replace it with Disk #2. Then,
  21. PAUSE
  22. CLS
  23. COPY *.* %2\NEURAL/v
  24. %2
  25. ECHO  
  26. ECHO  
  27. ECHO ...Installation complete.
  28. ECHO  
  29. ECHO  
  30. pause
  31. cls
  32. ECHO The program has been installed in a subdirectory named NEURAL on your hard
  33. ECHO disk Drive %2.  At the completion of this installation program, you will be
  34. ECHO in the NEURAL sub-directory.  To get back into this subdirectory at a later
  35. ECHO time, type  %2  [press Enter], and then type  CD \NEURAL  [press Enter]. Then
  36. ECHO type  README  [press Enter] for operating instructions.  If you need to write
  37. ECHO these directions down on a piece of paper for future reference, PLEASE DO SO
  38. ECHO NOW!
  39. ECHO  
  40. ECHO  
  41. ECHO OFF
  42. goto done
  43. :error
  44. echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
  45. :done
  46. pause
  47. cls
  48.