home *** CD-ROM | disk | FTP | other *** search
/ Computerized Investing - Spreadsheet Collection / Spreadsheet Collection.iso / pc / ibm11 / ibm11.bat < prev    next >
Encoding:
DOS Batch File  |  1991-07-12  |  3.4 KB  |  69 lines

  1. ECHO OFF 
  2. CLS 
  3. ECHO                             INSTRUCTIONS FOR THE 
  4. ECHO                                 IBM DISK 11
  5. ECHO                                BOND ANALYSIS
  6. ECHO    .
  7. ECHO    This disk contains Lotus 1-2-3 worksheets produced at AAII or 
  8. ECHO    published in Computerized Investing.  Although every program has 
  9. ECHO    been tested and is believed to work properly, we make no guarantees 
  10. ECHO    as to the quality or suitability of any of them. 
  11. ECHO    .
  12. ECHO    Before you use this disk, we suggest you do the following:  First, 
  13. ECHO    following the procedure outlined in your computer's DOS manual (see 
  14. ECHO    the FORMAT command), format a disk (using the /S format option, if you 
  15. ECHO    wish to make a "boot disk").  Second copy the files from this 
  16. ECHO    original disk to the disk you have just formatted (using COPY *.*). 
  17. ECHO    Use the new disk as your working disk.  This original program disk 
  18. ECHO    should be kept in a safe place and used only to make working copies. 
  19. ECHO    .
  20. PAUSE 
  21. ECHO    .
  22. ECHO    The following is the directory listing for IBM Disk 11:
  23. ECHO    .
  24. ECHO     IBM11    BAT    3452    The file you are reading
  25. ECHO     BOND     DOC   13715    Documentation for BOND.WKS
  26. ECHO     BOND     WKS   17002    Calculate bond value
  27. ECHO     BONDIRR  DOC   17288    Documentation for BONDIRR.WKS
  28. ECHO     BONDIRR  WKS    7819    Calculate bond return
  29. ECHO     BONDMGMT DOC   21220    Documentation for BONDMGMT.WKS
  30. ECHO     BONDMGMT WKS   17400    Track bond return, value and risk
  31. ECHO     BONDRRCI DOC   11785    Documentation for BONDRRCI.WKS
  32. ECHO     BONDRRCI WKS   31471    Realized return after reinvesting inflows
  33. ECHO     TBILLS1  DOC    2398    Documentation for TBILLS1.WKS
  34. ECHO     TBILLS1  WKS    1941    T-bill price & yield calculator 
  35. ECHO     TBILLS2  DOC    5400    Documentation for TBILLS1.WKS
  36. ECHO     TBILLS2  WKS    2134    T-bill price and yield calculator
  37. ECHO     YTM      DOC    5640    Documentation for YTM.WKS
  38. ECHO     YTM      WKS    4817    Determine yield to maturity
  39. ECHO    . 
  40. PAUSE 
  41. ECHO    .
  42. ECHO    Files ending with WKS extension run all versions of 1-2-3, while those 
  43. ECHO    ending in WK1 require release 2.0 or higher.  These worksheets, of 
  44. ECHO    course, can be used with other spreadsheet programs that are 1-2-3 
  45. ECHO    compatible such as Quattro, Twin, VP-Planner Plus.
  46. ECHO    .
  47. ECHO    Note that you cannot run files with the .DOC extension in DOS.  These 
  48. ECHO    are ASCII text files of the articles that presented the programs.  To 
  49. ECHO    view these documentation files, at the DOS command prompt ("A>"), 
  50. ECHO    enter 
  51. ECHO    .
  52. ECHO                              TYPE filename.DOC 
  53. ECHO    .
  54. ECHO    to output them to the screen.  As the text scrolls up the screen, you 
  55. ECHO    can "freeze" the display by holding down the Ctrl key then pressing 
  56. ECHO    the Num Lock key.  Following that, you can "unfreeze" the display by 
  57. ECHO    pressing any key. 
  58. ECHO    .
  59. ECHO    To output the documentation files to the printer:  First, make sure 
  60. ECHO    your printer is on; second, position the paper correctly at the top of 
  61. ECHO    the form; finally, at the DOS prompt, enter: 
  62. ECHO    .
  63. PAUSE 
  64. ECHO                            COPY filename.DOC PRN 
  65. ECHO    .
  66. ECHO    You can print out this directions file (IBM11.BAT) using a similar 
  67. ECHO    procedure. 
  68. ECHO    .
  69. ECHO    Good luck!