home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR15 / BANKPLAN.ZIP / YOURPLAN.ZIP / GO.BAT < prev    next >
DOS Batch File  |  1993-12-30  |  7KB  |  158 lines

  1. @echo off
  2. cls
  3. mmb cursoroff
  4. mmb FILLSCRN/1/1/25/80/112/177
  5. mmb BOX/1/1/25/80/1/124
  6. mmb big/YOUR/156/3/8/121
  7. mmb big/- PLAN/36/11/24/121
  8. mmb ocprint/19/23/ Welcome to YOUR-PLAN - Shareware/10
  9. mmb print/21/8/ YOUR-PLAN   Copyright 1992 - 1994 Invest-Tech Limited /10/1
  10. mmb wait/25/15/31/ Press any key to continue..... Do NOT use a mouse /c
  11.  
  12. mmb FILLSCRN/1/1/25/80/112/177
  13. mmb BOX/1/1/25/80/1/124
  14. mmb box/2/14/4/66/1/49/c
  15. mmb print/3/12/INTRODUCTION TO YOUR-PLAN/49/1
  16. mmb box/6/4/24/77/1/49/c
  17. mmb print/7/6/YOUR-PLAN is a personal financial planning and household budgeting/49
  18. mmb print/8/6/package. Based on your assumptions relating to future income,/49
  19. mmb print/9/6/expenses, interest charges, tax rates, credit card usage etc.,/49
  20. mmb print/10/6/YOUR-PLAN compiles cashflow projections and forecasts your bank/49 
  21. mmb print/11/6/balances etc. on a monthly basis for the next six months./49
  22. mmb print/12/6//49
  23. mmb print/13/6/This is a shareware package supplied on a 'try-before-you-buy'/49
  24. mmb print/14/6/basis to enable you to assess its suitability for your household./49
  25. mmb print/15/6/If you wish to continue using YOUR-PLAN after a 30-day trial, you/49
  26. mmb print/16/6/must register with Invest-Tech. In return, you will receive a much/49
  27. mmb print/17/6/more powerful version, a 90-page manual and access to support./49
  28. mmb print/18/6/Registration costs only £29 including VAT etc., or US$44./49
  29. mmb print/19/6//49
  30. mmb print/20/6/YOUR-PLAN is fully protected by copyright. However, it may be/49 
  31. mmb print/21/6/copied in its entirety & without modification for FREE distribution/49
  32. mmb print/22/6/to friends, associates etc. Subject to conditions set out in the /49
  33. mmb print/23/6/VENDOR.TXT file, it can be distributed by shareware libraries etc./49
  34. mmb wait/25/25/31/ Press any key to continue.......
  35.  
  36. mmb FILLSCRN/1/1/25/80/112/177
  37. mmb BOX/1/1/25/80/1/124
  38. mmb box/3/3/23/78/1/49/c
  39. mmb print/4/5/In addition to YOUR-PLAN, we offer the following 'stand-alone' packages/49
  40. mmb print/5/5/with menus, help systems etc. very similar to those used in YOUR-PLAN./49
  41. mmb print/6/5//49
  42. mmb print/7/5/EASI-PLAN/15
  43. mmb print/8/5/    Business & financial planners. Cover 12 mths + 8 qtrs. £75 & £145/49
  44. mmb print/9/5//49
  45. mmb print/10/5/BANK-PLAN/15
  46. mmb print/11/5/    Cashflow planner for smaller businesses. Covers 12 mths. £50/49 
  47. mmb print/12/25/Shareware version available/15
  48. mmb print/13/5/CASH-PLAN/15
  49. mmb print/14/5/    Cashflow planner for larger businesses for next 12 months. £95/49
  50. mmb print/15/5//49
  51. mmb print/16/5/────────────────────────────────────────────────────────────────────────/49
  52. mmb print/17/5/We also have a wide range of very powerful spreadsheet 'templates' for/49 
  53. mmb print/18/5/use with Lotus 1-2-3, SuperCalc and Symphony./49
  54. mmb print/19/5/FIN-PLAN/15
  55. mmb print/20/5/    Business and financial planners covering 3-years. From £145 to £195./49
  56. mmb print/21/5/────────────────────────────────────────────────────────────────────────/49
  57. mmb print/22/5/Prices (Irish pounds or sterling) include P&P & exclude VAT @ 21 percent/49
  58. mmb wait/25/28/31/ Press any key to continue.....
  59.  
  60. :MENU
  61. mmb FILLSCRN/1/1/25/80/112/177
  62. mmb BOX/1/1/25/80/2/124
  63. mmb box/15/4/23/77/1/49/c
  64. mmb print/16/6/To select a menu item above, use the arrow keys to move the cursor/49
  65. mmb print/17/6/down-up and then press the RETURN key. Once the selected task has/49
  66. mmb print/18/6/been completed, you will be returned to this menu (or DOS)./49
  67. mmb print/19/6/ /49
  68. mmb print/20/6/If not already done, you should select the "Readme First" option./49
  69. mmb print/21/6//49
  70. mmb print/22/6/If this is your first time using YOUR-PLAN, select "Run MASTER.ASS"./12
  71. mmb box/3/22/9/77/1/23/c
  72. mmb print/4/23/Run YOUR-PLAN with supplied assumptions (MASTER.ASS)/23
  73. mmb print/5/23/Access README.1ST file  *** Recommended for new users/23
  74. mmb print/6/23/Explanation of the command line to run YOUR-PLAN/23
  75. mmb print/7/23/Introduction to text files supplied with YOUR-PLAN/23
  76. mmb print/8/23/Quit this program and return to DOS/23
  77. mmb cursoron
  78. mmb menu  MAIN GO MENU /5/3/3/71/23/113/5/Run MASTER.ASS/Readme First/How to run/Text files/Quit/ 
  79. if errorlevel 10 goto quitm
  80. if errorlevel 9 goto textm
  81. if errorlevel 8 goto loadm
  82. if errorlevel 7 goto read1stm
  83. if errorlevel 6 goto runm
  84.  
  85. :RUNM
  86. your.exe plan.ovr master.ass
  87. goto menu
  88.  
  89. :READ1stM
  90. mmb fillscrn/1/1/25/80/7/32
  91. mmb print/5/3/Please wait......../7/1
  92. type readme.1st|more
  93. goto menu
  94.  
  95. :LOADM
  96. call yp.bat
  97. goto menu
  98.  
  99. :TEXTM
  100. mmb FILLSCRN/1/1/25/80/112/177
  101. mmb BOX/1/1/25/80/1/124
  102. mmb box/2/14/4/66/1/49/c
  103. mmb print/3/12/INTRODUCTION TO TEXT FILES/49/1
  104. mmb box/6/4/24/77/1/49/c
  105. mmb print/7/6/YOUR-PLAN is supplied with text files in lieu of either printed/49
  106. mmb print/8/6/instructions or a manual./49
  107. mmb print/9/6//49
  108. mmb print/10/6/Before using YOUR-PLAN, it is important that you review the/49 
  109. mmb print/11/6/README.TXT text file, preferably after having printed it, as it/49
  110. mmb print/12/6/includes a description of YOUR-PLAN, further instructions for/49
  111. mmb print/13/6/loading YOUR-PLAN etc./49
  112. mmb print/14/6//49
  113. mmb print/15/6/Another supplied text file, MANUAL.TXT, explains, in great detail,/49
  114. mmb print/16/6/how to load and use YOUR-PLAN. Because YOUR-PLAN is very intuitive/49
  115. mmb print/17/6/and contains very extensive 'on-line' help, you may only need to/49
  116. mmb print/18/6/refer to this file on an occasional basis. However, you may wish/49
  117. mmb print/19/6/to print it for future reference./49 
  118. mmb print/20/6//49
  119. mmb print/21/6/The other text files contain information on entering assumptions/49
  120. mmb print/22/6/(ENTERASS.TXT); introductory information for shareware libraries/49
  121. mmb print/23/6/etc. (VENDOR.TXT); dozens of 'quotes' about money (MONEY.TXT);/49
  122. mmb wait/25/22/27/ Press any key to see second page.......
  123. mmb FILLSCRN/1/1/25/80/112/177
  124. mmb BOX/1/1/25/80/1/124
  125. mmb box/2/4/24/77/1/49/c  
  126. mmb print/3/6/a file list (FILELIST.TXT); further 'quotes' about income tax and/49
  127. mmb print/4/6/basic income tax rates and reliefs for the UK and Ireland (TAX.TXT);/49
  128. mmb print/5/6/and, finally, guidance on registering YOUR-PLAN (REGISTER.TXT)./49
  129. mmb print/6/6//49 
  130. mmb print/7/6/To print a text file (▒ represents a blank space):/49
  131. mmb print/8/6//49
  132. mmb print/9/6/      Make sure your printer is on-line and loaded with paper./49
  133. mmb print/10/6/      Type "PRINT▒??.TXT" at the drive prompt and press/49
  134. mmb print/11/6/      the RETURN key in respond to any prompt about the name/49
  135. mmb print/12/6/      of devices./49
  136. mmb print/13/6//49
  137. mmb print/14/14/For example, type "PRINT▒REGISTER.TXT"/112
  138. mmb print/15/6//49
  139. mmb print/16/6/To read a text file on screen (▒ represents a blank space):/49
  140. mmb print/17/6//49
  141. mmb print/18/6/      Type "TYPE▒??.TXT|MORE" at the drive prompt. The "|" refers/49 
  142. mmb print/19/6/      to the vertical bar-pipe symbol on your keyboard (look for/49
  143. mmb print/20/6/      it in the lower left corner)./49
  144. mmb print/21/6//49
  145. mmb print/22/14/For example, type "TYPE▒REGISTER.TXT|MORE" /112
  146. mmb wait/25/22/27/ Press any key to get back to menu.......
  147. goto menu
  148.  
  149. :QUITM
  150. mmb cursoron
  151. mmb fade/7
  152. mmb locate/1/1
  153. goto end
  154.  
  155. :END  
  156.  
  157.  
  158.