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

Last change on this file since 1567 was 1419, checked in by Gregg Young, 16 years ago

Use &*Key/Button. to replace all instances of Ctrl, Shift, Okay and Cancel formatted string to improve formatting consistency; monor help file cleanup

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