home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF059.ZIP / TRAKPROG.EXE / Q.BAT < prev    next >
DOS Batch File  |  1990-10-15  |  1KB  |  61 lines

  1. echo off
  2. if %1*==* goto 1
  3. goto %1
  4. :1
  5. quote
  6. if errorlevel 5 goto 5
  7. if errorlevel 4 goto 4
  8. if errorlevel 3 goto 3
  9. if errorlevel 2 goto 2
  10. if errorlevel 1 goto 1
  11. goto end
  12. :2
  13. qtrack
  14. if errorlevel 5 goto 5
  15. if errorlevel 4 goto 4
  16. if errorlevel 3 goto 3
  17. if errorlevel 2 goto 2
  18. if errorlevel 1 goto 1
  19. goto end
  20. :3
  21. if not exist qbrowse.exe goto nob
  22. qbrowse
  23. if errorlevel 5 goto 5
  24. if errorlevel 4 goto 4
  25. if errorlevel 3 goto 3
  26. if errorlevel 2 goto 2
  27. if errorlevel 1 goto 1
  28. goto end
  29. :nob
  30. cls
  31. echo The QBROWSE.EXE program is not present.  If you have not yet ordered it from
  32. echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling.  Please
  33. echo COPY B-ORDER.DOC PRN (Enter) to print the description and ordering form.
  34. echo .
  35. goto end
  36. :4
  37. if not exist eprice.exe goto end
  38. eprice
  39. if errorlevel 5 goto 5
  40. if errorlevel 4 goto 4
  41. if errorlevel 3 goto 3
  42. if errorlevel 2 goto 2
  43. if errorlevel 1 goto 1
  44. goto end
  45. :5
  46. if not exist qexim.exe goto noe
  47. qexim
  48. if errorlevel 5 goto 5
  49. if errorlevel 4 goto 4
  50. if errorlevel 3 goto 3
  51. if errorlevel 2 goto 2
  52. if errorlevel 1 goto 1
  53. goto end
  54. :noe
  55. cls
  56. echo The QEXIM.EXE program is not present.  If you have not yet ordered it from
  57. echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling.  Please
  58. echo COPY E-ORDER.DOC PRN (Enter) to print the description and ordering form.
  59. echo .
  60. :end
  61.