if stream(WirexxGetEnv('WI_ARCHIVE_PATH') || '\fm2utils@@@FM2UTILS_VER@@@.wpi', 'c', 'query exists') = '' then return '3' else return '5' call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs' call SysLoadFuncs warpin_path = strip(SysIni(, 'WarpIN', 'Path'), 'T', '00'x) database_file = warpin_path || '\DATBAS_' || left(SysBootDrive(), 1) || '.INI' ver = "@@@FM2UTILS_VER@@@" /* PACKAGEID (do not delete this comment, SED needs this */ do 4 parse var ver '\' major '\' minor '\' sublevel '\' revision if revision = '' then ver = ver || '\0' else leave end fm2_utils_app = "Netlabs\FM2 Utilities\FM2Utils" || ver call SysIni database_file, fm2_utils_app, 'ALL:', 'keys.' if keys.0 = 0 then return 'SELECT' else return '' This package contains the base File Manager/2 (FM/2) package. The FM/2 base package must be installed to a drive with long filename support! Since v3.6 FM/2 has been built using OpenWatcom. Changing compilers can introduce unexpected problems. So you may want to install this package to a location different than your current install for testing before replacing your current version. See the readme for more information. This package contains the FM/2 Utilities, a collection of more than 60 utilities which may be used with or without FM/2. Included are DELTREE, HPFSOPT, RENCASE, MOV, KILL/2, PTREE and many more. This package contains files which support efforts to debug problems with FM/2. Normally they will not be needed. ~Next NOTE: A special thanks to Mark Kimes for making this program open source software. Thanks also goes to Steven Levine, Gregg Young, and others who have continued to improve and enhance this great program. docs\readme ~I agree FM/2 License: By pressing the "I agree" button, you agree to all terms and conditions of the license agreement below. docs\copying ~Next Select your installation directory. I~nstall Please select/deselect the desired configuration option(s). ~Next FM/2 Utilities: A short description of each utility is included at the end of the readme below. A special note of thanks to Mark Kimes for making these utilities freely available. @@@include fm2utils.doc@@@ ~I agree FM/2 Utilities: By pressing the "I agree" button, you agree to all terms and conditions of the license agreement below. @@@include license.txt@@@ ~Next Many of the programs included within FM/2 Utilities are intended to be run from the command line. If the installation directory is not already on the PATH, then this installation will ensure that your installation directory will be on the PATH after the next reboot (unless you specifiy otherwise on the next page). I~nstall Please select/deselect the desired configuration option(s). If "FM/2 Utilities" have been selected, a "CONFIG.SYS modification" will appear below. This modification is the addition of the FM/2 Utilities installation directory to end of the PATH (if it is not already on the PATH), simplifying access to the utiities from the command line. Uncheck "Modify CONFIG.SYS" (if present) if you do not want your PATH changed.