home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 963.ZIP / RCOMINST.BAT < prev   
Encoding:
DOS Batch File  |  1996-03-27  |  509 b   |  24 lines

  1. @echo off
  2. REM Agents Install script for RCOM
  3. REM %1 should be I: , L: or R:
  4. if %1.==I:. goto ok
  5. if %1.==L:. goto ok
  6. if %1.==R:. goto ok
  7. if %1.==i:. goto ok
  8. if %1.==l:. goto ok
  9. if %1.==r:. goto ok
  10. echo Usage: RCOMINST I:    (or L: or R:)
  11. exit
  12.  
  13. :ok
  14. echo Installing Agents to %1
  15. pause
  16. if not exist %1\wve md %1\wve
  17. if not exist %1\spk md %1\spk
  18. if not exist %1\txt md %1\txt
  19. COPY *.WVE \WVE\
  20. COPY *.OPO \OPO\
  21. COPY *.SPK \SPK\
  22. COPY SETUP.DBF \DAT\
  23. COPY DATES.TXT \TXT\
  24. COPY EDITOR.ALS \APP\