home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / misc / family2.zip / TRYIT.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  1KB  |  46 lines

  1. IF %1?==? DISPLAY nop CLR TRYIT
  2. IF %1==BASICA GOTO DISP1
  3. IF %1==GWBASIC GOTO DISP1
  4. IF %1==BASIC GOTO DISP1
  5. IF %1==PCJR GOTO DISP1
  6. IF %1==DATECALC GOTO UTILITY
  7. IF %1==TIMECALC GOTO UTILITY
  8. ERROR %1 TRYIT
  9. :DISP1
  10. CLS
  11. TYPE TRYIT1.DOC
  12. PAUSE
  13. IF %1==PCJR GOTO TRYIT
  14. IF %2?==PATH? GOTO TRYIT
  15. CLS
  16. ECHO You should have available a diskette containing the %1 language file.
  17. ECHO If you have 2 disk drives, you should place it in the "B" drive now.
  18. ECHO :
  19. ECHO If you have a single disk drive, wait until you are prompted to place
  20. ECHO the diskette in the "B" drive.  After the language file is read from that
  21. ECHO diskette, you will be asked to replace this diskette in the "A" drive.
  22. ECHO :
  23. PAUSE
  24. :TRYIT
  25. CD \SYSTEM
  26. IF %1==PCJR GOTO PCJRCALL
  27. IF %2?==PATH? GOTO PATHCALL
  28. B:%1 FAMINIT/F:4/C:0
  29. GOTO EXIT
  30. :PCJRCALL
  31. BASICA FAMINIT/F:4/C:0
  32. GOTO EXIT
  33. :PATHCALL
  34. %1 FAMINIT/F:4/C:0
  35. GOTO EXIT
  36. :UTILITY
  37. CD \POPUPS
  38. %1 %2
  39. IF %2?==R? ECHO %1 is now resident in memory. Press ALT+CTRL to call it up.
  40. IF %2?==R? PAUSE
  41. CLS
  42. :EXIT
  43. CD \INTRO
  44. TYPE OPTIONS.DOC
  45. CD \
  46.