home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 55 / af055a.adf / s / Startup.DM < prev    next >
Text File  |  1993-11-26  |  5KB  |  111 lines

  1. Reset
  2. Pens 0 1 1 2 1 3 1 0 3
  3. OpenScreen 2
  4. Color AAA 000 FFF 68B
  5. Font topaz/8
  6.  
  7. AddMenu Project, Add Command, AddCmd
  8. AddMenu Project, Add Menu Item, AddMenu
  9. AddMenu Project, Add Auto Command, AddAutoCmd
  10. AddMenu Project, Add Key Command, AddKeyCmd
  11. AddMenu Project, Change Command, ChgCmd
  12. AddMenu Project, Display Format, F, SetFormat
  13. AddMenu Project, Palette, Color
  14. AddMenu Project, Printer Setup, SetPrinter
  15. AddMenu Project, Save Config, S, SaveConfig
  16. AddMenu Project, Save Cmd Window, SaveCmdWin
  17. AddMenu Project, Edit S:Startup.DM, S, ScrBack;Extern Ed S:Startup.DM;ScrFront
  18. AddMenu Project, Reconfigure, Batch S:Startup.DM
  19. AddMenu Project, About, About
  20. AddMenu Project, Quit, Q, Confirm "Are you sure you want to quit?" Yes No;Quit
  21.  
  22. AddMenu Tools, Execute Command..., Extern
  23. AddMenu Tools, Change Font, Font
  24. AddMenu Tools, Load Pattern, BackPattern %s P
  25. AddMenu Tools, New Window, N, OpenWindow 240 40 260 120
  26. AddMenu Tools, New Cmd Window, C, OpenWindow 240 40 260 120 CMD;AddCmd
  27. AddMenu Tools, Print Dir, Extern List >PRT: %s
  28. AddMenu Tools, Play Module, Play %s
  29. AddMenu Tools, Run DM Script, Single;Batch %s
  30. AddMenu Tools, Run Selected, Single;External run %s
  31. AddMenu Tools, Swap S<->D, Swap
  32.  
  33. AddMenu Archives, Lha Add, StdIO "CON:0/12/640/100/Add Window";Archive "Lha <* -r a";StdIO CLOSE
  34. AddMenu Archives, Arc Add, StdIO "CON:0/12/640/100/Add Window";Archive "Arc <* a";StdIO CLOSE
  35. AddMenu Archives, Zoo Add, StdIO "CON:0/12/640/100/Add Window";Archive "Zoo <* a";StdIO CLOSE
  36. AddMenu Archives, Lha Extract, StdIO "CON:0/12/640/100/Extract Window";Extern Lha <* x %s;StdIO CLOSE
  37. AddMenu Archives, Lha X >Dest, StdIO "CON:0/12/640/100/Extract Window";Extern CD %d \Lha <* x %s;StdIO CLOSE
  38. AddMenu Archives, Lha X Req, Confirm "Enter destination path" Continue Cancel %P;StdIO "CON:0/12/640/100/Extract Window";Extern CD %R \Lha <* x %s;StdIO CLOSE
  39. AddMenu Archives, Arc Extract, StdIO "CON:0/12/640/100/Extract Window";Extern Arc <* x %s;StdIO CLOSE
  40. AddMenu Archives, Zoo Extract, StdIO "CON:0/12/640/100/Extract Window";Extern Zoo <* x// %s;StdIO CLOSE
  41. AddMenu Archives, Lha List, StdIO "CON:0/12/640/160/List Window";Extern Lha v %s;Wait;StdIO CLOSE
  42. AddMenu Archives, Arc List, StdIO "CON:0/12/640/160/List Window";Extern Arc v %s;Wait;StdIO CLOSE
  43. AddMenu Archives, Zoo List, StdIO "CON:0/12/640/160/List Window";Extern Zoo v %s;Wait;StdIO CLOSE
  44. AddMenu Archives, DM Pack, Pack %s %d
  45. AddMenu Archives, DM Unpack, Unpack %s %d
  46.  
  47. AddMenu Disk, Format, Format
  48. AddMenu Disk, DiskCopy, DiskCopy
  49. AddMenu Disk, Format DF0:, Confirm "Are you sure?";Format DF0:
  50. AddMenu Disk, Format DF1:, Format DF1: VERIFY "WorkDisk"
  51. AddMenu Disk, Clear  DF0:, Format DF0: QUICK INSTALL VERIFY
  52. AddMenu Disk, Copy DF0: DF0:, DiskCopy DF0: DF0:
  53. AddMenu Disk, Copy DF0: DF1:, DiskCopy DF0: DF1:
  54.  
  55. AddMenu Control, Lock as Source, Lock S
  56. AddMenu Control, Lock as Dest, Lock D
  57. AddMenu Control, UnLock, UnLock
  58. AddMenu Control, UnLock all, UnLock All
  59. AddMenu Control, Expand ON, Expand ON
  60. AddMenu Control, Expand OFF, Expand OFF
  61. AddMenu Control, Sort by Name, SortBy Name
  62. AddMenu Control, Sort by Size, SortBy Size
  63. AddMenu Control, Sort by Date, SortBy Date
  64. AddMenu Control, Stop Music, Play
  65.  
  66. Button "Parent"
  67. SetFormat "NS T DMY A C"
  68. BarFormat "DiskMaster %V %T %W %D%M%Y C:%C F:%F Total:%P"
  69. TitleFormat "%B/%F %I/%C"
  70.  
  71. OpenWindow 269  11 102 189 CMD
  72.  
  73. AddCmd Root, 10, Root
  74. AddCmd Parent, 10, Parent
  75. AddCmd All, 30, Select *
  76. AddCmd Clear, 30, Deselect *
  77. AddCmd Select, 30, Select
  78. AddCmd Exclude, 30, DeSelect
  79. AddCmd Copy, 20, ReqPattern;Copy %s %d
  80. AddCmd Copy Newer, 20, Copy %s %d NEWER
  81. AddCmd Move, 20, ReqPattern;Move %s %d
  82. AddCmd Delete, 30, ReqPattern;Confirm "All selected files will be lost.";Delete %s
  83. AddCmd Rename, 20, Recurse OFF;Rename %s
  84. AddCmd Protect, 20, Recurse OFF;Protect %s
  85. AddCmd Comment, 20, Recurse OFF;Comment %s
  86. AddCmd Find, 20, ReqPattern "Please enter search pattern";Find %s
  87. AddCmd Read, 20, Read %s
  88. AddCmd HexRead, 20, Read %s HEX
  89. AddCmd ShowPic, 20, ShowPic %s
  90. AddCmd MakeDir, 20, MakeDir
  91. AddCmd Print, 20, Single;Print %s
  92. AddCmd Size Check, 20, UnMark OFF;Check %s
  93. AddCmd ViewAGA, 21, external vt %s
  94.  
  95. OpenWindow 370  11 270 189 DF0:
  96.  
  97. OpenWindow   0  11 272 189 
  98.  
  99. AddAutoCmd FORM????ILBM,ShowPic %s
  100. AddAutoCmd FORM????ACBM,ShowPic %s
  101. AddAutoCmd FORM????8SVX,ShowPic %s
  102. AddAutoCmd FORM????ANIM,ShowPic %s
  103. AddAutoCmd ,MOD.*,Play %s
  104. AddAutoCmd ??-lh,StdIO "CON:0/12/640/100/Extract Window";Extern Lha <* x %s;StdIO CLOSE;Confirm "Delete Archive?" Yes No;Delete %s
  105. AddAutoCmd ^Z,StdIO "CON:0/12/640/100/Extract Window";Extern Arc <* x %s;StdIO CLOSE;Confirm "Delete Archive?" Yes No;Delete %s
  106. AddAutoCmd ZOO ?.?? Archive,StdIO "CON:0/12/640/100/Extract Window";Extern Zoo <* x// %s;StdIO CLOSE;Confirm "Delete Archive?" Yes No;Delete %s
  107. AddAutoCmd PK  StdIO "CON:0/12/640/100/DM II";Extern UnZIP <* %s;StdIO CLOSE;Confirm "Delete Archive?" Yes No;Delete %s
  108. AddAutoCmd DMS!,StdIO "CON:0/12/640/100/DM II";Extern DMS <* WRITE %s TO DF0: NOPAUSE;StdIO CLOSE;Confirm "Delete DMS File?" Yes No;Delete %s
  109. AddAutoCmd TEXT,Read %s
  110. AddAutoCmd DEFAULT,Read %s HEX
  111.