home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / copy.txt < prev    next >
Text File  |  1994-07-13  |  2KB  |  44 lines

  1. COMMANDS ON BOOTUP
  2. by Dick Pilz, DKA, July 1987
  3.  
  4. (Using COPY to create an initial command line.)
  5.  
  6. I use many short cuts in my day-to-day operations of programs. 
  7. The first thing that I do is to have my program disk boot up and
  8. run in the particular manner that I desire.  There is a program
  9. on your systems disk called COPY.COM or something similar that
  10. allows you to specify a "CCP Command Line."
  11.  
  12. A "CCP Command Line" is actually something that you are already
  13. familiar with.  When you type at the A> prompt on your screen,
  14. you are typing a CCP Command Line.  An example would be "MENU"
  15. for Perfect Writer, "Filer B:" for Perfect Filer, or "WS" for
  16. WordStar.  The COPY program has a method for you to write this
  17. command onto the system track of your program disk so that when
  18. you start the machine and put in your disk, or press "RESET" with
  19. your disk already in, it will have the same effect as if you had
  20. typed that command.
  21.  
  22. When you run COPY, have the program disk that you want the
  23. command to live on placed in drive B.  There are several menu
  24. choices that can do the job, but usually the best one is (on my
  25. particular program) "O" for OTHER, then "S" for SYSGEN OR WRITE
  26. SYSTEM IMAGE.  The program will warn you that it is about to
  27. write on the system track of the disk in drive B.  When it asks
  28. for you to enter an initial command line or press RETURN, instead
  29. of the vanilla route, enter the program command that you want the
  30. disk to start out in.
  31.  
  32. For example, on my utility disk I have the command "SWEEP B:",
  33. which has the utility program SWEEP loaded in and switched to
  34. look at disk B.  My applications program disks are loaded in a
  35. similar manner, with the sometime addition of the required data
  36. drive.  Perfect Writer has "MENU"; Perfect Filer has "FILER B"
  37. (the database is on drive B);  Turbo Pascal has "TURBO"; and
  38. dBase II has "DBASE".
  39.  
  40. Whenever I start my machine or press RESET, the main program is
  41. automatically loaded into memory.  Now, there is only one button
  42. to push, which makes running the program in the future difficult
  43. to forget.  It's a lot faster, too.
  44.