home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE1.DMS / in.adf / S / startup-sequence < prev   
Encoding:
Text File  |  1995-01-11  |  979 b   |  54 lines

  1. setpatch >nil:
  2. if not exists ram:t
  3.  makedir ram:t
  4. endif
  5. assign t: ram:t
  6.  
  7. if not exists t:dmtp
  8.  makedir t:dtmp
  9. endif
  10. if not exists ram:Clipboards
  11.  makedir ram:clipboards
  12. endif
  13. if not exists ram:env
  14.  makedir ram:env
  15. endif
  16. if not exists ram:env/sys
  17.  makedir ram:env/sys
  18. endif
  19. assign env: ram:env
  20. copy >nil: sys:prefs/env-archive ram:env all quiet noreq
  21.  
  22. assign dcc: Dice1:
  23. assign dinclude: Dice2:include defer
  24. assign dlib: Dice2:dlib defer
  25. assign ddoc: Dice3:doc defer
  26. assign dtmp: t:dtmp
  27. assign rexx: dcc:rexx
  28.  
  29. IPrefs
  30. conclip
  31.  
  32. echo ""
  33. echo ">>>>> Commercial Dice V3 Tutorial <<<<<"
  34. echo "    Amiga Shopper CoverDisk Version"
  35. echo "    (C) OIC 1995 All Rights Reserved"
  36. echo "         Not for commercial use"
  37. echo "Distributed by Fourth Level Developments"
  38. echo ""
  39. echo "Disk1: Boot Disk"
  40. echo "Disk2: Libaries and Includes"
  41. echo "Disk3: Installer,Docs and Examples"
  42. echo ""
  43.  
  44. setenv dccopts="-2.0 -// -f -R"
  45. path ram: dcc:bin add
  46. setmap gb
  47.  
  48. run rexxmast
  49. mount pipe:
  50.  
  51. loadwb
  52. endcli
  53.  
  54.