source: trunk/README@ 689

Last change on this file since 689 was 671, checked in by John Small, 18 years ago
  • Minor spelling and syntax corrections.
  • Improved wording on recommended installation directory.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 14.3 KB
Line 
1 ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
2 ³ F(ile) M(anager)/2 is free software from Mark Kimes ³
3 ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄŽ
4 ³ READ.ME file -- read before installing ³
5 ³ See end of document for contact info ³
6 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
7
8File Manager/2 (FM/2) is a free OS/2(Warp)/eCS Presentation
9Manager 32-bit file/directory/archive maintenance utility
10(a sort of super-Drives object, something midway between the
11Drives objects and a more traditional file manager) with plenty
12of bells, whistles and utilities, drag and drop, context menus,
13toolbars, bubble help and accelerator keys. If you know how
14to use OS/2, you already know how to use most of FM/2. You
15can easily glean the rest from the extensive online help,
16including tutorials.
17
18This document explains how to install FM/2, including
19upgrading from previous versions. It explains command line
20syntaxes (parameters in a program object) and how to get the
21program(s) running. The online help tells you how to
22actually use FM/2. I'll try to keep this brief.
23
24This program is free software; you can redistribute it
25and/or modify it under the terms of the GNU General Public
26License as published by the Free Software Foundation; either
27version 2 of the License, or (at your option) any later
28version.
29
30This program is distributed in the hope that it will be
31useful, but WITHOUT ANY WARRANTY; without even the implied
32warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
33PURPOSE. See the GNU General Public License for more
34details.
35
36You should have received a copy of the GNU General Public
37License along with this program; if not, write to the Free
38Software Foundation, Inc., 59 Temple Place, Suite 330,
39Boston, MA 02111-1307 USA
40
41
42FM/2 3.x installation instructions:
43==================================
44
45Pre-requisite:
46 WarpIN 0.9.20 or higher must be installed.
47
48Install (or re-install) from a FM/2 ZIP file distribution
49---------------------------------------------------------
50
511. Unpack the FM2*.ZIP archive in a private directory (for
52example, C:\TMP). (UNZIP.EXE works nicely to unpack the
53file.) Two WPI files, FM2.WPI and FM2UTILS.WPI will be
54unzipped.
55
562. Follow the instructions for installing from WPI file(s)
57below.
58
59
60Install (or re-install) from a FM/2 WPI file distribution
61---------------------------------------------------------
62
631. Open the WPS folder containing the WPI file(s).
64
652. Double click on FM2.WPI. Since WarpIN associates itself
66with WPI files this will start WarpIN with FM2.WPI as the
67parameter.
68
693, You may then install FM/2 to a directory of your choice
70and, if FM2UTILS.WPI is present, install FM/2 Utilities to
71a directory of your choice.
72
73NOTE: If you double click on FM2UTILS.WPI instead of
74FM2.WPI, you will only be able to install the FM/2
75Utilities. It is recommended that, even if you only want to
76install FM/2 Utilities, that you do so using FM2.WPI.
77
78
79Moving FM/2 and/or FM/2 Utilities:
80----------------------------------
81
821. Copy your existing installation directory to the new
83location.
84
852. If you have added your own icons to any of the FM/2
86folders, then you should move them elsewhere temporarily.
87
883. Follow the instructions for de-installing below.
89
904. Re-install the package using the installation
91instructions above. This will update the WarpIN database and
92reset your icons to the new locations.
93
945. Move the icons you saved in step #2, back into the FM/2
95folders if you wish.
96
97
98De-installing FM/2 and/or FM/2 Utilities:
99-----------------------------------------
100
1011. Run Warpin without parameters.
102
1032. Right click on a package you want to de-install and
104select "de-install all packages".
105
1063. Click on OK in the "De-install Packages" window that
107appears.
108
109
110
111=================
112First-time notes:
113=================
114
115Starting FM/2 -- how it works, customizing parameters:
116
117If you start File Manager/2 (filename FM3.EXE) with no
118parameters, it opens the Drive Tree window but no directory
119windows (unless the "Save state of dir windows" toggle is
120checked -- see online help).
121
122File Manager/2 optionally accepts names of directories in
123the parameters field of its program object; it'll open a
124directory window for each one. Hint: If you often do
125different specific things with FM/2, you might set up a WPS
126object customized to start up ideally for each activity. For
127example, if you wanted to maintain your BBS areas, you might
128have one object with parameters like: "D:\BBSDIR
129D:\BBSDIR\MAILIN D:\BBSDIR\MAILOUT", and if you also like to
130use FM/2 to set icons on files, you might have another
131object with parameters like: "E:\MYICONS D:\NEWFILES". The
132State quicklist can also be used for this within FM/2 itself
133-- see online help.
134
135You can exclude drives in the parameters by prefacing the
136drive letter with "/", and there can be more than one drive
137letter behind the "/" (i.e. "/BH" to exclude both drives B:
138and H:). Hint: Many people like to use /B to exclude
139"phantom" drive B: if they have a single-floppy system.
140Similarly, you can cause drives NOT to be prescanned by the
141Drive Tree by prefacing the drive letter with ";", drives
142NOT to load icons for objects by prefacing the drive letter
143with ",", drives NOT to load subjects for objects by
144prefacing the drive letter with "`" and drives NOT to load
145longnames for objects by prefacing the drive letter with
146"'". This can be handy if you have a very slow drive like a
147CD-ROM or Zip drive. FM/2 Lite recognizes these switches,
148too. See also the Drive Flags dialog in FM/2.
149
150If you place the plus sign "+" (alone, separated from
151anything else by spaces) in the parameters, FM/2 will log,
152to FM2.LOG, delete, rename, move and copy operations that
153are performed by drag-and-drop or with the menus. FM/2 Lite
154recognizes this switch, too.
155
156The parameter "-" (alone, separated from anything else by
157spaces) causes FM/2 to ignore, not load or save, the
158previous state of directory windows (see the "Save state of
159dir windows" toggle under Config Menu->Toggles in the online
160help) for that invocation.
161
162You can specify the name of an alternate INI file with
163"-<inifilename>" -- for example: "-C:\FM2\MYINI.INI".
164
165You can also specify the INI file location with the
166environment variable FM2INI -- for example:
167 SET FM2INI=C:\FM2\MYINI.INI.
168
169
170------------------------------
171How to get started using FM/2:
172-----------------------------
173Please read the following sections in the online help when
174you start FM/2 for the first time: "How to use FM/2's Help,"
175"Terminology" and "General Help," then "Hints." A peek at
176the labelled "Window Layouts" pictures would probably be a
177good idea, too. The rest you can browse as you get time/feel
178the need; for instance, if you want to know what a toggle
179does, read the help under Settings notebook for that page
180(each Settings notebook page has its own Help button).
181
182If you prefer hardcopy help, print this file, run FM/2,
183press F1, click the "Print" button at the bottom (IBM View)
184or top (Newview)of the help window that appears and then print
185both the "Contents" and "All sections" (keep an eye on the printer,
186after page 100 of "All sections" as the Help Manager will
187begin printing its own help then -- you may want to abort
188printing at that point). Advanced and/or curious users may
189also want to print FM3TOOLS.DAT and ARCHIVER.BB2. Be sure
190you have plenty of paper and ink handy -- the package is
191well documented. You'll probably also want a three-ring
192binder and hole punch to get it bound, as staples aren't
193going through that puppy. You can, of course, print only the
194sections that are of particular interest to you.
195
196Additional documentation:
197------------------------
198 FM3.HLP: FM/2's online help file.
199
200Look in the FM/2 Docs subfolder of the File Manager/2 folder
201for easy access to all documentation.
202
203
204Bonus programs:
205==============
206
207You'll note the extra objects that the Install program
208creates in the FM/2 Tools subfolder of the File Manager/2
209folder. FM/2 is modular, so that you can get directly to
210some of its components without running the entire ball of
211wax. This may allow you to enhance the behavior of some of
212your other applications in the WPS tradition. You don't
213_have_ to keep these around, of course -- FM/2 itself
214contains all their functionality.
215
216ARCHIVE VIEWER/2: Intended for drag-and-drop operation (or
217WPS association) with WPS objects or other applications.
218Drag an archive onto it, drop it, get an archive listing
219box. FM/2's installation program sets up some associations
220between archive files and this program by file extension.
221AV/2 will try to display whatever you give it as
222sensibly as it can. Filename AV2.EXE.
223
224EA VIEWER: Drag a file system object onto it and it'll show
225you the object's extended attributes. Filename EAS.EXE.
226
227INI VIEWER: Drag an .INI file onto it and it'll show you its
228contents. Filename INI.EXE.
229
230BOOKSHELF VIEWER: Shows all .INF files in a listbox and lets
231you pick the one(s) you want to view. If you give any
232command line argument, the .HLP files on the HELP path will
233be shown instead (the Helpfile Viewer object calls
234VIEWINFS.EXE with "dummy" for an argument, for example).
235Filename VIEWINFS.EXE.
236
237PROCESS KILLER: Lets you kill off renegade processes. An
238English version of PSTAT.EXE must be on your PATH. Filename
239KILLPROC.EXE.
240
241UNDELETER: Lets you undelete files (via interface with
242UNDELETE.COM). Drag a file system object onto it and it'll
243let you undelete files for that drive. Filename UNDEL.EXE.
244
245VISUAL TREE: Opens a Drive Tree window (like the WPS Drives
246object with more horsepower). Filename VTREE.EXE.
247
248VISUAL DIRECTORY: Opens a Directory Container window; drag a
249file system object onto it and this will open its directory
250(like a WPS directory Folder with more horsepower). Filename
251VDIR.EXE.
252
253COLLECTOR: Opens a Collector window. Filename VCOLLECT.EXE.
254Two other objects, "See all files" and "Seek and scan" are
255created which call up the Collector and go directly to
256dialogs for the appropriate purpose.
257
258GLOBAL VIEWER: Opens a global view of a drive or drives.
259Filename GLOBAL.EXE.
260
261DATABAR: Opens a databar showing some system information.
262Filename DATABAR.EXE.
263
264DIRSIZE: Shows where drive usage is concentrated. Filename
265DIRSIZE.EXE.
266
267FM/2 LITE: A simplified interface for "dummies." Filename
268FM4.EXE.
269
270FM/2's install creates FM2.CMD, AV2.CMD, VDIR.CMD,
271VTREE.CMD, VCOLLECT.CMD, UNDEL.CMD, KILLPROC.CMD, INI.CMD,
272EAS.CMD, DIRSIZE.CMD, VIEWINFS.CMD and VIEWHELP.CMD files
273for you in a directory "utils" off the install directory.
274You should add this directory to your PATH= statement in
275CONFIG.SYS (type HELP PATH at a command line for more info).
276If you prefer, FM/2's INSTALL builds a SETENV.CMD in the
277FM/2 directory which you can call to set the PATH for FM/2
278in any given session without modifying CONFIG.SYS.
279
280
281Troubleshooting:
282===============
283
284If FM/2 won't run, the probable culprit is CONFIG.SYS. Your
285LIBPATH statement should contain a ".;" entry. If yours
286doesn't, add it. It's standard for an OS/2 installation, but
287some buggy install programs knock it out because they
288translate entries to their full pathname before rewriting
289(so ".;" gets translated to whatever the current directory
290is for the buggy install program). What this ".;" entry does
291is allow a program to find and use .DLL files in the
292program's current directory -- obviously something you want
293programs to be able to do, otherwise you'd have to put every
294application's .DLLs into directories already on the LIBPATH,
295or add the directories of all applications to the LIBPATH, a
296rather huge pain in the, uh, neck.
297
298If things in FM/2 are suddenly acting strange after an
299upgrade, first check the integrity of the install using
300using WarpIN. If it shows a problem rerun the install
301package. If that fails try installing to a new directory
302or backup your existing directory so you can save any changes
303you made to the template files then uninstall and reinstall.
304Once you have FM/2 working migrate the *.ini, *.dat, *.tls,
305*.bb2 and *.cmd from your old install/backup to recover your
306custom settings
307
308If the "FM/2 Online Help" object in the "FM/2 Docs"
309subfolder won't work properly, you've got a version of
310VIEW.EXE that won't directly display help (.HLP) files. Use
311SEEHELP.EXE from the FM/2 Utilities package to get around
312this problem (or upgrade your version of OS/2).
313
314Don't drag files over Netscape -- it will lock up if files
315(not WPS objects; there's a subtle difference) are dragged
316over it.
317
318If you get a popup dialog that needs to be reported to the
319maintainer, you can either take a screen shot or you can
320capture the information from STDERR with:
321
322 FM3 2>STDERR.LOG
323
324This technique works for all the FM/2, FM/2 Lite and all the
325standalone applets.
326
327If you are having trouble with Drag and Drop operations, try
328the + command line switch described above. The content of
329FM2.LOG may be helpful.
330
331
332Known problems/shortcomings:
333===========================
334
335- FM/2 does not properly report sizes of some files with
336long name resident on Win95/NT drives.
337
338- File List Container fails to fill after drive change
339SYS0039 error.
340
341- Tree switching on Focus/Directory Change appears to be
342slower than expected.
343
344- Access to LS120 and FAT32 drives may be slower than expected
345
346- Icon display in Directory Container does not always match
347WPS icons
348
349- Spurious WPS Objects Handles may be created during some
350operations
351
352- See http://svn.netlabs.org/fm2/report/1 for a complete list of
353currently active bugs
354
355
356About FM/2:
357==========
358
359FM/2 was originally written by:
360
361 Mark Kimes
362 <hectorplasmic@worldnet.att.net>
363
364He has kindly allowed me to take over maintenance and
365support of FM/2 and to release the program under the GNU GPL
366license. I'm sure he would appreciate a Thank You note for
367his generosity.
368
369Support:
370=======
371
372There is a Yahoo group devoted to fm/2 at:
373
374 http://groups.yahoo.com/group/fm2user/
375
376You will find lots of friendly folks ready to help.
377
378FM/2 is moving to Netlabs (thanks Adrian).
379
380Check it out at
381
382 http://svn.netlabs.org/fm2
383
384Not everything is in place yet, but this is the place to
385enter defect tickets and enhancement requests (username netlabs,
386password guest; please include a valid email so we can contact you
387if we need more information). Eventually, the mailing list and the
388file archives will all move to the Netlabs server where you can
389find the source code.
390
391You can reach us directly at:
392
393 Steven H. Levine
394 steve53@earthlink.net
395
396 or
397
398 Gregg Young
399 ygk@qwest.net
400
401We also monitor the comp.os.os2.apps newsgroup and several
402others in the comp.os.os2.* hierarchy.
403
404Thanks and enjoy.
405
406$Id: README 671 2007-05-13 00:26:11Z jbs $
Note: See TracBrowser for help on using the repository browser.