Changeset 268 for trunk/dll/ipf/util.ipf
- Timestamp:
- Dec 8, 2005, 7:15:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/dll/ipf/util.ipf (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/ipf/util.ipf
r10 r268 4 4 FM/2 offers several utilities to make your life a little easier&colon. 5 5 :p. 6 :link reftype=hd res=100045.Remap drives:elink.7 .br8 6 :link reftype=hd res=90100.Collector:elink. 9 7 .br … … 34 32 :hp2.System Setup:ehp2. folder, and command line windows from this menu. 35 33 36 :h2 res=100045 name=PANEL_REMAP.Remap drives37 :i1 id=aboutRemap.Remap drives38 39 To remap (attach) a remote server to a local drive letter, enter the40 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 to42 attach the server. Finally, click the :hp1.Attach:ehp1. button.43 :p.44 To detach a local drive letter from a remote server, select the45 drive letter from the right (detach) listbox, then click the46 :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 a51 double backslash, the name of the server, another backslash, and the52 name of the resource&colon. \\servername\netname53 :p.54 Note that FM/2 saves the UNC names you enter in the listbox below the55 entry field. You can recall these names later by clicking on them.56 The :hp1.Delete:ehp1. button deletes the currently selected name from57 the listbox, and the :hp1.Clear:ehp1. button removes all names from58 the listbox. Names are added automatically. Up to 200 names can be59 stored in this manner (kept on disk between sessions in a file named60 RESOURCE.DAT).61 62 34 .im collect.ipf 63 35 64 36 .im comp.ipf 65 37 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 82 39 83 40 :h2 res=92600 name=PANEL_KILLPROC.Kill Processes 84 41 :i1 id=aboutKillProc.Kill Processes 85 42 :artwork name='..\..\bitmaps\killproc.bmp' align=center. 43 :p. 86 44 This leads to a dialog that allows you to kill most renegade processes. 87 45 If you run into a window that just won't close, or one that hides itself 88 46 but doesn't quite go away, this may let you kill the hung process. 89 47 :p. 90 Obviously you'll want to exercise some care here. FM/2 will remove its48 Obviously you'll want to exercise some care here. FM/2 will remove its 91 49 own 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 kill93 off the WPS (PMSHELL.EXE), but it should restart itself. Some kernal50 line you could still kill FM/2 by killing its parent. You can also kill 51 off the WPS (PMSHELL.EXE), but it should restart itself. Some kernal 94 52 processes show up but can't be killed. 95 53 :p. 96 54 A checkbox allows you to set the Process Killer to use the undocumented 97 DosQProcStat API instead of parsing PSTAT.EXE's output. While this55 DosQProcStat API instead of parsing PSTAT.EXE's output. While this 98 56 removes the requirement of having an English version of PSTAT.EXE, you 99 57 should be aware that the DosQProcStat can be changed by IBM without 100 58 notice, possibly causing the Process Killer to fail and/or trap. 101 59 102 :h2 res=92700 name=PANEL_INSTANT.Instant BatchFile60 :h2 res=92700 name=PANEL_INSTANT.Instant CMD File 103 61 :i1 id=aboutInstant.Instant Batch File 104 62 :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. 64 This leads to a dialog that lets you quickly hack together a command 65 (batch) file and run it (the currently highlighted tree directory will 66 be its default directory). The command file isn't saved; think of it as 108 67 an "extended command line" which allows you to enter more than one line 109 68 at a time (for instance, when several tests must be made). 110 111 :h2 res=92800 name=PANEL_COMMANDLINE.Command Line112 :i1 id=aboutCommandLine.Command Line113 :artwork name='..\..\bitmaps\cmdline.bmp' align=center.114 This brings up a windowed OS/2 command line. F9 is the accelerator key115 for this command.116 :p.117 There are also commands to bring up a windowed DOS command line and118 a Win-OS/2 full screen session.119 120 .im inis.ipf121 69 122 70 :h2 res=94800 name=PANEL_VIEWINFS.View Bookshelf … … 124 72 FM/2 presents a listbox containing all the .INF files found in the 125 73 directories listed in your BOOKSHELF environment variable (see 126 SET BOOKSHELF= in CONFIG.SYS). You select the .INF file(s) you want74 SET BOOKSHELF= in CONFIG.SYS). You select the .INF file(s) you want 127 75 to view, then click the :hp1.View:ehp1. button. 128 76 :p. 129 77 If you selected more than one .INF file, FM/2 calls VIEW.EXE in such 130 78 a way that all the files are presented at once (a single contents 131 page appears listing the contents of all the .INF files). Warning:79 page appears listing the contents of all the .INF files). Warning: 132 80 Don'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 any134 of the files. 81 of listbox) -- IBM's View.exe will choke if you do, and be unable to read any 82 of the files. However Newview works fine. 135 83 :p. 136 84 You 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. If85 try to find the first listbox entry with matching text as you go. If 138 86 you click :hp1.Select:ehp1. FM/2 will highlight all matching entries 139 87 (hint: empty the entry field and click Select to unhighlight 140 everything). If you click :hp1.Filter:ehp1. FM/2 will remove all but88 everything). If you click :hp1.Filter:ehp1. FM/2 will remove all but 141 89 highlighted items from the listbox (:hp1.Rescan:ehp1. will refill the 142 90 listbox). … … 144 92 The :hp1.AddDirs:ehp1. button will copy the contents of the entry field 145 93 and add it to the directories listed in the BOOKSHELF environment variable. 146 It should be in the same format as the HELPenvironment variable uses,147 fully qualified directory names separated by semi-colons. The next time you94 It should be in the same format that the BOOKSHELF environment variable uses, 95 fully qualified directory names separated by semi-colons. The next time you 148 96 use the Bookshelf Viewer, FM/2 will remember this input and use it. This 149 97 is an internal addition; your CONFIG.SYS and environment are not … … 155 103 :p. 156 104 When you're done with the dialog, press [ESCape] or click 157 :hp1.Cancel:ehp1.. Any open .INF files remain open until you close them105 :hp1.Cancel:ehp1.. Any open .INF files remain open until you close them 158 106 (hint&colon. F3 will close an .INF file). 159 107 :p. 160 Note&colon. this dialog is shared by the :hp2.:link reftype=hd108 Note&colon. this dialog is shared by the :hp2.:link reftype=hd 161 109 res=94850.View Helpfiles:elink.:ehp2. and :hp2.View Bookshelf:ehp2. 162 110 commands. 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 switch111 simply brought to the foreground. Close it if you want to switch 164 112 function. (This doesn't apply if you started this from the Bookshelf 165 113 Viewer object in the FM/2 WPS folder.) … … 169 117 FM/2 presents a listbox containing all the .HLP files found in the 170 118 directories listed in your HELP environment variable (see SET HELP= in 171 CONFIG.SYS). You select the .HLP file you want to view, then click119 CONFIG.SYS). You select the .HLP file you want to view, then click 172 120 the :hp1.View:ehp1. button. 173 121 :p. … … 177 125 The :hp1.AddDirs:ehp1. button will copy the contents of the entry field 178 126 and add it to the directories listed in the HELP environment variable. 179 It should be in the same format asthe HELP environment variable uses,180 fully qualified directory names separated by semi-colons. The next time181 you use the BookshelfViewer, FM/2 will remember this input and use it.127 It should be in the same format that the HELP environment variable uses, 128 fully qualified directory names separated by semi-colons. The next time 129 you use the HELP Viewer, FM/2 will remember this input and use it. 182 130 This is an internal addition; your CONFIG.SYS and environment are not 183 131 modified. 184 132 :p. 185 133 When you're done with the dialog, press [ESCape] or click 186 :hp1.Cancel:ehp1.. Any open .HLP file will remain open until you close134 :hp1.Cancel:ehp1.. Any open .HLP file will remain open until you close 187 135 it. 188 136 :p. 189 Note&colon. this dialog is shared by the :hp2.:link reftype=hd137 Note&colon. this dialog is shared by the :hp2.:link reftype=hd 190 138 res=94800.View Bookshelf:elink.:ehp2. and :hp2.View Helpfiles:ehp2. 191 139 commands. 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 switch140 simply brought to the foreground. Close it if you want to switch 193 141 function. (This doesn't apply if you started this from the Helpfile 194 Viewer object in the FM/2 WPS folder .)142 Viewer object in the FM/2 WPS folder or from the command line.) 195 143 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. 148 There are three different command line choices. The first 149 brings up a windowed OS/2 command line. F9 is the accelerator key 150 for this command. The last two bring up a windowed DOS command line and 151 a Win-OS/2 full screen session respectively but only if you have installed DOS and 152 Win-OS/2 support. 153
Note:
See TracChangeset
for help on using the changeset viewer.
