home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / www / alpha / dmscript.lha / Startup.DM < prev   
Text File  |  1997-08-05  |  5KB  |  118 lines

  1. Reset
  2. Pens 0 1 1 2 1 3 1 0 3
  3. OpenScreen 2
  4. Color 000 FF0 F0F 0FF
  5. Font topaz/8
  6.  
  7. AddMenu Main, + Command, AddCmd
  8. AddMenu Main, + Menu Item, AddMenu
  9. AddMenu Main, + Auto Command, AddAutoCmd
  10. AddMenu Main, + Key Command, AddKeyCmd
  11. AddMenu Main, Edit Command, ChgCmd
  12. AddMenu Main, Edit Format, F, SetFormat
  13. AddMenu Main, Style, Color
  14. AddMenu Main, PrintManager, SetPrinter
  15. AddMenu Main, Save Prefs, S, SaveConfig
  16. AddMenu Main, Save Cmd Window, SaveCmdWin
  17. AddMenu Main, About, S, Extern c:say -p120 DiskMaster -p150 GOLD -p120 By Gareth Murfin
  18. AddMenu Main, Quit, Q, Confirm "Are you sure you want to quit DiskMaster GOLD?" Yep Nope;Quit
  19.  
  20. AddMenu Utils, Old DM2 Cli, Extern
  21. AddMenu Utils, New Font, Font
  22. AddMenu Utils, Pattern, BackPattern %s P
  23. AddMenu Utils, More Windows!, N, OpenWindow 240 40 260 120
  24. AddMenu Utils, Load Cmd Window, C, OpenWindow 240 40 260 120 CMD;AddCmd
  25. AddMenu Utils, Print Dir, Extern List >PRT: %s
  26. AddMenu Utils, Play Mod, Play %s
  27. AddMenu Utils, Run DM Script, Single;Batch %s
  28. AddMenu Utils, Run Selected, Single;External run %s
  29. AddMenu Utils, Swap S<->D, Swap
  30. AddMenu Utils, EDiTxt, S, ScrBack;Extern C:ed %s;ScrFront
  31. AddMenu Utils, TxtEDi, S, ScrBack;Extern C:ed new;ScrFront
  32. AddMenu Utils, HeXEDi, S, ScrBack;Extern C:HeX new;ScrFront
  33.  
  34. AddMenu Crunching, Lha Add, StdIO "CON:0/12/640/100/Lha-ing file";Archive "Lha <* -r a";StdIO CLOSE
  35. AddMenu Crunching, Zip Enc, StdIO "CON:0/12/640/100/Encrypting, Commenting & Zipping File";Archive "Zip <* -1 -e";StdIO CLOSE
  36. AddMenu Crunching, Zip Encom, StdIO "CON:0/12/640/100/Encrypting, Commenting & Zipping File";Archive "Zip <* -c -1 -e";StdIO CLOSE
  37. AddMenu Crunching, Zip Add, StdIO "CON:0/12/640/100/Zipping File";Archive "Zip <* -1";StdIO CLOSE
  38. AddMenu Crunching, Lzx Add, StdIO "CON:0/12/640/100/Lzx-ing file";Archive "lzx <* -r a";StdIO CLOSE
  39. AddMenu Crunching, Lha X >Dest, StdIO "CON:0/12/640/100/Uncrunching LhA";Extern CD %d \Lha <* x %s;StdIO CLOSE
  40. AddMenu Crunching, Zip X >Dest, StdIO "CON:0/12/640/100/UnZiping file";Extern CD %d \unzip %s;StdIO CLOSE
  41. AddMenu Crunching, Lzx X >Dest, StdIO "CON:0/12/640/100/Uncrunching LhA";Extern CD %d \LZX <* x %s;StdIO CLOSE
  42.  
  43. AddMenu Disk, Format, Format
  44. AddMenu Disk, DiskCopy, DiskCopy
  45. AddMenu Disk, Format DF0:, Confirm "Are you sure Bottom head?";Format DF0:
  46. AddMenu Disk, Format DF1:, Format DF1: VERIFY "WorkDisk"
  47. AddMenu Disk, Clear  DF0:, Format DF0: QUICK INSTALL VERIFY
  48. AddMenu Disk, Copy DF0: DF0:, DiskCopy DF0: DF0:
  49. AddMenu Disk, Copy DF0: DF1:, DiskCopy DF0: DF1:
  50.  
  51. AddMenu Extra's, Lock as Source, Lock S
  52. AddMenu Extra's, Lock as Dest, Lock D
  53. AddMenu Extra's, UnLock, UnLock
  54. AddMenu Extra's, UnLock all, UnLock All
  55. AddMenu Extra's, Expand ON, Expand ON
  56. AddMenu Extra's, Expand OFF, Expand OFF
  57. AddMenu Extra's, Sort by Name, SortBy Name
  58. AddMenu Extra's, Sort by Size, SortBy Size
  59. AddMenu Extra's, Sort by Date, SortBy Date
  60. AddMenu Extra's, Stop Music, Play
  61. AddMenu Extra's, Weird Mod, StdIO "CON:0/1/1/100/Playing weird format Mod or Med...";Extern CD %d \PLayer PLAY=%s NOWINDOW;StdIO CLOSE
  62.  
  63.  
  64. AddMenu System, Ed =» Sequ, S, ScrBack;Extern Ed S:Startup-Sequence;ScrFront
  65. AddMenu System, Ed =» User, S, ScrBack;Extern Ed S:User-Startup;ScrFront
  66. AddMenu System, NewShell, S, ScrBack;Extern NewShell;
  67.  
  68. SetPrinter PICA DRAFT DENSITY 1 LEFT 5 RIGHT 85 LINES 66 LPI 8
  69. Button "Parent"
  70. SetFormat "NS T DMY A C"
  71. BarFormat "DiskMaster GOLD - By Gareth Murfin  Chip:%C Fast:%F All:%P"
  72. TitleFormat "%B/%F %I/%C"
  73.  
  74. OpenWindow 292  11 111 272 CMD
  75.  
  76. AddCmd Root, 10, Root
  77. AddCmd Parent, 10, Parent
  78. AddCmd All, 30, Select *
  79. AddCmd Clear, 30, Deselect *
  80. AddCmd Select, 30, Select
  81. AddCmd Exclude, 30, DeSelect
  82. AddCmd Copy, 20, ReqPattern;Copy %s %d
  83. AddCmd Copy Newer, 20, Copy %s %d NEWER
  84. AddCmd Move, 20, ReqPattern;Move %s %d
  85. AddCmd Delete, 30, ReqPattern;Confirm "All selected files will be lost bottom head.";Delete %s
  86. AddCmd Rename, 20, Recurse OFF;Rename %s
  87. AddCmd Protect, 20, Recurse OFF;Protect %s
  88. AddCmd Comment, 20, Recurse OFF;Comment %s
  89. AddCmd Find, 20, ReqPattern "Please enter search pattern";Find %s
  90. AddCmd Read, 20, Read %s
  91. AddCmd HexRead, 20, Read %s HEX
  92. AddCmd ShowPic, 20, ShowPic %s
  93. AddCmd MakeDir, 20, MakeDir
  94. AddCmd Print, 20, Single;Print %s
  95. AddCmd Size Check, 20, UnMark OFF;Check %s
  96.  
  97. OpenWindow 403  11 321 272 
  98.  
  99. OpenWindow   0  11 295 272 
  100.  
  101. AddAutoCmd FORM????ILBM,ShowPic %s
  102. AddAutoCmd FORM????ACBM,ShowPic %s
  103. AddAutoCmd FORM????8SVX,ShowPic %s
  104. AddAutoCmd FORM????ANIM,extern c:vt %s SCREEN
  105. AddAutoCmd ,MOD.*,Play %s
  106. AddAutoCmd ??????JFIF,Extern c:vt %s BM IE
  107. AddAutoCmd GIF,Extern c:vt %s
  108. AddAutoCmd ??-lh,StdIO "CON:0/12/640/100/Lha Extract Window";Extern Lha <* x %s;StdIO CLOSE;Confirm "Delete Archive?" Yes No;Delete %s
  109. AddAutoCmd ^Z,StdIO "CON:0/12/640/100/Extract Window";Extern Arc <* x %s;StdIO CLOSE;Confirm "Delete Archive?" Yes No;Delete %s
  110. AddAutoCmd ZOO ?.?? Archive,StdIO "CON:0/12/640/100/Zoo Extract Window";Extern Zoo <* x// %s;StdIO CLOSE;Confirm "Delete Archive?" Yes No;Delete %s
  111. AddAutoCmd PK  StdIO "CON:0/12/640/100/DM GOLD pkUnZiP";Extern UnZIP <* %s;StdIO CLOSE;Confirm "Delete Archive Bottom head?" Yes No;Delete %s
  112. AddAutoCmd DMS!,StdIO "CON:0/12/640/100/DM GOLD DMS to DF1";Extern DMS <* WRITE %s TO DF1: NOPAUSE;StdIO CLOSE;Confirm "Delete DMS File bottom head?" Yes No;Delete %s
  113. AddAutoCmd RIFF????WAV,extern c:play16 %s Fast Output paula14c
  114. AddAutoCmd .snd,extern c:play16 %s Fast Output paula14c
  115. AddAutoCmd TEXT,Read %s
  116. AddAutoCmd DEFAULT,Read %s HEX
  117. Expand ON
  118.