source: trunk/dll/ipf/util.ipf@ 1036

Last change on this file since 1036 was 288, checked in by root, 19 years ago

Check in documentation updates to date

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.9 KB
Line 
1:h1 res=92100 name=PANEL_UTILITIES.Utilities Menu
2:i1 id=aboutUtilities.Utilities Menu
3
4FM/2 offers several utilities to make your life a little easier&colon.
5:p.
6:link reftype=hd res=90100.Collector:elink.
7.br
8:link reftype=hd res=91600.Seek and scan files:elink.
9.br
10:link reftype=hd res=98500.See all files:elink.
11.br
12:link reftype=hd res=94900.Compare directories:elink.
13.br
14:link reftype=hd res=92500.Undelete Files:elink.
15.br
16:link reftype=hd res=92600.Kill Processes:elink.
17.br
18:link reftype=hd res=92700.Instant Batch File:elink.
19.br
20:link reftype=hd res=92800.Command Line:elink.
21.br
22:link reftype=hd res=95300.INI Viewer:elink.
23.br
24:link reftype=hd res=94800.View Bookshelf:elink.
25.br
26:link reftype=hd res=94850.View Helpfiles:elink.
27.* :p.
28.* :hp2.System info:ehp2. shows you some of OS/2's system variables (those
29.* retrieved with the DosQuerySysInfo API, if you're interested).
30:p.
31For convenience, you can also get to the :hp2.System Clock:ehp2. object,
32:hp2.System Setup:ehp2. folder, and command line windows from this menu.
33
34.im collect.ipf
35
36.im comp.ipf
37
38.im inis.ipf
39
40:h2 res=92600 name=PANEL_KILLPROC.Kill Processes
41:i1 id=aboutKillProc.Kill Processes
42:artwork name='..\..\bitmaps\killproc.bmp' align=center.
43:p.
44This leads to a dialog that allows you to kill most renegade processes.
45If you run into a window that just won't close, or one that hides itself
46but doesn't quite go away, this may let you kill the hung process.
47:p.
48Obviously you'll want to exercise some care here. FM/2 will remove its
49own PID (Process ID) from the list, but if you ran it from a command
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
52processes show up but can't be killed.
53:p.
54A checkbox allows you to set the Process Killer to use the undocumented
55DosQProcStat API instead of parsing PSTAT.EXE's output. While this
56removes the requirement of having an English version of PSTAT.EXE, you
57should be aware that the DosQProcStat can be changed by IBM without
58notice, possibly causing the Process Killer to fail and/or trap.
59
60:h2 res=92700 name=PANEL_INSTANT.Instant CMD File
61:i1 id=aboutInstant.Instant Batch File
62:artwork name='..\..\bitmaps\instant.bmp' align=center.
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
67an "extended command line" which allows you to enter more than one line
68at a time (for instance, when several tests must be made).
69
70:h2 res=94800 name=PANEL_VIEWINFS.View Bookshelf
71:i1 id=aboutViewBookshelf.View Bookshelf
72FM/2 presents a listbox containing all the .INF files found in the
73directories listed in your BOOKSHELF environment variable (see
74SET BOOKSHELF= in CONFIG.SYS). You select the .INF file(s) you want
75to view, then click the :hp1.View:ehp1. button.
76:p.
77If you selected more than one .INF file, FM/2 calls VIEW.EXE in such
78a way that all the files are presented at once (a single contents
79page appears listing the contents of all the .INF files). Warning:
80Don't select more than one filename with the same title (left column
81of listbox) -- IBM's View.exe will choke if you do, and be unable to read any
82of the files. However Newview works fine.
83:p.
84You can enter text into the entry field below the listbox, and FM/2 will
85try to find the first listbox entry with matching text as you go. If
86you click :hp1.Select:ehp1. FM/2 will highlight all matching entries
87(hint: empty the entry field and click Select to unhighlight
88everything). If you click :hp1.Filter:ehp1. FM/2 will remove all but
89highlighted items from the listbox (:hp1.Rescan:ehp1. will refill the
90listbox).
91:p.
92The :hp1.AddDirs:ehp1. button will copy the contents of the entry field
93and add it to the directories listed in the BOOKSHELF environment variable.
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
96use the Bookshelf Viewer, FM/2 will remember this input and use it. This
97is an internal addition; your CONFIG.SYS and environment are not
98modified.
99:p.
100The :hp1.Topic:ehp1. entry field can be used to have the INF file(s)
101searched on entry for a topic of interest (like typing "VIEW inffile
102topic" at a command line).
103:p.
104When you're done with the dialog, press :color fc=default bc=palegray.Esc:color fc=default bc=default.
105 or click:hp1.Cancel:ehp1.. Any open .INF files remain open until you close them
106(hint&colon. :color fc=default bc=palegray.F3:color fc=default bc=default. will close an .INF file).
107:p.
108Note&colon. this dialog is shared by the :hp2.:link reftype=hd
109res=94850.View Helpfiles:elink.:ehp2. and :hp2.View Bookshelf:ehp2.
110commands. If you click on either while this dialog is up, the dialog is
111simply brought to the foreground. Close it if you want to switch
112function. (This doesn't apply if you started this from the Bookshelf
113Viewer object in the FM/2 WPS folder.)
114
115:h2 res=94850 name=PANEL_VIEWHELPS.View Helpfiles
116:i1 id=aboutViewHelpfiles.View Helpfiles
117FM/2 presents a listbox containing all the .HLP files found in the
118directories listed in your HELP environment variable (see SET HELP= in
119CONFIG.SYS). You select the .HLP file you want to view, then click
120the :hp1.View:ehp1. button.
121:p.
122You can enter text into the entry field below the listbox, and FM/2 will
123try to find the first listbox entry with matching text as you go.
124:p.
125The :hp1.AddDirs:ehp1. button will copy the contents of the entry field
126and add it to the directories listed in the HELP environment variable.
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.
130This is an internal addition; your CONFIG.SYS and environment are not
131modified.
132:p.
133When you're done with the dialog, press :color fc=default bc=palegray.Esc:color fc=default bc=default.
134 or click:hp1.Cancel:ehp1.. Any open .HLP file will remain open until you close it.
135:p.
136Note&colon. this dialog is shared by the :hp2.:link reftype=hd
137res=94800.View Bookshelf:elink.:ehp2. and :hp2.View Helpfiles:ehp2.
138commands. If you click on either while this dialog is up, the dialog is
139simply brought to the foreground. Close it if you want to switch
140function. (This doesn't apply if you started this from the Helpfile
141Viewer object in the FM/2 WPS folder or from the command line.)
142
143:h2 res=92800 name=PANEL_COMMANDLINE.Command Lines
144:i1 id=aboutCommandLine.Command Lines
145:artwork name='..\..\bitmaps\cmdline.bmp' align=center.
146:p.
147There are three different command line choices. The first
148brings up a windowed OS/2 command line. :color fc=default bc=palegray.F9:color fc=default bc=default. is the accelerator key
149for this command. The last two bring up a windowed DOS command line and
150a Win-OS/2 full screen session respectively but only if you have installed DOS and
151Win-OS/2 support.
152
Note: See TracBrowser for help on using the repository browser.