home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / mpm1_07a.zip / maxfmpm.INF (.txt) < prev    next >
OS/2 Help File  |  1994-02-15  |  38KB  |  963 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. OverView ΓòÉΓòÉΓòÉ
  3.  
  4.                             MaxFile/PM - Version 1.07
  5.  
  6.  
  7.                   A FILES.BBS Manager for Presentation Manager
  8.  
  9. Portions of the header files used in compilation are:
  10.  
  11.   Copyright (C) 1992, Scott Dudley
  12.   Copyright (C) 1993, Aki Antman
  13.   Copyright (C) 1994, Marco Maccaferri
  14.  
  15. From the Development Team of:
  16.  
  17.   Craig Morrison - MaxFile/PM Development
  18.     1:201/60@fidonet.org
  19.  
  20.   Ronald Van Iwaarden - MaxFile/2 Development
  21.     1:104/338@fidonet.org
  22.  
  23. See next: Forward 
  24.  
  25.  
  26. ΓòÉΓòÉΓòÉ 1.1. Thank You's ΓòÉΓòÉΓòÉ
  27.  
  28. Special Thanks go out to:
  29.  
  30.  Scott Dudley
  31.   For making Maximus the great BBS that it is!
  32.  
  33.  Marco Maccaferri
  34.   For providing the Lora structures and Lora itself
  35.  
  36.  Rick Fishman
  37.   His container code was a great source of inspiration
  38.  
  39.  Steven Crandall
  40.   Who thinks I should be barefoot and coding all the time
  41.  
  42.  Rick Ford
  43.   Keeping me up to date with the Lora-BBS information
  44.  
  45.  Eric Chew
  46.   For providing the SuperBBS information and testing
  47.  
  48.  Steve Lamb
  49.   "Generic" code tester
  50.  
  51.  J Gitzen
  52.   Maximus code tester
  53.  
  54.  David Campbell
  55.   Lora-BBS code tester
  56.  
  57.  Raymond Deroo
  58.   Maximus code tester
  59.  
  60.  David Roberts
  61.   Maximus code tester
  62.  
  63.  Jerry McBride
  64.   Maximus code tester
  65.  
  66. If I missed anyone, well...you know who you are! Thanks! 
  67.  
  68.  
  69. ΓòÉΓòÉΓòÉ 1.2. OS/2 Beta Service Pack Warning ΓòÉΓòÉΓòÉ
  70.  
  71.  NOTICE TO OS/2 BETA SERVICE PACK USERS 
  72.  
  73.  PLEASE NOTE that the Beta Service Pack for OS/2 2.1 GA breaks MaxFile/PM. At 
  74. the present moment there is nothing I can do about this. When the Service Pack 
  75. goes GA I can assure you that I will get right onto the matter of fixing 
  76. MaxFile/PM so that it will work correctly. 
  77.  
  78.  
  79. ΓòÉΓòÉΓòÉ 1.3. What's New ΓòÉΓòÉΓòÉ
  80.  
  81. -  Fixed a minor bit of stupidity on my part in the configuration code that 
  82. wouldn't bring up the Settings dialog the first time MaxFile/PM was run. 
  83.  
  84. -  Added accelerators (hot-keys) for easier function access. 
  85.  
  86. -  Added ability to skip over headers in FILES.BBS. 
  87.  
  88. -  Added extended description support. 
  89.  
  90. -  Enabled Virus Scanner option. 
  91.  
  92. -  Added ability to extract an archive to a specified directory. 
  93.  
  94. -  Added support for fully qualified filenames in FILES.BBS files. 
  95.  
  96. -  Added a generic file format to support _any_ BBS package that uses the 
  97. FILES.BBS format for download directories. Steve Lamb gets credit for this one. 
  98.  
  99. -  Ripped out the old text configuration file code, it was causing way too much 
  100. confusion with users who weren't running Maximus. 
  101.  
  102. -  Dropped the _tmalloc() code and went back to the API memory allocation 
  103. functions. 
  104.  
  105. -  Added a new option to the Adopt Options dialog, DL Counters. 
  106.  
  107. -  Changed memory allocation code to use the library _tmalloc() function for 
  108. compatibility with the PM's 16-bit code. Hopefully this will squash the random 
  109. SYS3175 access violations that some have been experiencing. 
  110.  
  111. -  Added first run of the SuperBBS code. I don't know much about SBBS folks, so 
  112. you are pretty much on your own. For what I do know, please keep reading this 
  113. document. 
  114.  
  115. -  Fixed a bug where if more than 4 files were tagged for dragging an error 
  116. would occur when dropping the files on a window. 
  117.  
  118. -  Previous code wasn't setting the changes flag when a FILE_ID.DIZ was 
  119. imported from an archive. It is now. (Thanks Jim!) 
  120.  
  121. -  Fixed a bug where if only a filename was present in the FILES.BBS it would 
  122. move the filename of the next file into its description. 
  123.  
  124. -  Added external program macros to the FILES.BBS windows. 
  125.  
  126. -  Added Lora compatibility. 
  127.  
  128. -  Fixed bug that made it so only D:\MAX\AREA.DAT could be read as a valid area 
  129. file. 
  130.  
  131.  
  132. ΓòÉΓòÉΓòÉ 2. Forward ΓòÉΓòÉΓòÉ
  133.  
  134.  MaxFile/PM is a FILES.BBS manager that runs under Presentation Manager. While 
  135. it was written with the Maximus-CBCS in mind, any BBS software package that 
  136. uses the standard FILES.BBS format is supported. 
  137.  
  138. A quick list of the features are: 
  139.  
  140.     1. Drag and Drop between file areas 
  141.  
  142.     2. Adopting orphan files 
  143.  
  144.     3. FILE_ID.DIZ import 
  145.  
  146.     4. Rearchiving files 
  147.  
  148.     5. Sorting by: 
  149.  
  150.       Name 
  151.       Date 
  152.       Size 
  153.       Description 
  154.  
  155.     6. In-place editing of file descriptions 
  156.  
  157.     7. Renaming files 
  158.  
  159.  As the program grows, support for more convenient features will be added to 
  160. make MaxFile/PM the perfect tool for managing your downloadable files from your 
  161. desktop. 
  162.  
  163. See next: Registration 
  164.  
  165.  
  166. ΓòÉΓòÉΓòÉ 3. Registration ΓòÉΓòÉΓòÉ
  167.  
  168.  I'm going to keep this short, sweet and to the point. What you are seeing in 
  169. MaxFile/PM is the result of drinking a lot of coffee and smoking way too many 
  170. packs of cigarettes over the past month or so. Please take the time to print 
  171. out the REGISTER.FRM file that is in the distribution archive and consider 
  172. registration. MaxFile/PM is in a class by itself for managing FILES.BBS files 
  173. on your desktop and $25 is a small fee for something that will make the chore 
  174. of keeping your file areas neat and tidy a lot easier. To show my good faith in 
  175. those of you who will use the program, the unregistered version is NOT crippled 
  176. in any way, shape or form. A registration key simply stops the Product 
  177. Information dialog from appearing when the program first starts and removes the 
  178. "Please Consider Registration" message from that dialog. 
  179.  
  180.  'Nuff said... 
  181.  
  182.  One last comment here... Please share MaxFile/PM with other sysops in your 
  183. area who are running OS/2. Your support for the program is needed if you want 
  184. it to grow and get better than it already is! 
  185.  
  186. See next: Support 
  187.  
  188.  
  189. ΓòÉΓòÉΓòÉ 4. Support ΓòÉΓòÉΓòÉ
  190.  
  191.  If you need to contact me about the program I can be reached in a number of 
  192. places. NetMail will get you the fastest response, but I read the OS2PRODSUP, 
  193. OS2BBS and MUFFIN conferences everyday and intend on answering any questions 
  194. posted there. There is also a local conference on my BBS called MFILEPMSUP that 
  195. you are more than welcome to poll for. I *will* support MaxFile/PM, all you 
  196. need to do is ask. 
  197.  
  198.  I will respond to you in the same manner you contact me, with certain 
  199. exceptions.. If you are in Zone 1 and you crash netmail to me, I will return 
  200. netmail to you in the same fashion. Routed netmail will get a routed response. 
  201. To those of you in other Zones, I am sorry but the cost of international calls 
  202. is very prohibitive. If one of you would like to volunteer to hub the support 
  203. echo in your Zone, I would really appreciate it and it will get you a 
  204. registered copy of MaxFile/PM. 
  205.  
  206.  If your BBS package is not supported by MaxFile/PM and you would like me to 
  207. add it, I need a few things from you or the author of your BBS software. First 
  208. I need the structure definitions or layouts for the file that holds your file 
  209. area information. Second, I need a copy of the file that holds the file area 
  210. information so that I can test the code before I ship it out to anyone. 
  211.  
  212. See next: Before You Start 
  213.  
  214.  
  215. ΓòÉΓòÉΓòÉ 5. Before You Start ΓòÉΓòÉΓòÉ
  216.  
  217.  The default installation of OS/2 defines Mouse Button 1 as the left button and 
  218. Mouse Button 2 as the right button. Please keep this in mind as you read 
  219. through this document if you have redefined your mouse buttons. 
  220.  
  221.  A word to the wise here.. 
  222.  
  223.  BACKUP *BEFORE* USING MAXFILE/PM ! 
  224.  
  225.  Here comes the standard disclaimer...I don't promise that MaxFile/PM will do 
  226. anything for you except take up space on your hard drive. While I am fairly 
  227. certain I have got all the nasties out of it, there is a chance that I may have 
  228. missed something. So please be safe and backup prior to using the program. 
  229. Suffice it to say, you have been warned.. :-> 
  230.  
  231.  
  232. ΓòÉΓòÉΓòÉ 6. Configuring MaxFile/PM ΓòÉΓòÉΓòÉ
  233.  
  234.  To configure MaxFile/PM for use, simply start MaxFile/PM by typing MAXFMPM and 
  235. pressing ENTER at an OS/2 Command Prompt. The MaxFile/PM Settings dialog box 
  236. will be presented for you, so that you can enter the vital information about 
  237. your system and BBS setup. There are four dialog boxes in total that you will 
  238. need to enter information into so that MaxFile/PM will be able to do everything 
  239. it does. The Main Settings, Adopt Options, External Programs and Macro Setting 
  240. dialogs. 
  241.  
  242.  
  243. ΓòÉΓòÉΓòÉ 6.1. The Main Settings Dialog ΓòÉΓòÉΓòÉ
  244.  
  245.  The Main Settings dialog box is the first dialog that gets presented. Here you 
  246. will need to enter the basics about your BBS setup. These items are; 
  247. Registration Key, BBS Package, BBS Directory, the path and filename of the file 
  248. that contains your file area information, Temp Directory, File Database Utility 
  249. path and filename, when to run your File Database Utility, whether or not to 
  250. display the date and size of your files, and whether you want to be prompted to 
  251. save the FILES.BBS window information when you close a window or to save it 
  252. automatically. 
  253.  
  254. Main Settings Controls: 
  255.  
  256.    o Registration Key 
  257.    o BBS Package 
  258.    o BBS Directory 
  259.    o Temporary Directory 
  260.    o File Area Data 
  261.    o File Database Utility 
  262.    o Run FD Utility 
  263.    o Display 
  264.    o AutoSave 
  265.    o Header Size 
  266.    o ED Marker 
  267.  
  268.  The Adopt Options and External Programs buttons get you to the Adopt Options 
  269. and External Programs dialog boxes. 
  270.  
  271.  
  272. ΓòÉΓòÉΓòÉ 6.1.1. Registration Key ΓòÉΓòÉΓòÉ
  273.  
  274.  If you don't have a registration key, set this field to 0, otherwise type your 
  275. key number into the Registration Key Field. 
  276.  
  277.  
  278. ΓòÉΓòÉΓòÉ 6.1.2. BBS Package ΓòÉΓòÉΓòÉ
  279.  
  280.  The BBS Package field has four options, Maximus, Lora, SBBS and Generic. 
  281. Select which ever is appropriate for your system. The default is Maximus. 
  282.  
  283.  For 'Generic' please see the section entitled Generic File Area Definitions 
  284. later in this document. 
  285.  
  286.  
  287. ΓòÉΓòÉΓòÉ 6.1.3. BBS Directory ΓòÉΓòÉΓòÉ
  288.  
  289.  The BBS Directory field should be filled in with the root path that your BBS 
  290. files reside in. For example mine is D:\MAX. An entry in this field is 
  291. required. 
  292.  
  293.  
  294. ΓòÉΓòÉΓòÉ 6.1.4. Temporary Directory ΓòÉΓòÉΓòÉ
  295.  
  296.  The Temporary Directory field is where you want MaxFile/PM to place its work 
  297. files and any files it needs to create when rearchiving, testing or viewing 
  298. archives.  NOTE: THIS DIRECTORY SHOULD NOT BE ONE THAT IS USED FOR ANYTHING 
  299. ELSE!  MaxFile/PM  will delete _EVERYTHING_ in this directory, including any 
  300. sub-directories during the normal course of its operations. This is a required 
  301. entry and you will need to create this directory for MaxFile/PM. 
  302.  
  303.  
  304. ΓòÉΓòÉΓòÉ 6.1.5. File Area Data ΓòÉΓòÉΓòÉ
  305.  
  306.  The File Area Data field should be filled in with the full path and filename 
  307. to the file that contains the information relating to your file areas. For 
  308. Maximus this would be AREA.DAT by default. On my system I have this set to 
  309. D:\MAX\AREA.DAT. For Lora-BBS users, this is the path and filename to 
  310. SYSFILE.DAT. For SBBS users, this is the path and filename to your FLSEARCH.BBS 
  311. file. This field is also a required entry. 
  312.  
  313.  
  314. ΓòÉΓòÉΓòÉ 6.1.6. File Database Utility ΓòÉΓòÉΓòÉ
  315.  
  316.  The next field is for the filename of your File Database Utility. For Maximus 
  317. this will be either FB.EXE or FBP.EXE. On my system I have this set to FBP, 
  318. since the utility is in my path. For Lora-BBS users, this will be FILEIDX.EXE. 
  319. Please see the "Known Problems" section at the end of this document for more 
  320. information about FILEIDX.EXE. For SBBS users, I don't have a clue. If someone 
  321. would fill me in on this one I'd really appreciate it! This entry is only 
  322. required if you want MaxFile/PM to run the utility for you. 
  323.  
  324.  
  325. ΓòÉΓòÉΓòÉ 6.1.7. Run FD Utility ΓòÉΓòÉΓòÉ
  326.  
  327.  The options for Run FD Utility determine when and if the File Database utility 
  328. will get run. There are three; Always, Prompt and Never. Always will run your 
  329. file database utility everytime you exit MaxFile/PM. If no changes have been 
  330. made, it will prompt you before running it. Prompt will ask you if you wish to 
  331. run it. Do I need to explain Never? :-} 
  332.  
  333.  
  334. ΓòÉΓòÉΓòÉ 6.1.8. Display ΓòÉΓòÉΓòÉ
  335.  
  336.  The Display options control whether or not the file size and date information 
  337. gets displayed for your files in the FILES.BBS windows. Simply check or uncheck 
  338. the check boxes to set your preferences. 
  339.  
  340.  
  341. ΓòÉΓòÉΓòÉ 6.1.9. AutoSave ΓòÉΓòÉΓòÉ
  342.  
  343.  AutoSave controls whether you are prompted to save FILES.BBS information or if 
  344. it should be written automatically each time you close a window that has 
  345. FILES.BBS information in it. When the checkbox for this item has a check in it, 
  346. MaxFile/PM will automatically save, if not, you will be prompted to save the 
  347. information. 
  348.  
  349.  
  350. ΓòÉΓòÉΓòÉ 6.1.10. Header Size ΓòÉΓòÉΓòÉ
  351.  
  352.  Header Size controls how many lines at the beginning of the FILES.BBS are 
  353. skipped when the FILES.BBS is read to populate the FILES.BBS window. It also 
  354. tells MaxFile/PM how many lines to copy from the old FILES.BBS to the new 
  355. FILES.BBS when it saves changes. 
  356.  
  357.  This will solve quite a few of the problems with DownSort headers while still 
  358. preserving the headers in your FILES.BBS files. 
  359.  
  360.  
  361. ΓòÉΓòÉΓòÉ 6.1.11. ED Marker ΓòÉΓòÉΓòÉ
  362.  
  363.  For those BBS packages that support extended descriptions this option will 
  364. come in handy. Here you tell MaxFile/PM what character is associated with 
  365. extended descriptions for your BBS Package. This character can not be a space 
  366. or a dash. 
  367.  
  368.  Defining this character causes a few changes in the way MaxFile/PM handles 
  369. your file descriptions. When this option is used, file descriptions are allowed 
  370. to be up to 1024 characters in length and nothing is stripped from FILE_ID.DIZ 
  371. descriptions read in from archives. MaxFile/PM does not insert this character 
  372. in multiple line descriptions for you, you need to do this. 
  373.  
  374.  If this character is not defined, file descriptions are limited to 255 
  375. characters, also, any CR/LF pairs and high-bit ASCII characters are stripped 
  376. from FILE_ID.DIZ descriptions. 
  377.  
  378.  
  379. ΓòÉΓòÉΓòÉ 6.2. The Adopt Options Dialog Box ΓòÉΓòÉΓòÉ
  380.  
  381.  The Adopt Options dialog box is where you enter the information that tells 
  382. MaxFile/PM what files are okay to adopt. You do this by entering the extensions 
  383. of the files that you want to be added to your FILES.BBS when you do an Adopt 
  384. Files. You also may enter a Default Description here that gets used for adopted 
  385. files that either aren't archives or are archives that don't have a FILE_ID.DIZ 
  386. file in them. 
  387.  
  388. Adopt Options Controls: 
  389.  
  390.    o Add/Remove Extensions To Adopt 
  391.    o AutoAdopt 
  392.    o Download Counters 
  393.    o Default Description 
  394.  
  395.  
  396. ΓòÉΓòÉΓòÉ 6.2.1. Add/Remove Extensions To Adopt ΓòÉΓòÉΓòÉ
  397.  
  398.  You may enter upto 15 extensions for MaxFile/PM to recognize. Entering them in 
  399. is accomplished by typing them into the edit field just above the Add button 
  400. and then clicking on the Add button. You may also remove extensions by 
  401. hilighting them in the listbox and clicking on the Remove button. NOTE: what 
  402. you are entering here is JUST the file extension, I.E. ZIP, not a file 
  403. specification mask. 
  404.  
  405.  
  406. ΓòÉΓòÉΓòÉ 6.2.2. AutoAdopt ΓòÉΓòÉΓòÉ
  407.  
  408.  The little checkbox to the right of the adopt list listbox labeled AutoAdopt 
  409. tells MaxFile/PM whether or not to automatically adopt files each time a file 
  410. area is opened. Check it if you want this behaviour. I will have to admit that 
  411. at this time adopting is a rather slow process, so you might not want to have 
  412. AutoAdopt set to on. 
  413.  
  414.  
  415. ΓòÉΓòÉΓòÉ 6.2.3. Download Counters ΓòÉΓòÉΓòÉ
  416.  
  417.  Next comes the DL Counters checkbox, if you have this option checked, when 
  418. ever an Adopt is performed a download counter will be added to the beginning of 
  419. the file description. Currently this is hard coded as '[   ]'. 
  420.  
  421.  
  422. ΓòÉΓòÉΓòÉ 6.2.4. Default Description ΓòÉΓòÉΓòÉ
  423.  
  424.  The last item in this dialog box is the Default Description. You may enter 
  425. upto 80 characters for a default description. This text will get used any time 
  426. you Insert, Adopt or drop files from an outside source into a window in 
  427. MaxFile/PM and those files meet the following criteria: 1, they are not an 
  428. archive or 2, they are an archive and the archive does not contain a 
  429. FILE_ID.DIZ description inside of it. 
  430.  
  431.  
  432. ΓòÉΓòÉΓòÉ 6.3. The External Programs Dialog Box ΓòÉΓòÉΓòÉ
  433.  
  434.  The External Programs dialog box is where you enter all the information about 
  435. your archivers and viewers. There are four entries for each archiver type that 
  436. MaxFile/PM supports (ZIP, ARJ, LZH and ARC.) Which are; Extract, Add, List and 
  437. Test. You'll need to look up the proper switches in the documentation for each 
  438. of the archivers you have. If you deal with archivers that can handle 
  439. directories inside of them, make sure that you specify those switches here. 
  440.  
  441. See also: MaxFile/PM and External Programs 
  442.  
  443.  The final control in this dialog is a button labeled Macros, it will bring up 
  444. the Macro Settings Dialog. 
  445.  
  446.  
  447. ΓòÉΓòÉΓòÉ 6.4. The Macro Settings Dialog Box ΓòÉΓòÉΓòÉ
  448.  
  449.  Here you can enter the definitions for 5 macros that will get called when you 
  450. press one of the keys, Shift-F6 - Shift-F10. They aren't macros persay, but 
  451. they behave in a very similar manner. 
  452.  
  453. See also: MaxFile/PM and External Programs 
  454.  
  455.  
  456. ΓòÉΓòÉΓòÉ 6.5. MaxFile/PM and External Programs ΓòÉΓòÉΓòÉ
  457.  
  458.  If you have REXX installed you can use REXX command files for any of the 
  459. external program options. You may also call OS/2 command files. 
  460.  
  461.  Just remember to save the directory that your command file gets called from 
  462. and restore it just before your command file gets done. 
  463.  
  464.  During certain operations MaxFile/PM expects to find a result file in the 
  465. directory it calls these programs from. The Test and View functions are those 
  466. times. MaxFile/PM expects to find the file ARC.TXT in the temporary directory 
  467. these programs are called from, if it doesn't find that file it will not 
  468. display anything about the files that are being tested or viewed. 
  469.  
  470.  I had originally stated the MaxFile/PM could directly run DOS applications, 
  471. well it can but in certain circumstances it takes a little work. For the 
  472. Archiver Test and Viewer functions, if you use a DOS based archiver you will 
  473. need to write a small batch file that runs the archiver and directs the output 
  474. from the archiver to a file called ARC.TXT. As stated above this is the file 
  475. that MaxFile/PM displays to you for those functions. 
  476.  
  477.  Please note that what directory the programs start out in WILL vary over the 
  478. course of a MaxFile/PM session, so don't hard code any references into your 
  479. command files. 
  480.  
  481.  
  482. ΓòÉΓòÉΓòÉ 6.6. Generic File Area Definitions ΓòÉΓòÉΓòÉ
  483.  
  484.  To provide support for any BBS system that uses the standard FILES.BBS format 
  485. for their file listings I have come up with a very simple text file format that 
  486. will allow you to tell MaxFile/PM how your file areas are defined. 
  487.  
  488.  The file is made up of a verb that tells MaxFile/PM how many areas it can 
  489. expect to find in the text file. Each successive line after that verb defines 
  490. the file areas themselves. A sample file is shown below: 
  491.  
  492. ----------------------------- AREAS.CFG sample --------------------------------
  493. AreaCount 5
  494. 0 d:\max\file\uncheck    d:\max\file\uncheck\files.bbs    Unchecked Uploads
  495. 1 d:\max\file\max        d:\max\file\max\files.bbs        BBS Stuff
  496. 2 d:\max\file\dos\games  d:\max\file\dos\games\files.bbs  Dos Games
  497. 3 d:\max\file\os2\util   d:\max\file\os2\util\files.bbs   OS/2 Utilities
  498. 4 d:\max\file\os2\apps   d:\max\file\os2\apps\files.bbs   OS/2 Applications
  499. -------------------------------------------------------------------------------
  500.  
  501.  The 'AreaCount' keyword tells MaxFile/PM how many area definitions it can 
  502. expect to find in the file. The AreaCount keyword must come BEFORE the area 
  503. definition lines. 
  504.  
  505. The format for each area definition line is: 
  506.  
  507.   <area tag> <file path> <list name> <area description>
  508.  
  509. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  510.  <area tag>           Is a short name to identify the file area.
  511.  
  512.  <file path>          Is the path to the files.
  513.  
  514.  <list name>          Is the full drive:\path and filename of the
  515.                       FILES.BBS for the area.
  516.  
  517.  <area description>   Is a short description of the area.
  518. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  519.  
  520.  You can name this file what ever you wish, just make sure you specify the name 
  521. of this file for the File Area Data option in the Main Settings Dialog and make 
  522. sure the BBS Package is set to 'Generic'. 
  523.  
  524.  
  525. ΓòÉΓòÉΓòÉ 7. Using MaxFile/PM ΓòÉΓòÉΓòÉ
  526.  
  527.  When MaxFile/PM first comes up a window will be displayed that contains all of 
  528. your file areas. I will be referring to this window by the term 'File Area 
  529. Window' throughout the rest of this document. 
  530.  
  531.  When you open up a file area, a window that is very similar in appearance to 
  532. the File Area window will appear. This window will contain all the files listed 
  533. in the FILES.BBS for that area. These windows will be referred to as 'FILES.BBS 
  534. Windows' from here on out. 
  535.  
  536.  
  537. ΓòÉΓòÉΓòÉ 7.1. File Area Window ΓòÉΓòÉΓòÉ
  538.  
  539.  The File Area window serves two basic purposes. First, it allows you to open 
  540. FILES.BBS Windows and second, it also serves as a dropping point for files so 
  541. that you can quickly move files to another file area without having to open the 
  542. file area. 
  543.  
  544. The File Area Window Context Menu: 
  545.  
  546. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  547.  Open                      Opens the highlighted file area.
  548.  
  549.  View                      Change the way items are displayed.
  550.  
  551.  Area Sort                 Change sort order of file area display.
  552.  
  553.  Settings...               Configure MaxFile/PM for use.
  554.  
  555.  Product Information...    Displays some information about
  556.                            MaxFile/PM.
  557. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  558.  
  559.  To bring up the context menu for the File Area window, press mouse button 2 
  560. anywhere inside the confines of the window. 
  561.  
  562.  
  563. ΓòÉΓòÉΓòÉ 7.1.1. File Area Menu/Open ΓòÉΓòÉΓòÉ
  564.  
  565.  This menu item allows you to open the highlighted file area. 
  566.  
  567.  The other ways of opening a file area are: Highlighting the area you want to 
  568. open and pressing enter or double-clicking mouse button 1 on a file area. 
  569.  
  570.  If the file area is already open it will be brought into view, even if it is 
  571. minimized to the Minimized Window Viewer folder. 
  572.  
  573.  
  574. ΓòÉΓòÉΓòÉ 7.1.2. File Area Menu/View ΓòÉΓòÉΓòÉ
  575.  
  576.  Here you can change the way that the window displays your file areas. There 
  577. are three different options: 
  578.  
  579. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  580.  Detail          Sets the display to the "detail" view.
  581.  
  582.  Icon            Sets the display to the "Icon" view.
  583.  
  584.  Text            Sets the display to the "Text" view.
  585. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  586.  
  587.  
  588. ΓòÉΓòÉΓòÉ 7.1.3. File Area Menu/Area Sort ΓòÉΓòÉΓòÉ
  589.  
  590.  The default order for your file areas is the order they are defined in. Here 
  591. you may change the order in which they are displayed. You can sort your file 
  592. areas in the following ways: 
  593.  
  594. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  595.  Tag             Sorts file area display by Area Tags.
  596.  
  597.  Description     Sorts file area display by Area Description.
  598.  
  599.  Files Dir       Sorts file area display by Area Download Path.
  600. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  601.  
  602.  
  603. ΓòÉΓòÉΓòÉ 7.1.4. File Area Menu/Settings ΓòÉΓòÉΓòÉ
  604.  
  605.  This option brings up the Main Settings configuration dialog. 
  606.  
  607.  See Also: Main Settings Dialog 
  608.  
  609.  
  610. ΓòÉΓòÉΓòÉ 7.1.5. File Area Menu/Product Information ΓòÉΓòÉΓòÉ
  611.  
  612.  This menu item displays the Product Information dialog box for MaxFile/PM. 
  613.  
  614.  
  615. ΓòÉΓòÉΓòÉ 7.2. FILES.BBS Window ΓòÉΓòÉΓòÉ
  616.  
  617.  FILES.BBS windows are the heart and soul of MaxFile/PM, these windows are 
  618. where you will be spending most of your time. A FILES.BBS window is very 
  619. similar to the File Area window in appearance. What you will see when you open 
  620. one of these windows is the contents of the FILES.BBS that is associated with 
  621. the file area this window belongs to. 
  622.  
  623. The FILES.BBS Window Context Menu: 
  624.  
  625. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  626.  Sort                      Sort Options
  627.  
  628.  View                      Displays file(s) based on their type.
  629.  
  630.  Test Archive              Run archive tests on selected arhcives.
  631.  
  632.  Virus Scanner             Run virus scannner utility on selected
  633.                            files.
  634.  
  635.  ReArchive                 ReArchive Options
  636.  
  637.  Extract to Directory      Extract files to a specified directory.
  638.  
  639.  Adopt Files               Adopt orphan files.
  640.  
  641.  Touch Files               Updates Time and Date stamp of selected
  642.                            files.
  643.  
  644.  Edit Description          Edit description of FIRST selected item.
  645.  
  646.  Get FILE_ID.DIZ           Extract FILE_ID.DIZ from selected
  647.                            Archives.
  648.  
  649.  Insert                    Insert Files or Comments
  650.  
  651.  Remove Items              Removes highlighted items (doesn't
  652.                            delete files.)
  653.  
  654.  Select All                Selects all items in FILES.BBS window.
  655.  
  656.  Deselect All              Deselects all items.
  657.  
  658.  Area Statistics           Display number of files, space used,
  659.                            etc...
  660. ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇ
  661.  
  662.  
  663. ΓòÉΓòÉΓòÉ 7.2.1. FILES.BBS Menu/Sort ΓòÉΓòÉΓòÉ
  664.  
  665.  With this option you can sort the entries in this FILES.BBS window in one of 
  666. four ways; Name, Date, Size or Description. Pay attention here, this is the 
  667. part that confuses some people. If there are any items selected ONLY those 
  668. items get sorted. To sort the entire window, make sure NONE of the items in 
  669. that window are selected. We'll talk about this a bit later. 
  670.  
  671.  
  672. ΓòÉΓòÉΓòÉ 7.2.2. FILES.BBS Menu/View ΓòÉΓòÉΓòÉ
  673.  
  674.  The View option works in conjunction with the external program options. For 
  675. archives it will fire up the proper archiver to create a list of files 
  676. contained in the archive and display a dialog containing that list. For 
  677. pictures and text files the appropriate viewer will be started. View is also 
  678. the action that is associated with double-clicking mouse button 1 on an entry 
  679. in the window. 
  680.  
  681.  
  682. ΓòÉΓòÉΓòÉ 7.2.3. FILES.BBS Menu/Test Archive ΓòÉΓòÉΓòÉ
  683.  
  684.  This option only works with archives. It simply invokes the appropriate 
  685. archiver for each selected item in the window. The output from the archiver 
  686. will be displayed in a dialog box after the testing is completed is completed 
  687. for each archive. 
  688.  
  689.  
  690. ΓòÉΓòÉΓòÉ 7.2.4. FILES.BBS Menu/Virus Scanner ΓòÉΓòÉΓòÉ
  691.  
  692.  This option runs the virus scanner you have set up on each file selected in 
  693. the current FILES.BBS window. The window that the virus scanner is run in is 
  694. not closed when the scan is complete so that you may view the results. 
  695.  
  696.  
  697. ΓòÉΓòÉΓòÉ 7.2.5. FILES.BBS Menu/ReArchive ΓòÉΓòÉΓòÉ
  698.  
  699.  This option allows you to convert archives to your preferred archive format. 
  700. Should one of your archivers not have an Add option defined for it, its menu 
  701. option will be grayed out. 
  702.  
  703.  
  704. ΓòÉΓòÉΓòÉ 7.2.6. FILES.BBS Menu/Extract to Directory ΓòÉΓòÉΓòÉ
  705.  
  706.  Here you can extract a selected archive to a directory that you specify. Note 
  707. that the directory you specify must exist. 
  708.  
  709.  Once you select this option a dialog box will appear asking you to specify the 
  710. directory you want to extract the files to, it also displays the current 
  711. directory. Type in the directory name and select Ok, or select Cancel to abort 
  712. the operation. 
  713.  
  714.  
  715. ΓòÉΓòÉΓòÉ 7.2.7. FILES.BBS Menu/Adopt Files ΓòÉΓòÉΓòÉ
  716.  
  717.  Adopt Files allows you to add any orphan files in a particular file area to 
  718. the FILES.BBS for that area. Adopting is performed in a seperate thread so that 
  719. you may continue to work in the window for the file area while the adopt is 
  720. going on. The window will be locked open while the Adopt is being performed. 
  721.  
  722.  
  723. ΓòÉΓòÉΓòÉ 7.2.8. FILES.BBS Menu/Touch Files ΓòÉΓòÉΓòÉ
  724.  
  725.  "Touching" is the process of updating the Time and Date stamps of files to the 
  726. current time and date. This option allows you to do that for the selected files 
  727. in the current window. 
  728.  
  729.  
  730. ΓòÉΓòÉΓòÉ 7.2.9. FILES.BBS Menu/Edit Description ΓòÉΓòÉΓòÉ
  731.  
  732.  Many of you asked for this one. Edit Description allows you to edit the 
  733. description of a selected item by first selecting it, then choosing this option 
  734. from the context menu. It works the same way as ALT+clicking mouse button 1 on 
  735. an item's description. 
  736.  
  737.  To cut and paste text you can use the standard CUA key combinations in the 
  738. edit box provided for editing descriptions. They are: 
  739.  
  740.  
  741.  Ctrl+Insert          Copy to clipboard.
  742.  
  743.  Shift+Insert         Paste from clipboard.
  744.  
  745.  Shift+Delete         Cut to clipboard.
  746.  
  747.  Delete               Cut text.
  748.  
  749.  
  750. ΓòÉΓòÉΓòÉ 7.2.10. FILES.BBS Menu/Get FILE_ID.DIZ ΓòÉΓòÉΓòÉ
  751.  
  752.  This option goes through the selected items in the window and attempts to 
  753. extract the FILE_ID.DIZ from them. Comments and files that aren't archives are 
  754. skipped over by this function. If a FILE_ID.DIZ is present in the archives 
  755. selected, the first 255 characters will be read from it and placed in the 
  756. description field. CR/LF pairs and high-bit ASCII characters are stripped from 
  757. the text read in from the FILE_ID.DIZ. 
  758.  
  759.  
  760. ΓòÉΓòÉΓòÉ 7.2.11. FILES.BBS Menu/Insert ΓòÉΓòÉΓòÉ
  761.  
  762.  To Insert a comment into the current FILES.BBS window, first select the item 
  763. in the window that you want the comment to go in FRONT of. Then bring up the 
  764. context menu and select Insert->Comment. A blank comment will then be inserted 
  765. in the FILES.BBS window. 
  766.  
  767.  To allow you to adopt a single file from either the current directory or 
  768. another drive/directory, you can use Insert/File. It works much the same way as 
  769. Insert/Comment, first select the item in the window that you want the file to 
  770. go in front of, then select Insert->File from the context menu. A file dialog 
  771. will be displayed so that you can find the file you want to insert. Once you 
  772. have found the file, select the Insert button in the dialog box. The file will 
  773. then be inserted into the current window. Selecting the Cancel button inside 
  774. the file dialog box aborts the insert operation. 
  775.  
  776.  
  777. ΓòÉΓòÉΓòÉ 7.2.12. FILES.BBS Menu/Remove Items ΓòÉΓòÉΓòÉ
  778.  
  779.  This item removes or deletes items from the FILES.BBS window. When you select 
  780. it from the context menu, a dialog box will appear allowing you two options. 
  781. 'Entries' just removes the entry from the FILES.BBS window, 'Entries and Files' 
  782. causes the entries to be removed and the associated with the entries to be 
  783. deleted. Click Ok to remove the items, or Cancel to abort the operation. 
  784.  
  785.  
  786. ΓòÉΓòÉΓòÉ 7.2.13. FILES.BBS Menu/Select-Deselect All ΓòÉΓòÉΓòÉ
  787.  
  788.  These two options do exactly what they say. Select All, selects every item in 
  789. the window and Deselect All, deselects all items in the window. 
  790.  
  791.  
  792. ΓòÉΓòÉΓòÉ 7.2.14. FILES.BBS Menu/Area Statistics ΓòÉΓòÉΓòÉ
  793.  
  794.  This option displays an information message box containing how many files are 
  795. in the current area, how much space they take up and how much free space 
  796. remains on the volume. 
  797.  
  798.  
  799. ΓòÉΓòÉΓòÉ 7.3. Selecting Items ΓòÉΓòÉΓòÉ
  800.  
  801.  Perhaps the most confusing part of working in a FILES.BBS window is selecting 
  802. or deselecting items. I wrote the program and I still have to think about it. 
  803. Basically it works like this; Clicking mouse button 1 on an item selects it and 
  804. clears the selection from any other items in the window. To select multiple 
  805. items in the window, press mouse button 1 on the first item you want selected 
  806. and hold it down while you drag the mouse cursor. This allows you to select a 
  807. contiguous range of items. If you want to select multiple items and they aren't 
  808. adjacent to each other, hold down the CTRL key while you click mouse button 1 
  809. on each item. If the item is not selected it will become selected, if the item 
  810. is already selected the selection is cleared for that item. 
  811.  
  812.  If you need to select or deselect all the items in a window, your best bet is 
  813. to use the Select All/Deselect All options from the context menu. 
  814.  
  815.  
  816. ΓòÉΓòÉΓòÉ 7.4. Drag and Drop ΓòÉΓòÉΓòÉ
  817.  
  818.  A drag operation is started by pressing mouse button 2 down and dragging the 
  819. mouse cursor. The operation is considered complete when you release mouse 
  820. button 2. Should you wish to abort the drag, press the ESC key on your 
  821. keyboard. 
  822.  
  823.  You can drag files from anywhere on your system and drop them either on a 
  824. FILES.BBS window or onto the File Area window. When dropping on an open 
  825. FILES.BBS window, the files are inserted into the FILES.BBS at the point at 
  826. which they were dropped. When dropping on the File Area window, the files are 
  827. inserted at the end of the FILES.BBS for the area they are dropped on. 
  828.  
  829.  You can also rearrange the items in a window by selecting them, then dragging 
  830. them and dropping them where you want them to be. 
  831.  
  832.  Many of you have asked about this one...To delete one or more items from a 
  833. FILES.BBS window; highlight the items you want deleted, then drag them to the 
  834. shredder object and delete them. 
  835.  
  836.  
  837. ΓòÉΓòÉΓòÉ 7.5. Renaming Files ΓòÉΓòÉΓòÉ
  838.  
  839.  To rename a file, press and hold the ALT key and click mouse button 1 on the 
  840. file that you want to rename. Then enter the new filename and click button 1 
  841. anywhere outside the edit box or press the ESC key to end the edit. 
  842.  
  843.  
  844. ΓòÉΓòÉΓòÉ 7.6. Editing File Descriptions ΓòÉΓòÉΓòÉ
  845.  
  846.  Editing descriptions works in the much the same manner as renaming files, 
  847. ALT+click mouse button 1 on the description you want to edit. To save the 
  848. description, click outside the edit box or press the ESC key. 
  849.  
  850.  
  851. ΓòÉΓòÉΓòÉ 7.7. Program Macros ΓòÉΓòÉΓòÉ
  852.  
  853.  FILES.BBS windows are the only place that the Shift-F(x) macros will operate. 
  854. When pressing one of these key combinations MaxFile/PM will search through the 
  855. container in the window and pass the fully qualified filename of the FIRST (and 
  856. ONLY the first) selected item in the container to your macro. If a comment is 
  857. selected, or no items are selected, your macro will get called with no 
  858. arguments passed to it. Don't make any assumptions about what directory the 
  859. macro will start out in, that will be determined by the default OS/2 shell. 
  860.  
  861.  
  862. ΓòÉΓòÉΓòÉ 7.8. FILE_ID.DIZ Notes ΓòÉΓòÉΓòÉ
  863.  
  864.  MaxFile/PM will attempt to extract FILE_ID.DIZ from archives and use the 
  865. description inside the file any time you adopt orphans, drop files from an 
  866. external source on the File Area or FILES.BBS windows or 'Insert' files. 
  867.  
  868.  
  869. ΓòÉΓòÉΓòÉ 8. Known Problems ΓòÉΓòÉΓòÉ
  870.  
  871.  In a system as configurable as OS/2 there are always going to be problems, 
  872. this section is devoted to those problems and in some cases work-arounds. If 
  873. you are having trouble with MaxFile/PM this is the first place to look to see 
  874. if you can find some help. 
  875.  
  876. Problem List: 
  877.  
  878.    o CONFIGURATION 
  879.    o SYS3175 - Access Violations 
  880.    o DOWNSORT 
  881.    o FEELX 
  882.    o FILEIDX.EXE 
  883.    o RENAMING FILES 
  884.    o SPLAT DIRECTORIES 
  885.  
  886.  
  887. ΓòÉΓòÉΓòÉ 8.1. CONFIGURATION ΓòÉΓòÉΓòÉ
  888.  
  889.  I changed the BBS package I use, why do I have to restart MaxFile/PM? 
  890.  
  891.  Sometime in the near future this is likely to change, but for now anytime you 
  892. change the 'BBS Package' and 'File Area Data' options in the Main Settings 
  893. Dialog you will have to shut MaxFile/PM down and restart it for the changes to 
  894. take effect. It has to do with the way the configuration is read in, which I am 
  895. not going to go into here. 
  896.  
  897.  
  898. ΓòÉΓòÉΓòÉ 8.2. SYS3175 - Access Violations ΓòÉΓòÉΓòÉ
  899.  
  900.  On ocassion when dragging file(s) outside of MaxFile/PM's windows an access 
  901. violation will occur and shut MaxFile/PM down. I have not been able to reliably 
  902. duplicate this (its only happened to me once), thus I haven't been able to 
  903. track down its cause. 
  904.  
  905.  
  906. ΓòÉΓòÉΓòÉ 8.3. DOWNSORT ΓòÉΓòÉΓòÉ
  907.  
  908.  Single Carriage Returns in Comment Lines 
  909.  
  910.  DownSort headers have been a major source of anguish.. ;-} Some versions of 
  911. DownSort will insert ASCII 0x0D carriage returns in comment lines in order to 
  912. cover up the dash that tells Maximus to use white text instead of the default 
  913. cyan. In an effort to keep the PM Container control and DownSort users both 
  914. happy I had to resort to a kludge. When the FILES.BBS is read in, MaxFile/PM 
  915. will replace any single occurances of CR's with a sentinel (ASCII 0x01). This 
  916. tells MaxFile/PM when it writes the FILES.BBS back out to insert a single CR at 
  917. that position. This sentinel character shows up as a little smiley '' in the 
  918. comment text on the right side of the container control. If you delete this 
  919. little guy, the CR will NOT get replaced. So make sure you actually do want to 
  920. get rid of it.   Another alternative is to use the Header Size configuration 
  921. option to force MaxFile/PM to skip the headers in your FILES.BBS files. 
  922.  
  923.  
  924. ΓòÉΓòÉΓòÉ 8.4. FEELX ΓòÉΓòÉΓòÉ
  925.  
  926.  Video corruption when fast scrolling in the Archive Statistics Dialog. 
  927.  
  928.  It has been brought to my attention that some video corruption has occured 
  929. when FEELX is being used. MaxFile/PM is not causing the problems here. I am 
  930. using standard controls with none of their behaviour modified. I'm sorry if 
  931. this causes some inconvenience to FEELX users, but I can't fix something in my 
  932. program that isn't broken. 
  933.  
  934.  
  935. ΓòÉΓòÉΓòÉ 8.5. FILEIDX.EXE ΓòÉΓòÉΓòÉ
  936.  
  937.  Lora-BBS File index maintenance utility 
  938.  
  939.  Make sure that you specify the files IDX file that you want rebuilt in the 
  940. Main Settings dialog box. For example: 
  941.  
  942.                            ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  943.    File Database Utility   Γöé E:\LORA\FILEIDX E:\LORA\FILES.IDX  Γöé
  944.                            ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  945.  
  946.  MaxFile/PM will take care of the rest. (The "AREA .. .. .." part.) 
  947.  
  948.  
  949. ΓòÉΓòÉΓòÉ 8.6. RENAMING FILES ΓòÉΓòÉΓòÉ
  950.  
  951.  I haven't fully tested all the different ramifications of renaming files now 
  952. that full path specs are supported, please be careful when renaming files in a 
  953. FILES.BBS window. And report anything out of the ordinary. 
  954.  
  955.  
  956. ΓòÉΓòÉΓòÉ 8.7. SPLAT DIRECTORIES ΓòÉΓòÉΓòÉ
  957.  
  958.  Left over directories in the Temp Directory 
  959.  
  960.  If MaxFile/PM suffers from an Abnormal Termination, it is quite possible that 
  961. the proper cleanup of the Temporary Directory did not get performed. It is safe 
  962. to remove the files from these temporary directories and remove the extra 
  963. directories. Please do this when MaxFile/PM is NOT running.