home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA1_0896.bin / _bbs / maxtool / all.bat next >
DOS Batch File  |  1996-04-15  |  438b  |  19 lines

  1. rem you shouldn't have to change anything
  2. REM  To run this one batch file, change it here also.
  3. if .%CDROM% == . goto cd_not_set
  4. goto cd_set
  5. :cd_not_set
  6. goto end
  7. :cd_set
  8.  
  9. REM  This is the foreign language stuff.  the default extension is
  10. REM  ".txt"
  11. if .%in_language% == . goto not_set2
  12. goto set2
  13. :not_set2
  14. set in_language=txt
  15. :set2
  16.  
  17. echo y | del %CDROM%\_bbs\max\*.*
  18. maxmount %CDROM% %CDROM%\_bbs\max %in_language%
  19. :end