home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / p-mgr1.zip / PM.BAT < prev    next >
DOS Batch File  |  1993-03-01  |  2KB  |  29 lines

  1. ECHO OFF
  2. CLS
  3. PMRF
  4. ECHO.
  5. ECHO            ╔═════════════════════════════════════════════════════════╗
  6. ECHO            ║  If "RAM bytes available" is less than 440,000 program  ║
  7. ECHO            ║  should NOT be run. The results are unpredictable. You  ║
  8. ECHO            ║  might try removing resident programs from memory.  PM  ║
  9. ECHO            ║  requires a minimum of 450K disk space for work files.  ║
  10. ECHO            ║             Use ^C (Ctrl+C) if you must abort.          ║
  11. ECHO            ╚═════════════════════════════════════════════════════════╝
  12. ECHO.
  13. ECHO            ╔═════════════════════════════════════════════════════════╗
  14. ECHO            ║  When you complete your session with Portfolio Manager  ║
  15. ECHO            ║  you  MUST exit the program via the "EXIT" option from  ║
  16. ECHO            ║  the Mainmenu & "TERMINATE PROGRAM" option in the EXIT  ║
  17. ECHO            ║  menu.  Foxpro (tm) creates work files (random numbers  ║
  18. ECHO            ║  & letters with NO extension) on the disk. If you exit  ║
  19. ECHO            ║  the program by just turning your computer off without  ║
  20. ECHO            ║  EXITing properly you COULD damage YOUR data files and  ║
  21. ECHO            ║  you  WILL leave these  Foxpro work files on the disk.  ║
  22. ECHO            ║  They can be from 0K to over 400K in size. If you find  ║
  23. ECHO            ║  these work files on your disk, you should erase them.  ║
  24. ECHO            ╚═════════════════════════════════════════════════════════╝
  25. ECHO                            Press any key to continue...
  26. PAUSE > nul
  27. ECHO                   LOADING PORTFOLIO MANAGER ---- PLEASE STANDBY
  28. FOXPRORT -T -K PMSTART
  29.