home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / axrud582.zip / AUNTIE.BAT next >
DOS Batch File  |  1990-06-27  |  903b  |  23 lines

  1. @REM ************************************************************************
  2. @REM * Run XORU (c) 5.0 under Auntie BBS
  3. @REM * Assumes existence of Auntie files in C:\AUNTIE and an archived
  4. @REM * copy of XORU in \ZIPDOORS, compressed using PKWARE, Inc's PKZIP (tm)
  5. @REM ************************************************************************
  6. @REM
  7. @REM Note: the "@" signs preceding each line of this file are for
  8. @REM disabling DOS echoing in batch files (DOS ver 3.3 and above)
  9. @REM Also Note: the line "\AXORU\AXORU" may need to be changed to
  10. @REM the following if your DOS does not support execution of a program
  11. @REM by its full path name:
  12. @REM            CD \AXORU
  13. @REM            AXORU
  14. @REM            CD \AUNTIE
  15. @ECHO OFF
  16. @MD \AXORU
  17. @PKUNZIP \ZIPDOORS\AXORUDR5 \AXORU
  18. @\AXORU\AXORU
  19. @PKZIP -U \ZIPDOORS\AXORUDR5 \AXORU\*.XRU
  20. @ECHO Y | DEL \AXORU\*.*
  21. @RD \AXORU
  22. @RUNAUNT.BAT
  23.