home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR46 / PDEPRI41.ZIP / PRICPROG.EXE / Q.BAT < prev   
DOS Batch File  |  1990-10-15  |  995b  |  48 lines

  1. echo off
  2. if %1*==* goto 1
  3. goto %1
  4. :1
  5. quote
  6. if errorlevel 4 goto 4
  7. if errorlevel 3 goto 3
  8. if errorlevel 2 goto 2
  9. if errorlevel 1 goto 1
  10. goto end
  11. :2
  12. if not exist qtrack.exe goto notrk
  13. qtrack
  14. if errorlevel 4 goto 4
  15. if errorlevel 3 goto 3
  16. if errorlevel 2 goto 2
  17. if errorlevel 1 goto 1
  18. goto end
  19. :notrk
  20. cls
  21. echo The QTRACK.EXE program is not present.  If you have not yet ordered it from
  22. echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling.
  23. echo .
  24. goto end
  25. :3
  26. if not exist qbrowse.exe goto nob
  27. qbrowse
  28. if errorlevel 4 goto 4
  29. if errorlevel 3 goto 3
  30. if errorlevel 2 goto 2
  31. if errorlevel 1 goto 1
  32. goto end
  33. :nob
  34. cls
  35. echo The QBROWSE.EXE program is not present.  If you have not yet ordered it from
  36. echo PRO DEV Software, the cost is only $15 plus $5 Shipping & Handling.
  37. echo .
  38. goto end
  39. :4
  40. if not exist eprice.exe goto end
  41. eprice
  42. if errorlevel 4 goto 4
  43. if errorlevel 3 goto 3
  44. if errorlevel 2 goto 2
  45. if errorlevel 1 goto 1
  46. goto end
  47. :end
  48.