home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR16 / LMAXQ125.ZIP / LQ_BAT.EXE / LQP.BAT < prev   
DOS Batch File  |  1993-06-11  |  1KB  |  58 lines

  1. @echo off
  2. REM LQP v1.20 (c) LaserMax Software, Inc. 1993
  3. REM Use LQ.BAT when not using Quickpay
  4.  
  5. :lqmenu
  6. if exist lm\?.lnk  del lm\?.lnk>nul
  7. cls
  8. cd lm
  9. lq
  10. cd ..
  11. if errorlevel 2 goto qbooks
  12. if errorlevel 1 goto quicken
  13. goto quit
  14.  
  15. :qbooks
  16. cls
  17. if exist lm\?.lnk  goto qbooks2
  18. goto quit
  19.  
  20. :qbooks2
  21. lm\lminit>nul
  22. if exist lm\1.lnk lm\lm2file 1>nul
  23. if exist lm\2.lnk lm\lm2file 2>nul
  24. if exist lm\3.lnk lm\lm2file 3>nul
  25. if exist lm\4.lnk lm\lm2file 4>nul
  26. quickpay
  27. QB
  28. quickpay /u
  29. if errorlevel 2 echo "QuickBooks not available!"
  30. if errorlevel 2 pause
  31. lm\lm2file>nul
  32. lm\lminit>nul
  33.  
  34. goto lqmenu
  35.  
  36. :quicken
  37. cls
  38. if exist lm\?.lnk  goto quicken2
  39. goto quit
  40.  
  41. :quicken2
  42. lm\lminit>nul
  43. if exist lm\1.lnk lm\lm2file 1>nul
  44. if exist lm\2.lnk lm\lm2file 2>nul
  45. if exist lm\3.lnk lm\lm2file 3>nul
  46. if exist lm\4.lnk lm\lm2file 4>nul
  47. quickpay
  48. Q
  49. quickpay /u
  50. if errorlevel 1 echo "Quicken not available!"
  51. if errorlevel 1 pause
  52. lm\lm2file>nul
  53. lm\lminit>nul
  54.  
  55. goto lqmenu
  56.  
  57. :quit
  58.