home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_3 / issue09 / hints / HARDBOOT next >
Text File  |  1990-05-31  |  1KB  |  37 lines

  1. | !BOOT FILE FOR HARD DISC
  2. | Set variables for directory abbreviations
  3. Set r adfs::BigHardNo1.$.
  4. SetMacro u <r>Utilities.
  5. SetMacro a <r>ART.
  6. SetMacro d <r>Text/DTP.
  7. SetMacro g <r>GAMES.
  8. SetMacro System$Path <r>!System.
  9. SetMacro sm <r>!System.Modules
  10.  
  11. | Set Alias to emulate two common UNIX commands 
  12. Set Alias$LS Cat %0
  13. Set Alias$CD Dir %0 
  14.  
  15. | Setup directories to be searched for a run command (using abbreviations to keep line to <255 chars ) 
  16. SetMacroáRun$Pathá,%.,<sm>.,<r>L*.,<d>1*.,<r>CA*.,<a>,<d>,<r>M*.,<d>PI*.,<r>PC.,<u>,<u>CT*.,<u>F*.,<u>A*.,<u>B*.,<u>C*.,<u>D*.,<u>FO*.,<u>L*.,<u>T*.,<u>M*.,<r>T*.,<r>S*.,<g>I*.,<g>B*.,<g>A*.,<d>!i*.
  17.  
  18. | Setup directories to be searched for a load command (using abbreviations to keep line to <255 chars )
  19. Setmacro File$Path ,%.,<sm>.,<r>Library.,<u>L*.,<d>!i*.
  20.  
  21. | Set print alias for a Basic file (came from a Data Store !Basiced program's !Run file so you may not want to print this)
  22. SetñAlias$@PrintType_FFBñSetñKey$8ñBasicñ¡Loadá||ö%%0||òá%%*1||MLIST||B||M||M||CQUIT||M|MFX138,0,136|MGOS|M   
  23.  
  24. | run common applications !boot files to emulate the system seeing the application without cluttering the $ dir.
  25. <a>!Draw.!Boot
  26. <a>!Paint.!Boot
  27. <d>!Edit.!Boot
  28. <d>!Impress.!Boot
  29. <u>FILES.!SPARK.!BOOT
  30.  
  31. | set any commonly used key strings
  32. Key 1 *DESKTOP|M
  33. Key 2 EDIT|M
  34.  
  35. | run desktop and display root directory
  36. DESKTOP FILER_OPENDIR adfs::BigHardNo1.$
  37.