home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u258.dms / in.adf / ARCFILES / prodocs.arc / EXECME next >
Encoding:
Text File  |  1988-02-22  |  568 b   |  24 lines

  1. .
  2. ; Unpack programmers documentation (manual pages, manual and demos)
  3. IF NOT EXISTS pro_docs
  4. MakeDir pro_docs
  5. ENDIF
  6. Rename OLDPRO.ARC pro_docs
  7. cd pro_docs
  8. arc x OLDPRO.ARC EXECME
  9. Execute EXECME
  10. ; still in pro_docs
  11. Echo "You may receive a message which says something like"
  12. Echo "File EXECME already exists, overwrite?"
  13. Echo "You probably want to say YES to this question"
  14. Rename /NEWPRO.ARC *
  15. arc x NEWPRO.ARC EXECME
  16. Execute EXECME
  17. Echo "You might get that message again"
  18. Rename /EXPRG.ARC *
  19. arc x EXPRG.ARC EXECME
  20. Execute EXECME
  21. cd /
  22. Delete PRODOCS.ARC EXECME ASK
  23.