home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p055 / 1.ddi / BIGD.LIF / BIGD.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-07-10  |  1.1 KB  |  47 lines

  1. echo off
  2. if "%1"=="-c" goto setup
  3. if "%1"=="-C" goto setup
  4. if "%1"=="/c" goto setup
  5. if "%1"=="/C" goto setup
  6. if "%1"=="-x" goto loadbigd
  7. if "%1"=="-X" goto loadbigd
  8. if "%1"=="/x" goto loadbigd
  9. if "%1"=="/X" goto loadbigd
  10. goto start
  11. :setup
  12. rem ----------------------------------------
  13. rem            Configure BIG D
  14. rem ----------------------------------------
  15. cls
  16. D:\BIGD5\BDSETUP.EXE
  17. if errorlevel 1 goto end
  18. :start
  19. cls
  20. rem echo Loading BIG D...
  21. :loadbigd
  22. rem ----------------------------------------
  23. rem             Load BIG D
  24. rem ----------------------------------------
  25. D:\BIGD5\BD0.EXE %1 %2 %3 >BIGD.MSG
  26. if errorlevel 3 goto setup
  27. if errorlevel 2 goto batch
  28. if errorlevel 1 goto error
  29. goto end
  30. rem ----------------------------------------
  31. rem             Batch File
  32. rem ----------------------------------------
  33. :batch
  34. D:\BIGD5\BIGD_CMD.BAT
  35. goto start
  36. rem ----------------------------------------
  37. rem           Error Encountered
  38. rem ----------------------------------------
  39. :error
  40. type bigd.msg
  41. goto end
  42. rem ----------------------------------------
  43. rem             End BIG D
  44. rem ----------------------------------------
  45. :end
  46. echo Thank you for using BIG D.
  47.