home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / dtp / thumbnail / !Executor / !Run < prev    next >
Encoding:
Text File  |  1994-09-05  |  1.0 KB  |  29 lines

  1. | !Executor V3.06 (01-Sep-1994)
  2. | © Quantum Software
  3. | Written by Alisdair Jørgensen
  4. | Documentation by Stuart Halliday
  5. | Serial Number THUMBNAIL DEMO
  6.  
  7. If "<Executor%Version>" <= "306" Then Set Executor$Dir <Obey$Dir>
  8. If "<Executor%Version>" <= "306" Then SetEval Executor%Version 306
  9. Set Executor$DefaultFile <Obey$Dir>
  10. IconSprites <Executor$Dir>.!Sprites
  11.  
  12. Set File$Type_C85 JPEG
  13. Set File$Type_695 GIF
  14. Set File$Type_FF0 TIFF 
  15. Set File$Type_69C BMP 
  16.  
  17. SetMacro Alias$Keystroke SetEval Keystroke%Action |<Keystroke%Action>+1|MSet Keystroke$Do<Keystroke%Action> 
  18. If "<Keystroke%Action>" = "" Then SetEval Keystroke%Action 1000
  19. WimpSlot -min 64K -max 64K
  20. If "<System$Path>" = "" Then Error 0 System resources not found (please insert a disc with !System and try again)
  21. If "<Keystroke%Var>" = "" Then SetEval Keystroke%Var 1
  22. IF "<Keystroke%Inc>" = "" Then SetEval Keystroke%Inc 1
  23. IF "<Keystroke%Auto>" = "" Then SetEval Keystroke%Auto 15
  24. Set Executor$Icon On
  25. Set Keystroke$Demo 0
  26. Set Keystroke$Lib <Executor$Dir>
  27.  
  28. Basic -quit <Executor$Dir>.!RunImage
  29.