home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / f / fastart.lbr / FASTART.DZC / FASTART.DOC
Encoding:
Text File  |  1993-10-26  |  5.1 KB  |  113 lines

  1.  
  2. FASTART: Makes customized startup routine.
  3.  
  4.     Copyright (c) 1985 by Kent Anderson, Berkeley, CA.
  5.     Commercial sale without written permission is prohibited.
  6.  
  7. FASTART will create a tiny program that quickly and automatically
  8. takes care of the simple chores you want done when you turn on your
  9. computer.  For example, the computer can print a greeting, switch the
  10. default drive to B, silence the keyboard, display the directory for
  11. the B disk and make a copy of the directory as a disk file, leaving
  12. you logged into B with the directory on the screen--all in under 10
  13. seconds.  I find that the directory is already there before the screen
  14. warms up.
  15.  
  16. FASTART is fairly flexible.  You can choose:
  17.     - which disk should be logged in,
  18.     - whether to have the keyboard click on or off,
  19.     - whether to display the directory,
  20.     - whether the directory should be alphabetized in rows (like
  21.         SD-44) or in four vertical columns,
  22.     - whether a copy of the directory should be captured on disk,
  23.         and, if so, what the disk file should be called.
  24.  
  25. You can also automatically
  26.     - erase a list of files and
  27.     - run a list of programs.
  28.  
  29. For example, you could get rid of .$$$ files and .BAK files
  30. automatically (although this might not be wise), and you can run as
  31. many as seven programs (to reprogram the numeric keyboard, load a
  32. RAM-disk, and start a word processor, for example).
  33.  
  34. The program FASTART creates will occupy only 1k in most cases.  If the
  35. "display directory" function is used with the "erase files" or the
  36. "run programs" functions, it will take 2k.
  37.  
  38. FASTART's built-in directory function is a stripped-down version of
  39. D.COM/D1.COM.  Its only mode of operation is to display the complete
  40. directory of the default drive.  If you want to automatically display
  41. directories for multiple drives, or for partial lists of files (such
  42. as *.MSS), order FASTART to run a directory program.  If you do this,
  43. the startup program will be 1k (since you're not using the built-in
  44. directory function), but the startup routine will take 2-4 seconds
  45. longer to run, because CP/M will have to find, load, and run the
  46. directory program.
  47.  
  48. Once you have created your startup routine with FASTART, you can use
  49. the COPY program to load a default command line to be run when the
  50. computer is switched on or reset.  Run COPY, put your program disk in
  51. drive B, hit 'O', hit 'S' and <CR>.  The COPY program will then ask
  52. for a startup command line.  Assuming you have named your startup
  53. program 'START.COM', make your command line something like 'start edit
  54. disk' or 'start calc disk'.  The "EDIT DISK" or "CALC DISK" part of
  55. the command will be displayed at the top of the screen, thereby
  56. identifying the program disk in the A drive.
  57.  
  58.  
  59. FASTART                                Page 2
  60.  
  61. Operation of FASTART is self-explanatory: just answer its questions.
  62.  
  63. Note on running programs from FASTART: if you are using ZCPR, FASTART
  64. can run the first program without a Warm Boot, by inserting the
  65. command directly into the ZCPR command buffer and entering ZCPR. 
  66. FASTART uses the Bdos address in location 0006-7h to determine the
  67. location of ZCPR.  Programs like Backgrounder, SmartKey, etc.,
  68. change this address, and so must not be present while running FASTART
  69. if you want to use the feature to run programs with ZCPR.
  70.  
  71. DISCLAIMER
  72.  
  73.     While this program has been carefully tested, no warranty is
  74. offered, and no liability is assumed for any loss or damage caused, or
  75. alleged to be caused, directly or indirectly by this program.  This
  76. includes, but is not limited to, any interruption of service, loss of
  77. business, anticipatory profits, or consequential damages resulting
  78. from the use of this program.
  79.  
  80. COPYRIGHT NOTICE
  81.  
  82.     This program has been contributed to non-profit users' groups
  83. in support of their activities and to facilitate its distribution.  It
  84. is not fair for profit-seeking enterprises to make money distributing
  85. such material without paying the authors.  Consequently, although this
  86. program has been placed in the public domain, I retain all copyrights to
  87. it.  This program and its associated documentation MAY NOT BE SOLD BY
  88. ANY PARTY except non-profit users' groups, unless specifically
  89. authorized by the author, Kent Anderson, in writing, prior to sale of
  90. the first copy.  Furthermore, this program MAY NOT BE INCLUDED IN ANY
  91. PACKAGE FOR SALE, even if this program is indicated as being "in the
  92. public domain".  All of the above applies to both the original and any
  93. derived or modified copies of the original.  Any modified copies MUST
  94. NOT have the copyright notice violated or altered.
  95.  
  96.     Please report any copyright violations to the author.  I'm in
  97. the phone book.
  98.  
  99.                     Kent Anderson
  100.                     34 Panoramic Way
  101.                     Berkeley, CA  94704
  102.  
  103. CONTRIBUTIONS
  104.  
  105.     I spent a lot of effort to make this program as useful and
  106. flexible as possible, and I believe you will find that it makes your
  107. computer better.  If this program is valuable to you, please feel free
  108. to tell me so, by sending a contribution (say, $15, or whatever you
  109. think it's worth) to the above address. Suggestions for enhancement
  110. would also be appreciated.
  111.  SOLD BY
  112. ANY PARTY except non-profit users' groups, unless specifically
  113. author