Changeset 268 for trunk/dll/ipf/command.ipf
- Timestamp:
- Dec 8, 2005, 7:15:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/dll/ipf/command.ipf (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/ipf/command.ipf
r10 r268 2 2 :i1 id=aboutCommands.Editing Commands 3 3 :artwork name='..\..\bitmaps\command.bmp' align=center. 4 :p. 4 5 This dialog allows you to edit the commands that are available in the 5 Commands submenu. There is always a :hp1.Do it yourself:ehp1. command6 Commands submenu. There is always a :hp1.Do it yourself:ehp1. command 6 7 in the Commands submenu, and it is the default for the conditional 7 8 cascade. The Do it yourself command supplies the names of selected files 8 9 as the command line and allows you to enter a command to be performed on 9 the files in an entry field. Note that OS/2 command lines are limited10 the files in an entry field. Note that OS/2 command lines are limited 10 11 to 1,000 characters. 11 12 :p. … … 20 21 :p. 21 22 To delete a command, select it in the listbox, then click 22 :hp1.Del:ehp1.. You should be aware that the command deleted23 :hp1.Del:ehp1.. You should be aware that the command deleted 23 24 is the one matching the entry field, specifically, the title field. 24 25 :p. … … 27 28 :p. 28 29 The :hp1.Find:ehp1. button brings up a standard OS/2 open dialog that 29 you can use to point-and-click at the desired executable file. It's30 you can use to point-and-click at the desired executable file. It's 30 31 pathname will be entered into the command line entry field. 31 32 :p. 32 33 The :hp1.Environment:ehp1. MLE control lets you enter environment 33 strings for the program to inherit. Generally speaking, this is only34 strings for the program to inherit. Generally speaking, this is only 34 35 for running DOS programs where any strings entered here are interpreted 35 36 as DOS settings. For example, :hp3.IDLE_SECONDS=5:ehp3. would adjust the 36 DOS setting IDLE_SECONDS to 5. Names of DOS settings are as shown in37 DOS setting IDLE_SECONDS to 5. Names of DOS settings are as shown in 37 38 the Settings notebook for a DOS program. 38 39 :p. … … 46 47 :i1 id=aboutReorderingCommands.Reordering Commands 47 48 This dialog, accessed from the Edit Commands dialog, allows you to 48 rearrange the order of Commands. You take selected items from the left49 rearrange the order of Commands. You take selected items from the left 49 50 listbox and Add them to the end of the right listbox with the 50 51 :hp1.Add>>:ehp1. button. When you've moved everything to the right 51 listbox, click :hp1.Okay:ehp1.. Click :hp1.Cancel:ehp1. if you change52 listbox, click :hp1.Okay:ehp1.. Click :hp1.Cancel:ehp1. if you change 52 53 your mind. 53 54 :p. 54 In reality, you don't need to move everything to the right listbox. You55 In reality, you don't need to move everything to the right listbox. You 55 56 can move only what you want moved to the top of the list, then click 56 Okay. Anything remaining in the left listbox is added to the end of57 Okay. Anything remaining in the left listbox is added to the end of 57 58 what's in the right listbox. 58 59 :p. … … 101 102 :pd.listfile name (first places full filenames in a list file; user 102 103 Command should delete listfile when complete, but FM/2 will clean any 103 left over up when FM/2 closes). This is an advanced command -- see104 left over up when FM/2 closes). This is an advanced command -- see 104 105 EXAMPLE.CMD in the FM/2 distribution archive for a skeleton program that 105 you can use to do work on the filenames listed in the listfile. You can106 you can use to do work on the filenames listed in the listfile. You can 106 107 use %! more than once in the same command line -- the listfile will only 107 108 be built once, but the name of that listfile will be inserted each time. … … 111 112 :p. 112 113 When you enter a metastring into a command line, the metastring is 113 replaced with the appropriate text. For example, "%c /C MYCMD.CMD %a"114 replaced with the appropriate text. For example, "%c /C MYCMD.CMD %a" 114 115 might become "CMD.EXE /C MYCMD.CMD d&colon.\file1 d&colon.\file2 115 116 d&colon.\file3".
Note:
See TracChangeset
for help on using the changeset viewer.
