Ignore:
Timestamp:
Dec 8, 2005, 7:15:10 AM (20 years ago)
Author:
root
Message:

Update help text, bitmaps and icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/command.ipf

    r10 r268  
    22:i1 id=aboutCommands.Editing Commands
    33:artwork name='..\..\bitmaps\command.bmp' align=center.
     4:p.
    45This dialog allows you to edit the commands that are available in the
    5 Commands submenu.  There is always a :hp1.Do it yourself:ehp1. command
     6Commands submenu. There is always a :hp1.Do it yourself:ehp1. command
    67in the Commands submenu, and it is the default for the conditional
    78cascade. The Do it yourself command supplies the names of selected files
    89as 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 limited
     10the files in an entry field. Note that OS/2 command lines are limited
    1011to 1,000 characters.
    1112:p.
     
    2021:p.
    2122To delete a command, select it in the listbox, then click
    22 :hp1.Del:ehp1..  You should be aware that the command deleted
     23:hp1.Del:ehp1.. You should be aware that the command deleted
    2324is the one matching the entry field, specifically, the title field.
    2425:p.
     
    2728:p.
    2829The :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's
     30you can use to point-and-click at the desired executable file. It's
    3031pathname will be entered into the command line entry field.
    3132:p.
    3233The :hp1.Environment:ehp1. MLE control lets you enter environment
    33 strings for the program to inherit.  Generally speaking, this is only
     34strings for the program to inherit. Generally speaking, this is only
    3435for running DOS programs where any strings entered here are interpreted
    3536as 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 in
     37DOS setting IDLE_SECONDS to 5. Names of DOS settings are as shown in
    3738the Settings notebook for a DOS program.
    3839:p.
     
    4647:i1 id=aboutReorderingCommands.Reordering Commands
    4748This dialog, accessed from the Edit Commands dialog, allows you to
    48 rearrange the order of Commands.  You take selected items from the left
     49rearrange the order of Commands. You take selected items from the left
    4950listbox and Add them to the end of the right listbox with the
    5051:hp1.Add>>:ehp1. button. When you've moved everything to the right
    51 listbox, click :hp1.Okay:ehp1..  Click :hp1.Cancel:ehp1. if you change
     52listbox, click :hp1.Okay:ehp1.. Click :hp1.Cancel:ehp1. if you change
    5253your mind.
    5354:p.
    54 In reality, you don't need to move everything to the right listbox.  You
     55In reality, you don't need to move everything to the right listbox. You
    5556can 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 of
     57Okay. Anything remaining in the left listbox is added to the end of
    5758what's in the right listbox.
    5859:p.
     
    101102:pd.listfile name (first places full filenames in a list file; user
    102103Command should delete listfile when complete, but FM/2 will clean any
    103 left over up when FM/2 closes).  This is an advanced command -- see
     104left over up when FM/2 closes). This is an advanced command -- see
    104105EXAMPLE.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 can
     106you can use to do work on the filenames listed in the listfile. You can
    106107use %! more than once in the same command line -- the listfile will only
    107108be built once, but the name of that listfile will be inserted each time.
     
    111112:p.
    112113When you enter a metastring into a command line, the metastring is
    113 replaced with the appropriate text.  For example, "%c /C MYCMD.CMD %a"
     114replaced with the appropriate text. For example, "%c /C MYCMD.CMD %a"
    114115might become "CMD.EXE /C MYCMD.CMD d&colon.\file1 d&colon.\file2
    115116d&colon.\file3".
Note: See TracChangeset for help on using the changeset viewer.