source: trunk/README@ 1607

Last change on this file since 1607 was 1585, checked in by Gregg Young, 14 years ago

One more readme tweak.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 32.4 KB
Line 
1 ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
2 ³ F(ile) M(anager)/2 is free software from Mark Kimes ³
3 ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄŽ
4 ³ See end of document for contact info ³
5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
6
7FM/2 3.19 I am dedicating this release of FM/2 to the memory of my
8parents Ralph and Helen Young both of whom passed away earlier this
9year. It has been over a year since the last release. The FM/2 team has
10been busy with a lot of other projects. This release mostly fixes bugs.
11
12The major change is that this version uses high memory to
13load much of FM/2's code, data and resources. If your version of OS/2
14(Warp 4 pre about Fixpack 13 or Warp 3 pre about Fixpack 37) doesn't
15support high memory please contact me and I will provide a low memory
16version. If anyone contacts me, I will plan on both a high and low
17memory version (or a way to convert one to the other) for future
18releases.
19
20You can now open a directory container from an item in the collector and
21the EA editor now has a file open option. We also made some improvements
22to FM/2's handling of containers holding large numbers of files
23(greater than 64k). Please see the history file for more details.
24
25FM/2 3.18 This release removes high memory support at least for now.
26Changes made to the openwatcom compiler which adds large file support to the
27open file functions created a problem since DosOpenL doesn't work correctly
28with high memory. This change also fixes the paste failure in VIO windows
29when copying from FM/2.
30
31We have provided an archiver description for use with unzip ver 6. It is contained
32in ARCHIVER.TMP. The installer copies the description to ARCHIVER.BB2 (last entry).
33If you plan on using ver 6 as your default unzip you will need to activate this
34description. The instructions follow:
35
36- This archiver definition assumes that UNZIP v6
37 a) is named UNZIP.EXE
38 b) is on the PATH
39 c) precedes all other UNZIP.EXE versions on the PATH.
40 If any of these are not true, then either correct the problem listed above or:
41 1) Select the UNZIP v6 definition. (See below.)
42 2) Click on the "Edit" button
43 3) Modify all instances of UNZIP.EXE to include a full path for UNZIP.EXE v6.
44 4) Click on "OK", then "Close" and then "Yes" to exit and save your changes.
45 5) Restart FM/2
46
47- FM/2 will not use this entry unless
48 a) It is the only UNZIP definition; or
49 b) You select it manually; or
50 c) You move UNZIP v6 ahead of all the UNZIP's in the list of archivers.
51 In order to move UNZIP v6 ahead of the other UNZIP's:
52 1) Select the UNZIP v6 definition. (See below.)
53 2) Click on the "Up" button until the UNZIP v6 entry precedes all other
54 UNZIP definitions.(If you have never modified ARCHIVER.BB2 it will
55 need to be moved to the very top)
56 3) Click on "Close" and then "Yes" to exit and save your changes
57 4) Restart FM/2
58
59- Selecting the UNZIP v6 definition:
60 1) Start FM/2
61 2) Select the "Config" menu
62 3) Select the "Edit" submenu
63 4) Select the "Edit an archiver..." menu item
64 5) In the dialog that appears scroll the list, if necessary, and select
65 the UNZIP v6 definition
66
67We have made changes to the open files logic to correct some odd issues
68caused by MMPM when ogg, flac and/or mpg IOProcs are installed. MPGs are now
69recognized as media and zero byte files trigger a dialog offering to open
70them in the text editor. We now pass .wpi files to the WPS if no association
71is set for them. If you see FM/2 attempt to open non-media files as a media file
72or fails to open a media file recognized as such by OS/2 as media, let us know.
73
74We reworked the user commands. Doing so makes COMMANDS.DAT obsolete with the
75commands moving to FM3INI.INI. We did this to eliminate toolbar entry failures
76caused by reordering the commands. It also keeps the hotkey the same following
77a reorder and allows the user to select the hotkey they wish to use. The first
78time you run 3.18, it will copy the commands information from COMMANDS.DAT to
79the INI. COMMANDS.DAT isn't deleted or changed so you can revert to an earlier
80version without losing old commands. However, any commands you add or change
81with this version will not be seen by older versions.
82
83You can use Ctrl-click to select state or commonly used directory quicklist entries
84or walk dialog user list entries without activating them. This is handy for deleting
85entries without changing the window's state.Compare directories has been rework to
86enhance its speed, allow for quick cancel and provide the option of AND'ed
87selection (CTRL click). AND'ed selection selects from currently selected entries
88as opposed to all entries. See the help file for more information. We have fixed
89some rare traps and hangs and a few annoying bugs like the failure of the append
90checkbox in the list file dialog to append. Please see the history file for a more
91complete list of changes.
92
93FM/2 3.17: This release provides for loading FM/2 partially in high memory
94since this won't work on older systems (pre fixpack 13?) or you might have
95other reasons not to use it we provide a low memory version also. Some high
96loaded programs hang in the exit handler (i.e. don't close). We didn't
97experience this problem but if you do install the low memory version (3.17.0).
98The high memory version is 3.17.1.
99
100This release makes changes that should speed the scanning and
101container filling in FM/2. We have added some visual clues to let you know
102FM/2 is still working. The LED in the lower right hand corner now blinks
103while long operations are in progress or you can open the thread note
104window (click on the LED) for even more detailed information about an
105operation in progress. We also added a better "scanning" message.
106
107We have updated the look and functionality of the drivebar. It now has the
108drive letters superimposed over the drive icons allowing for larger icons.
109We have add a refresh removable media and rescan button to the beginning
110of the bar to make it a more complete replacement for the tree container
111in FM/2 lite. You can also show the file system type or drive label next
112to the drive letter in the tree container. See the Tree settings notebook
113page to try this option.
114
115The INI viewer option on the utilities menu now lets you choose to open
116the user INI, system INI or FM2's INI. We now allow LONGNAMES to be
117displayed for FAT & LAN drives and we delete .LONGNAME EA if it becomes
118the filename on a copy or move. In addition to these we fixed 2 rare crashes
119and a hang associated with SMP. We also fixed a handful of interface problems.
120See the history file for more information.
121
122FM/2 3.16: This release makes changes that should allow FM/2 to be
123translated into different languages. It also adds date and number
124formatting based on the system locale settings. We now need to find
125some individuals who are interested in doing the translations.
126Currently, double bit character sets are not supported in FM/2.
127
128We have also fixed multiple minor annoyances such as improving
129detection of text verses binary files when opening viewers and
130filtering/(de)select mask now works for archives with pathnames.
131We added the ability to turn error/alert beeps on and off in the
132settings notebook (General page) and changes to the details switches
133in compare directories are now saved. See the history for more details.
134
135FM/2 3.15: This release turns on some new features by default
136don't panic they can all be turned off if you don't like them.
137The first is recursive scanning on start up. This slows the initial
138scan a bit but speeds expansion of the tree later. It is on for
139local hard drives and can be turned on for other drive types. The
140second new feature is an automatic rescan of the drive tree on
141eject of removable media keeping the tree container more current.
142Both of these features can be turn on or off on the scanning page
143of the notebook. The third new feature actually turns write verify
144off on a per drive basis. This is to address the fact that many
145USB removables fail or worse (hangs/traps) when write verify is on.
146We turn it off by default for removables other than standard floppies.
147If you want it on/off for a given drive edit that drive's drive flags
148accordingly. The global write verify selector is unchanged and the
149drive flags have no effect if it is off.
150
151We have some additional new items we hope you will find useful. We
152have added the ability to have the extract commands create a
153subdirectory based on the archive file name for the extraction target.
154Seek and Scan has been added to the drives and directories context
155menu and when selected from there will add the drive or directory as
156the root for the search. We also added refresh removable media so
157you can scan for newly inserted drives from the tree container
158We did some additional work on the main menus like adding Databar
159to the utilities menu and we now gray out items that are unavailable
160or inappropriate and un-grayed some items that were inappropriately
161turned off. We reorganized the internal editor menus as well.
162
163We made changes to the archiver code so that archivers that don't
164have specific start/end list strings will work (i.e. TAR.EXE). We
165have included the commands for .tar .tar.gz and .tar.bz in archiver.tmp
166(gzip.exe and/or bzip.exe must be in the path) These only work with tar 1.15
167or higher. We included a separate entry for TAR 1.10 but versions of TAR prior
168to 1.15 don't work for tar.gz/bz2 files. You can either replace archiver.bb2
169with the archiver.tmp or if you have made changes to archiver.bb2 you can cut
170and paste the new archiver definitions into an appropriate position in your
171existing archiver.bb2
172
173Numerous fixes to minor interface appearance and behavior issues are also include.
174We have added exceptq support to make it easier to track down defects. We
175also eliminated the cause of three rare traps including one associated with
176deleting directories. See the history file for more details.
177
178FM/2 3.14: This release updates many of the icons and bitmaps
179used in FM/2. In addition, more updates have been made to the
180toolbars to activate the new toolbars follow the instruction for
181using CFGMGR in the section about version 3.13. One other change
182may require some user intervention. Inadvertently the expected
183name of the filters data file was change in version 3.12 from
184filters.dat to filter.dat. We have corrected this, however, this
185means your filters may be spread across 2 different files or may
186seem to have disappeared. If they have disappeared go to the FM/2
187directory and rename the file filter.dat to filters.dat. This should
188restore your saved filters. If you find you have both filter.dat and
189filters.dat use a text editor to add the contents of filter.dat
190to filters.dat.
191
192This release also contains some menu changes with unformatted drives
193using the "drives" context menu, the elimination of more than one
194default on some submenus and menu items such as "format" being
195disabled for network drives and enabled for removables. Some of the
196changes should make FM/2 more responsive (Let us know if you notice
197a difference). We have also included some bug fixes.
198
199FM/2 3.13: Many of the changes in this release are related to
200the toolbars. A new feature is that the current toolbar, along
201with the current Target directory, are now saved and restored
202with states. Toolbar code and documentation has been improved, new
203toolbar button bitmaps have been added and bugs have been fixed.
204
205The installation of FM/2 will not replace existing user
206customization files like the toolbar files. So, if this is not
207your first installation of FM/2, some of these improvements will
208not be available because of the old, pre v3.13 toolbar files. It
209is therefore recommended that you run the following:
210
211 CFGMGR /INSTALL /DEFAULTS /TOOLBARSONLY /UNATTENDED
212
213CFGMGR is a REXX program located in the FM/2 installation directory.
214If run as given above it will copy your existing toolbar files into
215a "User_config_backup" subdirectory and then install FM/2 default
216toolbar files. If you have done some customizations of FM/2 toolbars
217you can use a text editor and/or file comparison utility like GFC
218to "merge" your changes, now found in the backup subdirectory,
219with the default files now found in the FM/2 directory. If you want
220more control over the operation of CFGMGR, then leave off the
221/UNATTENDED parameter. Without the /UNATTENDED parameter CFGMGR
222will ask your permission before replacing each file.
223
224The delete = move to trash can is off by default (turn it on on the
225General settings notebook page). FM/2 now checks for adequate disk
226space to avoid data loss.
227
228We also fixed some additional bugs and provide some performance
229enhancements. If you have had trouble with "broken pipe" errors
230copying to a Netdrive samba drive let me know if it now works
231better. I have built in some retries for this error but can't test
232it since I don't see the problem. Also please report back to us anytime
233you see the Debug error report to author box with as much detail about
234what you were doing as possible. Thanks
235
236FM/2 3.12 Fixes a bug introduced in 3.11 (trap when viewing
237multiple files from an archive at the same time). It also adds
238Open Default, Open Settings and via an accel key ctrl + l Open
239Multimedia (using FM2play.exe) to the archive viewer. FM/2 now
240uses the system TMP/TEMP directory for it temporary files and
241cleans up after a crash on the next restart. FM/2 creates a
242subdirectory of the pattern $FM2*.*. The settings notebook can
243now be closed using Esc, F3 or Enter; the last 2 save any
244changes that have been made. You can now select which environment
245variables to show when using show the environment in the drive
246tree. Just add or remove from the list on the "Tree" page of
247the notebook. It defaults initially to the current list. You can
248now save/append either a full pathname or just a filename or a
249list of either to the clipboard. We have changed the wording
250in the menus to make this easier to find. We fixed a few other
251minor issues see the history for more details.
252
253FM/2 3.11 adds the option of having delete move the objects
254to the Xworkplace trashcan. Undelete will open the trashcan
255so you can restore deleted files. The only short coming is you
256will need to rescan in order to see the restored file.
257We also added a reserved state which allows you to return
258FM/2 to the state it was in on start up (the shut down state).
259We have improved the filtering of file names that contain
260multiple periods and fixed FM/2's failure to always follow
261the details settings from the setup notebook. The primary
262task achieved for this release was the addition of fortify
263support which allowed us to fix a handful of memory usage
264related bugs. We fixed a few other minor issues see the
265history for more details.
266
267Fm/2 3.10 adds the ability to set the command line length
268to correspond to the command shell you are using. We have
269moved some menu items to submenus to reduce menu clutter
270while adding "unhide" to reveal previously hidden items and
271adding a settings notebook submenu to allow selection of the
272page you wish to visit. We have updated the look of several
273dialogs and containers including adding the ability to remember
274size location and presentation parameters. We have reworked
275the save state on close so it will save the different states
276of multiple directory containers and in greater detail. This
277state can also be restored at anytime during a session by
278selecting it from the "States" drop down. We have provided better
279progress indicators to update the progress of long operations.
280We now provide both the SYM & MAP files in a separate WarpIN
281package. This will allow interested individuals the tools needed
282to assist with analyzing any problem that may occur. This
283package is not needed to run FM/2. As always this update
284provides some performance enhancements and defect fixes.
285
286FM/2 3.09 adds "mailto:" so you can configure the ability to
287double click an email address in the new viewer and have it
288open a new email using that address. The viewer page in the
289settings notebook was split into 2 pages to facilitate the
290change. Additionally, We fixed some defects and enhanced
291performance in some areas such as commandline quoting.
292
293FM/2 3.08 has had changes to its file filtering logic.
294It now searches for the last extension if a mask like *.zip
295is used. This change was made to over come the problem with
296associations failing on files with multiple ".". You can
297also search for a complete string within the file names by
298using the pattern *stuff* (stuff can't contain an * or ?).
299If "stuff" contains an * or ? the old method of searching
300(character by character)is used.Large (>4GiB) file support
301has been added.
302
303FM/2 3.07 had changes made to its INI file structure.
304These changes mean that the INI file is not backward
305compatible. Please backup you FM3.INI file before installing
306so you can revert to an earlier version without losing some
307of your customizations. Please note you need to leave a copy
308of the fm3.ini file in the install directory in order to keep your
309customizations in 3.07. The temp file fm3.!!! will not update
310the new INI as it is only used when FM/2 is running.
311
312File Manager/2 (FM/2) starting with version 3.6 is being
313built with OpenWatcom. Changing compilers can introduce
314unexpected problem so you may want to backup your current
315install, or at minimum have a working copy of the FM/2
316version 3.5.9 WarpIN package available for reinstall if problems arise.
317To backup your current install simple zip up your install
318directory with its subdirectories or copy them to a different
319location.To restore simply copy the old FM/2 back to the
320its original location. Remember you can't use the new FM/2
321to do this since if it is running some files will be locked
322and won't be replaced. If you didn't backup and need to go
323back just install the 3.5.9 WarpIN package over the new
324install. It will warn you that the install is newer but just
325tell it to install anyway. The WarpIN install process is
326designed to save all your customizations. Don't delete the
327new install if you don't have a backup since this will result
328in the loss of any custom changes you have made. If you need
329to delete it to get the reinstall to work. Backup up the new
330install and then copy the *.bmp, *.tls, *.dat, *.cmd & *.ini
331files back to the install directory after the reinstall.
332Don't copy the *.str files as they are version specific.
333If you have problems be sure to report it (See Support
334at the end of this file).
335
336File Manager/2 (FM/2) is a free OS/2(Warp)/eCS Presentation
337Manager 32-bit file/directory/archive maintenance utility
338(a sort of super-Drives object, something midway between the
339Drives objects and a more traditional file manager) with plenty
340of bells, whistles and utilities, drag and drop, context menus,
341toolbars, bubble help and accelerator keys. If you know how
342to use OS/2, you already know how to use most of FM/2. You
343can easily glean the rest from the extensive online help,
344including tutorials.
345
346This document explains how to install FM/2, including
347upgrading from previous versions. It explains command line
348syntaxes (parameters in a program object) and how to get the
349program(s) running. The online help tells you how to
350actually use FM/2. I'll try to keep this brief.
351
352This program is free software; you can redistribute it
353and/or modify it under the terms of the GNU General Public
354License as published by the Free Software Foundation; either
355version 2 of the License, or (at your option) any later
356version.
357
358This program is distributed in the hope that it will be
359useful, but WITHOUT ANY WARRANTY; without even the implied
360warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
361PURPOSE. See the GNU General Public License for more
362details.
363
364You should have received a copy of the GNU General Public
365License along with this program; if not, write to the Free
366Software Foundation, Inc., 59 Temple Place, Suite 330,
367Boston, MA 02111-1307 USA
368
369
370FM/2 3.x installation instructions:
371==================================
372
373Pre-requisite:
374 WarpIN 0.9.20 or higher must be installed.
375
376Install (or re-install) from a FM/2 ZIP file distribution
377---------------------------------------------------------
378
3791. Unpack the FM2*.ZIP archive in a private directory (for
380example, C:\TMP). (UNZIP.EXE works nicely to unpack the
381file.) Two WPI files, FM2.WPI and FM2UTILS.WPI will be
382unzipped.
383
3842. Follow the instructions for installing from WPI file(s)
385below.
386
387
388Install (or re-install) from a FM/2 WPI file distribution
389---------------------------------------------------------
390
3911. Open the WPS folder containing the WPI file(s).
392
3932. Double click on FM2.WPI. Since WarpIN associates itself
394with WPI files this will start WarpIN with FM2.WPI as the
395parameter.
396
3973, You may then install FM/2 to a directory of your choice
398and, if FM2UTILS.WPI is present, install FM/2 Utilities to
399a directory of your choice.
400
401NOTE: If you double click on FM2UTILS.WPI instead of
402FM2.WPI, you will only be able to install the FM/2
403Utilities. It is recommended that, even if you only want to
404install FM/2 Utilities, that you do so using FM2.WPI.
405
406
407Moving FM/2 and/or FM/2 Utilities:
408----------------------------------
409
4101. Copy your existing installation directory to the new
411location.
412
4132. If you have added your own icons to any of the FM/2
414folders, then you should move them elsewhere temporarily.
415
4163. Follow the instructions for de-installing below.
417
4184. Re-install the package using the installation
419instructions above. This will update the WarpIN database and
420reset your icons to the new locations.
421
4225. Move the icons you saved in step #2, back into the FM/2
423folders if you wish.
424
425
426De-installing FM/2 and/or FM/2 Utilities:
427-----------------------------------------
428
4291. Run WarpIN without parameters.
430
4312. Right click on a package you want to de-install and
432select "de-install all packages".
433
4343. Click on OK in the "De-install Packages" window that
435appears.
436
437
438=================
439First-time notes:
440=================
441
442Starting FM/2 -- how it works, customizing parameters:
443
444If you start File Manager/2 (filename FM3.EXE) with no
445parameters, it opens the Drive Tree window but no directory
446windows (unless the "Save state of dir windows" toggle is
447checked -- see online help).
448
449File Manager/2 optionally accepts names of directories in
450the parameters field of its program object; it'll open a
451directory window for each one. Hint: If you often do
452different specific things with FM/2, you might set up a WPS
453object customized to start up ideally for each activity. For
454example, if you wanted to maintain your BBS areas, you might
455have one object with parameters like: "D:\BBSDIR
456D:\BBSDIR\MAILIN D:\BBSDIR\MAILOUT", and if you also like to
457use FM/2 to set icons on files, you might have another
458object with parameters like: "E:\MYICONS D:\NEWFILES". The
459State quicklist can also be used for this within FM/2 itself
460-- see online help.
461
462You can exclude drives in the parameters by prefacing the
463drive letter with "/", and there can be more than one drive
464letter behind the "/" (i.e. "/BH" to exclude both drives B:
465and H:). Hint: Many people like to use /B to exclude
466"phantom" drive B: if they have a single-floppy system.
467Similarly, you can cause drives NOT to be prescanned by the
468Drive Tree by prefacing the drive letter with ";", drives
469NOT to load icons for objects by prefacing the drive letter
470with ",", drives NOT to load subjects for objects by
471prefacing the drive letter with "`" and drives NOT to load
472longnames for objects by prefacing the drive letter with
473"'". This can be handy if you have a very slow drive like a
474CD-ROM or Zip drive. FM/2 Lite recognizes these switches,
475too. See also the Drive Flags dialog in FM/2.
476
477If you place the plus sign "+" (alone, separated from
478anything else by spaces) in the parameters, FM/2 will log,
479to FM2.LOG, delete, rename, move and copy operations that
480are performed by drag-and-drop or with the menus. FM/2 Lite
481recognizes this switch, too.
482
483The parameter "-" (alone, separated from anything else by
484spaces) causes FM/2 to ignore, not load or save, the
485previous state of directory windows (see the "Save state of
486dir windows" toggle under Config Menu->Toggles in the online
487help) for that invocation.
488
489You can specify the name of an alternate INI file with
490"-<inifilename>" -- for example: "-C:\FM2\MYINI.INI".
491
492You can also specify the INI file location with the
493environment variable FM2INI -- for example:
494 SET FM2INI=C:\FM2\MYINI.INI.
495
496
497------------------------------
498How to get started using FM/2:
499-----------------------------
500Please read the following sections in the online help when
501you start FM/2 for the first time: "How to use FM/2's Help,"
502"Terminology" and "General Help," then "Hints." A peek at
503the labeled "Window Layouts" pictures would probably be a
504good idea, too. The rest you can browse as you get time/feel
505the need; for instance, if you want to know what a toggle
506does, read the help under Settings notebook for that page
507(each Settings notebook page has its own Help button).
508
509If you prefer hard copy help, print this file, run FM/2,
510press F1, click the "Print" button at the bottom (IBM View)
511or top (Newview)of the help window that appears and then print
512both the "Contents" and "All sections" (keep an eye on the printer,
513after page 100 of "All sections" as the Help Manager will
514begin printing its own help then -- you may want to abort
515printing at that point). Advanced and/or curious users may
516also want to print FM3TOOLS.DAT and ARCHIVER.BB2. Be sure
517you have plenty of paper and ink handy -- the package is
518well documented. You'll probably also want a three-ring
519binder and hole punch to get it bound, as staples aren't
520going through that puppy. You can, of course, print only the
521sections that are of particular interest to you.
522
523Additional documentation:
524------------------------
525 FM3.HLP: FM/2's online help file.
526
527Look in the FM/2 Docs subfolder of the File Manager/2 folder
528for easy access to all documentation.
529
530
531Bonus programs:
532==============
533
534You'll note the extra objects that the Install program
535creates in the FM/2 Tools subfolder of the File Manager/2
536folder. FM/2 is modular, so that you can get directly to
537some of its components without running the entire ball of
538wax. This may allow you to enhance the behavior of some of
539your other applications in the WPS tradition. You don't
540_have_ to keep these around, of course -- FM/2 itself
541contains all their functionality.
542
543ARCHIVE VIEWER/2: Intended for drag-and-drop operation (or
544WPS association) with WPS objects or other applications.
545Drag an archive onto it, drop it, get an archive listing
546box. FM/2's installation program sets up some associations
547between archive files and this program by file extension.
548AV/2 will try to display whatever you give it as
549sensibly as it can. Filename AV2.EXE.
550
551EA VIEWER: Drag a file system object onto it and it'll show
552you the object's extended attributes. Filename EAS.EXE.
553
554INI VIEWER: Drag an .INI file onto it and it'll show you its
555contents. Filename INI.EXE.
556
557BOOKSHELF VIEWER: Shows all .INF files in a listbox and lets
558you pick the one(s) you want to view. If you give any
559command line argument, the .HLP files on the HELP path will
560be shown instead (the Helpfile Viewer object calls
561VIEWINFS.EXE with "dummy" for an argument, for example).
562Filename VIEWINFS.EXE.
563
564PROCESS KILLER: Lets you kill off renegade processes. An
565English version of PSTAT.EXE must be on your PATH. Filename
566KILLPROC.EXE.
567
568UNDELETE: Lets you undelete files (via interface with
569UNDELETE.COM). Drag a file system object onto it and it'll
570let you undelete files for that drive. Filename UNDEL.EXE.
571
572VISUAL TREE: Opens a Drive Tree window (like the WPS Drives
573object with more horsepower). Filename VTREE.EXE.
574
575VISUAL DIRECTORY: Opens a Directory Container window; drag a
576file system object onto it and this will open its directory
577(like a WPS directory Folder with more horsepower). Filename
578VDIR.EXE.
579
580COLLECTOR: Opens a Collector window. Filename VCOLLECT.EXE.
581Two other objects, "See all files" and "Seek and scan" are
582created which call up the Collector and go directly to
583dialogs for the appropriate purpose.
584
585GLOBAL VIEWER: Opens a global view of a drive or drives.
586Filename GLOBAL.EXE.
587
588DATABAR: Opens a databar showing some system information.
589Filename DATABAR.EXE.
590
591DIRSIZE: Shows where drive usage is concentrated. Filename
592DIRSIZE.EXE.
593
594FM/2 LITE: A simplified interface for "dummies." Filename
595FM4.EXE.
596
597FM/2's install creates FM2.CMD, AV2.CMD, VDIR.CMD,
598VTREE.CMD, VCOLLECT.CMD, UNDEL.CMD, KILLPROC.CMD, INI.CMD,
599EAS.CMD, DIRSIZE.CMD, VIEWINFS.CMD and VIEWHELP.CMD files
600for you in a directory "utils" off the install directory.
601You should add this directory to your PATH= statement in
602CONFIG.SYS (type HELP PATH at a command line for more info).
603If you prefer, FM/2's INSTALL builds a SETENV.CMD in the
604FM/2 directory which you can call to set the PATH for FM/2
605in any given session without modifying CONFIG.SYS.
606
607
608Troubleshooting:
609===============
610
611If FM/2 won't run, the probable culprit is CONFIG.SYS. Your
612LIBPATH statement should contain a ".;" entry. If yours
613doesn't, add it. It's standard for an OS/2 installation, but
614some buggy install programs knock it out because they
615translate entries to their full pathname before rewriting
616(so ".;" gets translated to whatever the current directory
617is for the buggy install program). What this ".;" entry does
618is allow a program to find and use .DLL files in the
619program's current directory -- obviously something you want
620programs to be able to do, otherwise you'd have to put every
621application's .DLLs into directories already on the LIBPATH,
622or add the directories of all applications to the LIBPATH, a
623rather huge pain in the, uh, neck.
624
625If things in FM/2 are suddenly acting strange after an
626upgrade, first check the integrity of the install using
627using WarpIN. If it shows a problem rerun the install
628package. If that fails try uninstalling with WarpIN and reinstalling.
629Backup your existing directory so you can save any changes
630you made to the template files then uninstall and reinstall.
631Once you have FM/2 working migrate the *.ini, *.dat, *.tls,
632*.bb2 and *.cmd from your old install/backup to recover your
633custom settings
634
635If the "FM/2 Online Help" object in the "FM/2 Docs"
636subfolder won't work properly, you've got a version of
637VIEW.EXE that won't directly display help (.HLP) files. Use
638SEEHELP.EXE from the FM/2 Utilities package to get around
639this problem (or upgrade your version of OS/2).
640
641Don't drag files over Netscape -- it will lock up if files
642(not WPS objects; there's a subtle difference) are dragged
643over it.
644
645If you get a popup dialog that needs to be reported to the
646maintainer, you can either take a screen shot or you can
647capture the information from STDERR with:
648
649 FM3 2>STDERR.LOG
650
651This technique works for FM/2, FM/2 Lite and all the
652standalone applets.
653
654If you are having trouble with Drag and Drop operations, try
655the + command line switch described above. The content of
656FM2.LOG may be helpful.
657
658
659Known problems/shortcomings:
660===========================
661
662- See the section of this name in the FM/2 help file (FM3.hlp).
663It is installed to the same directory as FM/2.
664
665- See http://svn.netlabs.org/fm2/report/1 for a complete list of
666currently active bugs
667
668
669About FM/2:
670==========
671
672FM/2 was originally written by:
673
674 Mark Kimes
675 <hectorplasmic@worldnet.att.net>
676
677He has kindly allowed me to take over maintenance and
678support of FM/2 and to release the program under the GNU GPL
679license. I'm sure he would appreciate a Thank You note for
680his generosity.
681
682
683Support:
684=======
685
686There is a Yahoo group devoted to fm/2 at:
687
688 http://groups.yahoo.com/group/fm2user/
689
690 This group is now closed but it still contains some useful information
691
692There is a new mailing list at:
693
694 fm2-user@netlabs.org
695
696 To subscribe send an email to:
697
698 fm2-user-subscribe@netlabs.org
699
700 The subject and body can be empty.
701
702 This group is mirrored on Gmane at:
703
704 http://dir.gmane.org/gmane.org.netlabs.fm2.user
705
706You will find lots of friendly folks ready to help.
707
708FM/2 has moved to Netlabs (thanks Adrian).
709
710Check it out at
711
712 http://svn.netlabs.org/fm2
713
714To create a ticket reporting a defect or requesting an enhancement.
715You must be logged into TRAC. Please login with your Netlabs login id.
716If you do not have a login id, you can request one at
717http://www.netlabs.org/en/site/member/member.xml.
718If you have troubles acquiring a Netlabs login id send an e-mail to
719Netlabs Community Mailing List <community@netlabs.org>.
720
721You can also browse the source at this site.
722
723To obtain the source from the SVN use something like the following to check out the trunk
724
725 mkdir fm2_workspace
726 cd fm2_workspace
727 svn checkout http://svn.netlabs.org/repos/fm2/trunk trunk
728
729If you wish commit access please contact us directly.
730
731You can reach us directly at:
732
733 Steven H. Levine
734 steve53@earthlink.net
735
736 or
737
738 Gregg Young
739 ygk@qwest.net
740
741We also monitor the comp.os.os2.apps newsgroup, several
742others in the comp.os.os2.* hierarchy and other groups where
743release announcements are made.
744
745Thanks and enjoy.
746
747$Id: README 1585 2011-06-26 21:35:35Z gyoung $
Note: See TracBrowser for help on using the repository browser.