home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 13 / q13.d81 / t.loader < prev    next >
Text File  |  2022-08-28  |  5KB  |  94 lines

  1.  
  2.                                 LOADSTAR LOADER
  3.  
  4.                              by Earle P. Mitschke 
  5.  
  6.      We've all encountered the hassle of fumbling through our disk
  7. collections, looking for a particular program; then when we find the disk
  8. and look at the directory, trying to figure out which is the boot file, and
  9. whether it's a BASIC boot or a ML boot, and if it's ML, then what is the
  10. address to SYS to.  Whew!  There's gotta be a better way!
  11.  
  12.      And there is.  It's called a LOADER program -- a program that provides
  13. a menu when you RUN the first file on the disk and allows you to boot any of
  14. the bootable programs on the disk with a few simple keystrokes.
  15.  
  16.      There have been many loader programs.  Some are slower than others,
  17. though.  Since LOADSTAR LOADER uses a SEQuential list of programs that you
  18. have selected to be loadable from that disk, setup time is minimized.  Not
  19. only that, you don't have to deal with the cryptic names that some boot
  20. files are tagged with.  Call each program whatever you like.  There's even a
  21. field to describe the program.
  22.  
  23.      LOADSTAR LOADER, which is written in BASIC 7.0, can be loaded and run
  24. from any normal BASIC start position.  If you have a directory sorter, it's
  25. best to make LOADSTAR LOADER the first file on the disk.  Then you can load
  26. the disk with SHIFT-RUN/STOP or have it auto-boot.  If you really want
  27. speed, then use the sorter to put the SEQuential file that LOADER makes,
  28. "loader.dta", second on the directory.
  29.  
  30.       With LOADSTAR LOADER you can add to, edit and delete from a database
  31. of up to 36 programs per directory.  We've put a "loader.dta" file for Side
  32. Two of LOADSTAR 128 #13 on Side Two already, so when you Run It from the LS
  33. menu, it gives you a menu of the programs on this side, complete with
  34. comments.
  35.  
  36.       So you see, LOADSTAR LOADER gives you the convenience of our LOADSTAR
  37. menu -- without all the work!
  38.  
  39.       Starting off: Boot LOADSTAR LOADER and insert a disk that has some
  40. RUNnable programs on it.  Use the "P" command to PUT a copy of
  41. LOADSTAR LOADER onto the disk.  Now use the "A"dd command to enter data. 
  42. Just follow the prompts.  Don't worry if you enter the wrong data, it won't
  43. save the data till you're happy with it.  After the data is added you can
  44. still edit or delete it.  You then can save it to disk or continue adding
  45. data.  If you don't save it to disk, a command box will come up before you
  46. exit LOADSTAR LOADER, so you can save the data before it disappears into
  47. electron heaven.
  48.  
  49.       To load and run a program use the "L"oad Program command from the Help
  50. Screen.  LOADSTAR LOADER will default to Load Screen upon running.  Just
  51. enter the number of the program you want and sit back.  LOADSTAR LOADER will
  52. load the program into the proper environment and check to see if there is
  53. any new data to save before exiting.
  54.  
  55.       Extra Features : These next three options will check to see if there
  56. is any new data to save before proceeding.
  57.  
  58.       aNother Disk : With this command you can load another disk with the
  59. file "loader.dta" on it.  If it is found it will load the file and come up
  60. into the load environment.
  61.  
  62.       Current Device:  Press C and you can change the device you're working
  63. with.  LOADSTAR LOADER doesn't have to exist on the device, but the
  64. directory in the drive (whether hard disk or RAMDisk) should have a
  65. "loader.dta" file on it.  You can boot a program on any drive.
  66.  
  67.      @ Disk Command : With this command you can get a directory (to check a
  68. listing) or issue a disk command.  So if you are using a hard drive,
  69. RAMLink, 1581, etc. you can open a sub-directory with a disk command.
  70.  
  71.      Other Stuff :
  72.  
  73. (1) If you are a two-monitor Commodore 128 user you can turn off the "Goto
  74. 40 Col." prompt by changing the variable "se" in line 10 to a 2 from 1. 
  75. There is a REM on this line concerning this.
  76.  
  77. (2) On the "A"dd or "E"dit sections.  On the "Insert Into Position" command
  78. line LOADSTAR LOADER does a simple alphabetical sort.  This will give you an
  79. idea where the listing would fit in an alphabetical database.  You can set
  80. up the database any way you wish.
  81.  
  82. (3) For those machine language programs without BASIC LOADers, you can write
  83. simple BASIC patch programs to BLOAD and SYS to them.  Check the file
  84. "128patch" to see how I do it.
  85.  
  86.      Give LOADSTAR LOADER a try.  We have it set up to run any program on
  87. Side Two of this issue.  Only "loader.dta" is needed on a side you want to
  88. access.  "loader" needs only to be in memory.
  89.  
  90.      Use this handy program to make your disk collection easier to boot --
  91. you'll be glad you did.
  92.  
  93. EPM
  94.                               **** End of Text ****