;================================================ ;DM3 Execution Control File ;================================================ ;Any line that starts with a ';' is ignored ;The following commands affect and control execution of external programs ;Control Flags ;Drive = Inserts Drive Name ;Path = Inserts Path Name ;File = Inserts FileName ;LongFile = Inserts LongFileName ;Name = Name no Ext ;Ext = Ext no Name ;Marked = All Marked FileNames ;ListFile = Name of File with List of Marked Files ;Wait = Wait for Key at end of program ;NoCls = Do not clear screen before running ;Res = DM3 keeps all of itself resident ;ChgSub = Allow program to change directories ;Text "Prompt Text" = Add Text to Command (~ makes new line) ;Function Key Definitions ;The first line is the command, the second line is the help text ALT-F1 = NOTEPAD {File} NotePad ALT-F2 = PD {ChgSub Text "Type in Partial Name~> "} PD on Partial Name ALT-F3 = TPE.EXE {File} TurboPower Editor ALT-F4 = "C:\Program Files\Microsoft Office\Office\WINWORD.EXE" {File} Microsoft Word ;ALT-F5 = ;description ;ALT-F6 = ;description ;ALT-F7 = ;description ;ALT-F8 = ;description ;ALT-F9 = ;description ALT-F10 = MARX COMPRESS {ListFile} Compress Marked Files ;CTRL-F1 = MARX DM3DIR{ChgSub} ;Pick Lower Directory ;CTRL-F2 = NCD{ChgSub Res} ;Norton Change Directory ;CTRL-F3 = MARX DM3PD{ChgSub} ;CD on Partial Name Match ;CTRL-F4 = ECHO {Marked} >> {Text "List File Name: "} ;Marked Files to List CTRL-F5 = {Text "Execute Dos Command on Marked Files:~> " Marked} Command on Marked Files ;CTRL-F6 = TYPE {ListFile}|MOVE {Text "Move files to where?~> "} ;Move Files CTRL-F7 = PD {ChgSub NoCls} Pick Directory CTRL-F8 = D /W Directory ;CTRL-F9 = Type {ListFile} ;Test Key ;CTRL-F10 = copy temp+{marked} temp ;Run Dos Shell SHFT-F1 = MARX FORMAT MarxMenu Format SHFT-F2 = EDIT FORMAT.MNU Edit FORMAT.MMN ;SHFT-F3 = FORMAT A: ;Format A: 1.2 Meg ;SHFT-F4 = FORMAT A:/S ;Format A: 1.2 Meg with Sys ;SHFT-F5 = FORMAT B:/N:9/T:80 ;Format B: 720k ;SHFT-F6 = FORMAT B:/S/N:9/T:80 ;Format B: 720k with Sys ;SHFT-F7 = FORMAT B:/N:15/T:80 ;Format B: 1.4 Meg SHFT-F8 = DM3 Run DM3 SHFT-F9 = D A:/2/W Directory of A: SHFT-F10 = D B:/2/W Directory of B: ;The folowing definitions control what happens automatically when you ;try to RUN, VIEW, or EDIT a file. ;AutoRun Definitions (F2 Key) RUN \SMART\WORD\*.DOC = SMART W -ALOAD {Drive Path File} RUN \SMART\WORD\*.TXT = SMART W -ALOAD {Drive Path File} RUN \SMART\SPREAD\*.WS = SM S -ALOAD {Drive Path File} RUN \PRO\*.DOC = NW1 {File} RUN *.DOC = "C:\Program Files\Microsoft Office\Office\WINWORD.EXE" {File} RUN *.TXT,*.PAS,*.INC,*.MNU = TPE {File} RUN *.ZIP = MARX ZIP {File} RUN *.ARC = MARX ARC {File} RUN *.ICE,*.LZH = MARX ICE {File} RUN *.BAK,*.BTX,*.BWS,*.BDC,\SMART\*.BP?,*.IFF = DEL {File} RUN *.BAS = BASIC {Name} RUN *.OBJ = PATCH {File} RUN *.LST = MARX COMPRESS {File} ;AutoView Definitions (V Key) VIEW \SMART\WORD\*.DOC = SMART W -ALOAD {Drive Path File} VIEW \SMART\WORD\*.TXT = SMART W -ALOAD {Drive Path File} VIEW *.DOC = "C:\Program Files\Microsoft Office\Office\WINWORD.EXE" {File} VIEW *.ARC = PKARC -V {File Wait} VIEW *.ZIP = PKZIP -V {File Wait} VIEW *.LZH = ICE V {File Wait} VIEW *.ICE = ICE V {File Wait} VIEW *.COM, *.EXE = PATCH.EXE {File} ;AutoEdit Definitions (E Key) EDIT \SMART\WORD\*.DOC = SMART W -ALOAD {Drive Path File} EDIT \SMART\WORD\*.TXT = SMART W -ALOAD {Drive Path File} EDIT *.DOC = "C:\Program Files\Microsoft Office\Office\WINWORD.EXE" {File} EDIT *.ARC = NARC -V {File} EDIT *.COM, *.EXE = PATCH.EXE {File} Explode Off Shadow On Sound Off TreeMode Off Overwrite 2 Order 1 Editor ME.EXE View ME.EXE Patch PATCH.EXE ;end