home *** CD-ROM | disk | FTP | other *** search
- .
- ; Unpack programmers documentation (manual pages, manual and demos)
- ;
- IF NOT EXISTS pro_docs
- MakeDir pro_docs
- ENDIF
- Rename OLDPRO.ARC pro_docs
- cd pro_docs
- arc x OLDPRO.ARC EXECME
- Execute EXECME
- ; still in pro_docs
- Echo "You may receive a message which says something like"
- Echo "File EXECME already exists, overwrite?"
- Echo "You probably want to say YES to this question"
- Rename /NEWPRO.ARC *
- arc x NEWPRO.ARC EXECME
- Execute EXECME
- Echo "You might get that message again"
- Rename /EXPRG.ARC *
- arc x EXPRG.ARC EXECME
- Execute EXECME
- cd /
- Delete PRODOCS.ARC EXECME ASK
-