home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / resultz / !Resultz / !Boot next >
Text File  |  1993-11-17  |  1KB  |  38 lines

  1. |
  2. | Boot file for Resultz
  3. |
  4. Set      Resultz$Dir      <Obey$Dir>
  5. Set      Resultz$ImageDir <Resultz$Dir>
  6. SetMacro Resultz$Path     <Resultz$UserPath><Resultz$Dir>.User.,<Resultz$Dir>.Resource.<Resultz$EndPath>
  7. |
  8. IconSprites <Resultz$ImageDir>.!Sprites
  9. |
  10. Set File$Type_BDF Firewrkz
  11. |
  12. Set File$Type_BE0 Recordz
  13. |
  14. Set File$Type_BE1 Resultz
  15. SetMacro Alias$@RunType_BE1   Run <Resultz$Dir>.!Run %%*0
  16. SetMacro Alias$@PrintType_BE1 Run <Resultz$Dir>.!Run -Print %%*0
  17. |
  18. Set File$Type_C1C Wordz
  19. |
  20. Set File$Type_C1D FwrkzTem
  21. SetMacro Alias$@RunType_C1D   Run <Resultz$Dir>.!Run -Template %%*0
  22. SetMacro Alias$@PrintType_C1D Run <Resultz$Dir>.!Run -oPrint %%*0
  23. |
  24. Set File$Type_C1E FwrkzCmd
  25. SetMacro Alias$@RunType_C1E   Run <Resultz$Dir>.!Run -Command %%*0
  26. |
  27. If "<File$Type_C32>"="" then Set File$Type_C32 RTF
  28. If "<File$Type_DB0>"="" then Set File$Type_DB0 LotusWK1
  29. If "<File$Type_DFE>"="" then Set File$Type_DFE CSV
  30. |
  31. SetEval Resultz$HasDOSFS 1
  32. RMEnsure DOSFS 0.43 SetEval Resultz$HasDOSFS 0
  33. If Resultz$HasDOSFS=1 then DOSMap TXT &FFF
  34. If Resultz$HasDOSFS=1 then DOSMap RTF &C32
  35. | If Resultz$HasDOSFS=1 then DOSMap WK1 &DB0 - doesn't accept numbers!
  36. If Resultz$HasDOSFS=1 then DOSMap CSV &DFE
  37. Unset Resultz$HasDOSFS
  38.