home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR15 / BANKPLAN.ZIP / YOURPLAN.ZIP / PICPRT.BAT < prev    next >
DOS Batch File  |  1993-07-21  |  568b  |  23 lines

  1. @echo off
  2. cls
  3. if exist picprt.exe goto load
  4. echo.
  5. echo ***************************************************************
  6. echo            PICprint facility has not been supplied
  7. echo                 with this copy of YOUR-PLAN.
  8. echo.
  9. echo    You will be returned to YOUR-PLAN after you press any key
  10. echo.
  11. pause
  12. goto END
  13. :LOAD
  14. echo.
  15. echo ***************************************************************
  16. echo                Loading PICprint - Please wait
  17. echo ***************************************************************
  18. picprt.exe
  19. goto END
  20. :END
  21.  
  22.  
  23.