home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / comlink / Manual / Boot_ex / Boot_Info < prev    next >
Encoding:
Text File  |  1992-01-14  |  1.3 KB  |  55 lines

  1. Running a script on power up is quite easy, just follow these instructions:-
  2.  
  3.  
  4. Load the !Configure application on the Acorn supplied "Applications disc 1".
  5.  
  6. Switch "ON" the Auto boot option.
  7.  
  8. Put in the disc you want to run on power up, press F12 to get to the command
  9. line, type:-
  10.  
  11. *opt 4,2
  12.  
  13. Hit the Return key. This marks the disc as one to auto boot.
  14.  
  15. Create an "obey" file with !Edit and call it !Boot
  16.  
  17. The file "!Boot" should contain the following line.
  18.  
  19. desktop -file Deskboot
  20.  
  21. Save the file to the disc you want to run on power up.
  22.  
  23. Create another "obey" file called Deskboot
  24.  
  25. The file should contain the following lines:-
  26.  
  27. !System.!Boot
  28. run adfs::Disc1.$.!Comlink.!Boot
  29. run adfs::Disc1.$.!ComMail.!Run
  30. MyScript
  31.  
  32. Save the file to the disc you want to run on power up.
  33.  
  34. The above assumes the disc to run on powerup is called "Disc1", change this
  35. as you like.
  36.  
  37. Make sure the disc has the following on it (as a minimum):-
  38.  
  39. !Boot
  40. Deskboot
  41. !ComLink
  42. !ComMail
  43. !System
  44. MyScript
  45.  
  46. Now, if this disc is in the drive when the computer powers up, the Comlink
  47. script "MyScript" will be run. This is the script to link to the BBS etc.
  48.  
  49. You may also like to put !Edit on the disc and run it on power up too,
  50. just add the following line to the Deskboot file on the line before
  51. MyScript:-
  52.  
  53. run adfs::Disc1.$.!Edit.!Run
  54.  
  55.