Changeset 268 for trunk/dll/ipf/util.ipf


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/util.ipf

    r10 r268  
    44FM/2 offers several utilities to make your life a little easier&colon.
    55:p.
    6 :link reftype=hd res=100045.Remap drives:elink.
    7 .br
    86:link reftype=hd res=90100.Collector:elink.
    97.br
     
    3432:hp2.System Setup:ehp2. folder, and command line windows from this menu.
    3533
    36 :h2 res=100045 name=PANEL_REMAP.Remap drives
    37 :i1 id=aboutRemap.Remap drives
    38 
    39 To remap (attach) a remote server to a local drive letter, enter the
    40 UNC server name in the entry field at the top center of this dialog,
    41 then select the drive letter from the left (attach) listbox to which to
    42 attach the server.  Finally, click the :hp1.Attach:ehp1. button.
    43 :p.
    44 To detach a local drive letter from a remote server, select the
    45 drive letter from the right (detach) listbox, then click the
    46 :hp1.Detach:ehp1. button.
    47 :p.
    48 When you're through remapping drives, click :hp1.Done:ehp1..
    49 :p.
    50 According to IBM LAN Server documentation, a UNC name consists of a
    51 double backslash, the name of the server, another backslash, and the
    52 name of the resource&colon.  \\servername\netname
    53 :p.
    54 Note that FM/2 saves the UNC names you enter in the listbox below the
    55 entry field.  You can recall these names later by clicking on them.
    56 The :hp1.Delete:ehp1. button deletes the currently selected name from
    57 the listbox, and the :hp1.Clear:ehp1. button removes all names from
    58 the listbox.  Names are added automatically.  Up to 200 names can be
    59 stored in this manner (kept on disk between sessions in a file named
    60 RESOURCE.DAT).
    61 
    6234.im collect.ipf
    6335
    6436.im comp.ipf
    6537
    66 :h2 res=92500 name=PANEL_UNDELETE.Undelete Files
    67 :i1 id=aboutUndelete.Undelete Files
    68 
    69 :artwork name='..\..\bitmaps\undelete.bmp' align=center.
    70 This leads to a dialog that interfaces with UNDELETE.COM to allow you to
    71 undelete files.  The drive that will be operated on is determined by the
    72 highlighted object in the directory tree.  This dialog filters out files
    73 that already exist on the disk.
    74 :p.
    75 The :hp1.Mask:ehp1. entry field lets you set a mask (which can include
    76 a directory path).  You can switch drives using the dropdown listbox.
    77 A :hp1.Subdirs:ehp1. button lets you choose whether to show files that
    78 can be undeleted in subdirectories as well.
    79 :p.
    80 You can always go directly to UNDELETE.COM if you have the need for more
    81 control.  This is provided only for convenience.
     38.im inis.ipf
    8239
    8340:h2 res=92600 name=PANEL_KILLPROC.Kill Processes
    8441:i1 id=aboutKillProc.Kill Processes
    8542:artwork name='..\..\bitmaps\killproc.bmp' align=center.
     43:p.
    8644This leads to a dialog that allows you to kill most renegade processes.
    8745If you run into a window that just won't close, or one that hides itself
    8846but doesn't quite go away, this may let you kill the hung process.
    8947:p.
    90 Obviously you'll want to exercise some care here.  FM/2 will remove its
     48Obviously you'll want to exercise some care here. FM/2 will remove its
    9149own PID (Process ID) from the list, but if you ran it from a command
    92 line you could still kill FM/2 by killing its parent.  You can also kill
    93 off the WPS (PMSHELL.EXE), but it should restart itself.  Some kernal
     50line you could still kill FM/2 by killing its parent. You can also kill
     51off the WPS (PMSHELL.EXE), but it should restart itself. Some kernal
    9452processes show up but can't be killed.
    9553:p.
    9654A checkbox allows you to set the Process Killer to use the undocumented
    97 DosQProcStat API instead of parsing PSTAT.EXE's output.  While this
     55DosQProcStat API instead of parsing PSTAT.EXE's output. While this
    9856removes the requirement of having an English version of PSTAT.EXE, you
    9957should be aware that the DosQProcStat can be changed by IBM without
    10058notice, possibly causing the Process Killer to fail and/or trap.
    10159
    102 :h2 res=92700 name=PANEL_INSTANT.Instant Batch File
     60:h2 res=92700 name=PANEL_INSTANT.Instant CMD File
    10361:i1 id=aboutInstant.Instant Batch File
    10462:artwork name='..\..\bitmaps\instant.bmp' align=center.
    105 This leads to a dialog that lets you quickly hack together a batch
    106 (command) file and run it (the currently highlighted tree directory will
    107 be its default directory).  The command file isn't saved; think of it as
     63:p.
     64This leads to a dialog that lets you quickly hack together a command
     65(batch) file and run it (the currently highlighted tree directory will
     66be its default directory). The command file isn't saved; think of it as
    10867an "extended command line" which allows you to enter more than one line
    10968at a time (for instance, when several tests must be made).
    110 
    111 :h2 res=92800 name=PANEL_COMMANDLINE.Command Line
    112 :i1 id=aboutCommandLine.Command Line
    113 :artwork name='..\..\bitmaps\cmdline.bmp' align=center.
    114 This brings up a windowed OS/2 command line.  F9 is the accelerator key
    115 for this command.
    116 :p.
    117 There are also commands to bring up a windowed DOS command line and
    118 a Win-OS/2 full screen session.
    119 
    120 .im inis.ipf
    12169
    12270:h2 res=94800 name=PANEL_VIEWINFS.View Bookshelf
     
    12472FM/2 presents a listbox containing all the .INF files found in the
    12573directories listed in your BOOKSHELF environment variable (see
    126 SET BOOKSHELF= in CONFIG.SYS).  You select the .INF file(s) you want
     74SET BOOKSHELF= in CONFIG.SYS). You select the .INF file(s) you want
    12775to view, then click the :hp1.View:ehp1. button.
    12876:p.
    12977If you selected more than one .INF file, FM/2 calls VIEW.EXE in such
    13078a way that all the files are presented at once (a single contents
    131 page appears listing the contents of all the .INF files).  Warning:
     79page appears listing the contents of all the .INF files). Warning:
    13280Don't select more than one filename with the same title (left column
    133 of listbox) -- View.exe will choke if you do, and be unable to read any
    134 of the files.
     81of listbox) -- IBM's View.exe will choke if you do, and be unable to read any
     82of the files. However Newview works fine.
    13583:p.
    13684You can enter text into the entry field below the listbox, and FM/2 will
    137 try to find the first listbox entry with matching text as you go.  If
     85try to find the first listbox entry with matching text as you go. If
    13886you click :hp1.Select:ehp1. FM/2 will highlight all matching entries
    13987(hint: empty the entry field and click Select to unhighlight
    140 everything).  If you click :hp1.Filter:ehp1. FM/2 will remove all but
     88everything). If you click :hp1.Filter:ehp1. FM/2 will remove all but
    14189highlighted items from the listbox (:hp1.Rescan:ehp1. will refill the
    14290listbox).
     
    14492The :hp1.AddDirs:ehp1. button will copy the contents of the entry field
    14593and add it to the directories listed in the BOOKSHELF environment variable.
    146 It should be in the same format as the HELP environment variable uses,
    147 fully qualified directory names separated by semi-colons.  The next time you
     94It should be in the same format that the BOOKSHELF environment variable uses,
     95fully qualified directory names separated by semi-colons. The next time you
    14896use the Bookshelf Viewer, FM/2 will remember this input and use it. This
    14997is an internal addition; your CONFIG.SYS and environment are not
     
    155103:p.
    156104When you're done with the dialog, press [ESCape] or click
    157 :hp1.Cancel:ehp1..  Any open .INF files remain open until you close them
     105:hp1.Cancel:ehp1.. Any open .INF files remain open until you close them
    158106(hint&colon. F3 will close an .INF file).
    159107:p.
    160 Note&colon.  this dialog is shared by the :hp2.:link reftype=hd
     108Note&colon. this dialog is shared by the :hp2.:link reftype=hd
    161109res=94850.View Helpfiles:elink.:ehp2. and :hp2.View Bookshelf:ehp2.
    162110commands. If you click on either while this dialog is up, the dialog is
    163 simply brought to the foreground.  Close it if you want to switch
     111simply brought to the foreground. Close it if you want to switch
    164112function. (This doesn't apply if you started this from the Bookshelf
    165113Viewer object in the FM/2 WPS folder.)
     
    169117FM/2 presents a listbox containing all the .HLP files found in the
    170118directories listed in your HELP environment variable (see SET HELP= in
    171 CONFIG.SYS).  You select the .HLP file you want to view, then click
     119CONFIG.SYS). You select the .HLP file you want to view, then click
    172120the :hp1.View:ehp1. button.
    173121:p.
     
    177125The :hp1.AddDirs:ehp1. button will copy the contents of the entry field
    178126and add it to the directories listed in the HELP environment variable.
    179 It should be in the same format as the HELP environment variable uses,
    180 fully qualified directory names separated by semi-colons.  The next time
    181 you use the Bookshelf Viewer, FM/2 will remember this input and use it.
     127It should be in the same format that the HELP environment variable uses,
     128fully qualified directory names separated by semi-colons. The next time
     129you use the HELP Viewer, FM/2 will remember this input and use it.
    182130This is an internal addition; your CONFIG.SYS and environment are not
    183131modified.
    184132:p.
    185133When you're done with the dialog, press [ESCape] or click
    186 :hp1.Cancel:ehp1..  Any open .HLP file will remain open until you close
     134:hp1.Cancel:ehp1.. Any open .HLP file will remain open until you close
    187135it.
    188136:p.
    189 Note&colon.  this dialog is shared by the :hp2.:link reftype=hd
     137Note&colon. this dialog is shared by the :hp2.:link reftype=hd
    190138res=94800.View Bookshelf:elink.:ehp2. and :hp2.View Helpfiles:ehp2.
    191139commands. If you click on either while this dialog is up, the dialog is
    192 simply brought to the foreground.  Close it if you want to switch
     140simply brought to the foreground. Close it if you want to switch
    193141function. (This doesn't apply if you started this from the Helpfile
    194 Viewer object in the FM/2 WPS folder.)
     142Viewer object in the FM/2 WPS folder or from the command line.)
    195143
     144:h2 res=92800 name=PANEL_COMMANDLINE.Command Lines
     145:i1 id=aboutCommandLine.Command Lines
     146:artwork name='..\..\bitmaps\cmdline.bmp' align=center.
     147:p.
     148There are three different command line choices. The first
     149brings up a windowed OS/2 command line. F9 is the accelerator key
     150for this command. The last two bring up a windowed DOS command line and
     151a Win-OS/2 full screen session respectively but only if you have installed DOS and
     152Win-OS/2 support.
     153
Note: See TracChangeset for help on using the changeset viewer.