home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR15 / BANKPLAN.ZIP / YOURPLAN.ZIP / YP.BAT < prev   
DOS Batch File  |  1993-12-11  |  3KB  |  83 lines

  1. @echo off
  2. cls
  3. echo.
  4. if %1. == . goto ERR1
  5. echo.
  6. echo             Please wait while YOUR-PLAN loads 
  7. echo.
  8. if exist vm.tmp del vm.tmp
  9. echo.
  10. if exist slashs.tmp del slashs.tmp
  11. echo.
  12. your plan %1
  13. goto END
  14. :ERR1
  15. echo                   HOW TO LOAD YOUR-PLAN
  16. echo                   =====================
  17. echo.
  18. echo  This three-page note explains how to run YOUR-PLAN directly from DOS.
  19. echo.
  20. echo. The correct syntax for loading YOUR-PLAN is as follows:
  21. echo.
  22. echo                     YP▒{path}filename 
  23. echo.   
  24. echo  '▒' indicates a single blank space to be entered immediately after YP.
  25. echo.
  26. echo  '{path}' If all YOUR-PLAN's files reside on the same disk/directory,
  27. echo  you do not need to specify any path.
  28. echo.
  29. echo  'filename' refers to a file containing a set of YOUR-PLAN assumptions.
  30. echo  Whenever a new set of assumptions are saved by YOUR-PLAN, you
  31. echo  give these a new file name (maximum of 8 characters). A file
  32. echo  extension (.ASS) will be automatically added to this name.
  33. echo.
  34. pause
  35. echo.
  36. echo                                                        (2 of 3)
  37. echo.
  38. echo. If, in the future, you can't remember the name of a particular file,
  39. echo  type "YP▒X", press RETURN to skip the 'File does not exist' message
  40. echo  and then use the cursor keys to select the required file from the
  41. echo  displayed list.
  42. echo.
  43. echo  To create a completely new set of projections, you must: 
  44. echo.
  45. echo     - Load an existing set (preferably one already set up with 
  46. echo       appropriate printer strings etc.); 
  47. echo.
  48. echo     - Remove its existing assumptions (using the Remove option 
  49. echo       within the Initialise submenu); 
  50. echo.
  51. echo     - Save this 'empty' model with a new name. 
  52. echo.
  53. echo  You can then proceed to enter basic data, assumptions etc. If you 
  54. echo  regularly build 'new' models, you could retain a copy of the 
  55. echo  'empty' model for future use.
  56. echo.
  57. pause
  58. echo.
  59. echo                                                          (3 of 3)
  60. echo.
  61. echo  If you are using a Hercules monitor, you should run the supplied
  62. echo  program, MSHERC, immediately before loading YOUR-PLAN.
  63. echo.
  64. echo  If you intend to print any of YOUR-PLAN's graphs using the DOS
  65. echo  Graphics utility, you should run it before loading YOUR-PLAN.
  66. echo  Refer to the DOS Manual for details of the options available
  67. echo  with Graphics. 
  68. echo.
  69. echo  If you wish, you can run YOUR-PLAN as a DOS program within Windows.
  70. echo.
  71. echo  YOUR-PLAN has been supplied with a set of specimen assumptions
  72. echo  contained in a file called MASTER.ASS. To load this file, enter
  73. echo  the following command line at the DOS prompt (e.g. C:\YOUR):
  74. echo.
  75. echo              YP▒MASTER   (▒ signifies a blank space)
  76. echo.
  77. echo                   *** MESSAGE ENDS ***
  78. echo.
  79. pause
  80. goto END
  81. :END
  82.  
  83.