home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / WORD / LTRHEAD2.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-10-01  |  1KB  |  40 lines

  1. @REM INSTALL.BAT; JLS 8/92
  2. @echo off
  3. cls
  4. if "%1"=="" goto info
  5. ECHO Files for THE LETTERHEAD KIT for WP/DOS will now be copied:
  6. ECHO Macros will be copied to %1
  7. ECHO A complete set of all the forms, macros, samples, instructions,
  8. ECHO and graphics will be copied to the new directory C:\LTRHEAD.
  9. ECHO You will need about 360K of free space for now, and the manual
  10. ECHO will tell you which files are absolutely needed (about 110K).
  11. ECHO ...
  12. ECHO Press any key to proceed with installation, or Control-C to stop now.
  13. pause > nul
  14. copy *.wpm %1
  15. md c:\ltrhead
  16. copy *.* c:\ltrhead\*.*
  17. ECHO Done...
  18. ECHO If you haven't already,
  19. ECHO type PRINTDOC for instructions on printing the manual.
  20. goto end
  21. :info
  22. ECHO Start INSTALL.BAT with the drive path to the macro directory
  23. ECHO used by WordPerfect for DOS, usually c:\wp51\wpm.
  24. ECHO ...
  25. ECHO If you don't know where WP keeps your macros, look in the Setup menu,
  26. ECHO choose Location of Files, and write down the entry under
  27. ECHO Keyboard/Macro Files, and enter it from the DOS prompt.
  28. ECHO ...
  29. ECHO For example: 
  30. ECHO INSTALL d:\wp51\wpm
  31. ECHO (Copies macros to d:\wp51\wpm.)
  32. ECHO or:
  33. ECHO INSTALL c:\wp51
  34. ECHO (Copies macros to c:\wp51.)
  35. ECHO ...
  36. ECHO The Letterhead Kit should be installed in the directory c:\ltrhead,
  37. ECHO and this batch file will create that directory for you. If you must
  38. ECHO use a different drive, follow the manual installation instructions 
  39. ECHO in the file LTRHEAD2.DOC.
  40. :end