home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 May / PCDMAY.ISO / software / commex / readme.txt < prev    next >
Encoding:
Text File  |  1996-01-27  |  22.5 KB  |  557 lines

  1.    CommEx (tm) : Common Dialog Extensions for Windows 3.1 and 3.11
  2.    ---------------------------------------------------------------
  3.               Copyright 1995-96   by Cottonwood Software
  4.  
  5.  
  6. Thank you for trying CommEx!
  7.  
  8. CommEx adds file management functions like Find, Copy, Delete, Rename, 
  9. and MakeDir to the Open and Save dialogs of most Windows applications 
  10. (any that use the Windows common dialogs in COMMDLG.DLL). No more jumping 
  11. back and forth between your application and File Manager or DOS to do 
  12. common functions!  Search every disk drive at once for files, specifying 
  13. multiple masks if necessary.  Make a new directory as you save files, 
  14. delete old versions, make backups before you open a file, etc. -- it's so 
  15. easy, all from the same Open or Save dialog.
  16.  
  17.  
  18. If you have just installed CommEx and are reading this from the Notepad
  19. program, try it out now by selecting File from the menu, then Open.  You
  20. should see an extra row of buttons at the bottom of the Open dialog.
  21. If you need help, click the 'CommEx' button, and then the Help button 
  22. from that dialog.  Enjoy!
  23.  
  24.  
  25. Readme.txt Contents:
  26. --------------------
  27.   File Packing List
  28.   System Requirements
  29.   Installation
  30.   About the Evaluation Period
  31.   Giving Copies to Friends -- (Please Do!)
  32.   Distribution by Vendors, BBS's, etc.
  33.   Registering
  34.   Site licenses & multiple-user pricing
  35.   Troubleshooting
  36.   Support
  37.   Un-installing CommEx
  38.   ASP Ombudsman statement
  39.   Warranty & License info
  40.  
  41.  
  42. File Packing List
  43. -----------------
  44. These files should be included in this distribution set.  If any are 
  45. missing, please contact Cottonwood Software or your distributor for a 
  46. complete set.  (You can download the latest version from Compuserve or 
  47. our Web page -- see the Support section)
  48.  
  49.   README.TXT    This file
  50.   SETUP.EXE     Installation program
  51.   COMMEX.DLL    CommEx main program (installs as commdlg.dll)
  52.   ORDER.FRM     Text order form for registering CommEx
  53.   REVISION.TXT  Program revision history
  54.   FILE_ID.DIZ   Short description file (shareware version only)
  55.   VENDOR.DOC    Vendor distribution info (shareware version only)
  56.   VENDINFO.DIZ  Vendor distribution info, automated (shareware version only)
  57.   COMMEX.BIN    Data file (registered version only)
  58.  
  59.  
  60. System Requirements
  61. -------------------
  62.  
  63. CommEx will work with Windows versions 3.1 and 3.11.
  64.  
  65.  
  66. Windows 95 and NT users:
  67. ------------------------
  68. Do NOT install this version of CommEx if you run Win95 or NT!  It will 
  69. work fine for 16-bit applications, but will cause 32-bit applications to 
  70. malfunction.  There will be a 32-bit version of CommEx available in early 
  71. 1996.
  72.  
  73.     Let us know if you need an upgrade to CommEx-32 (for Win95 or NT).
  74.     Just E-mail, FAX, or mail your address to us, and we will let you know
  75.     when CommEx-32 is released and where to download it from.
  76.  
  77.  
  78.  
  79. Installation
  80. ------------
  81.  
  82. Note: Although CommEx does not require its own permanent directory,
  83. you may wish to create one to place the CommEx files into before running
  84. Setup.  It will then use this path for the ReadMe Icon in your Program
  85. Manager, and you can then keep the original files for reference or making
  86. copies.
  87.  
  88. Note:  Installing CommEx from within WinZip or other ZIP viewing utility
  89. is not recommended, since Setup must exit to DOS during installation.
  90.  
  91. To install CommEx, run SETUP.EXE from Windows:
  92.  
  93. 1. From the Windows Program Manager, select File, Run...
  94.  
  95. 2. In the Command Line box, type d:\path\SETUP, where 'd' is the letter of
  96.    the drive and 'path' is the directory where the CommEx files are.
  97.    For example:
  98.      C:\COMMEX\SETUP
  99.  
  100. 3. Follow the instructions that appear on the screen.
  101.  
  102. 4. After CommEx installation is complete, it will need to validate some
  103.    files.  This will happen automatically the first time CommEx is invoked,
  104.    which may be done by selecting File, and Open from the Notepad program.
  105.  
  106.  
  107. What files should be where, after installation
  108. ----------------------------------------------
  109.  
  110. These files are not copied anywhere, and are not needed by CommEx after
  111. the initial validation:
  112.   README.TXT    
  113.   SETUP.EXE
  114.   ORDER.FRM     
  115.   FILE_ID.DIZ   
  116.   VENDOR.DOC    
  117.   VENDINFO.DIZ  (not always present)
  118.   REVISION.TXT  
  119.  
  120. These files will be copied to your Windows System directory, if possible,
  121. or to Windows if Windows System is not accessible:
  122.   COMMEX.DLL    (copied as COMMDLG.DLL)
  123.   COMMEX.BIN    (only present for registered users)
  124.  
  125. The file COMMEX.HLP will be created by CommEx the first time it runs, and
  126. will be placed in the Windows System directory.
  127.  
  128. The file COMMEX.INI will be created by the Setup program, and
  129. will be placed in the Windows directory.
  130.  
  131.  
  132. Technical information on installation
  133. -------------------------------------
  134. The installation procedure does the following:
  135.  Create a DOS batch file to do the following from DOS:
  136.    Rename commdlg.dll (in the Windows System directory) to commold.dll
  137.      (CommEx passes most functions through to commold.dll)
  138.    Copy commex.dll to commdlg.dll
  139.    If commdlg.dll exists in the Windows directory, rename
  140.      it to commdlg.bak (should not be in both Windows and 
  141.      Windows System directories).
  142.  Add a CommEx group with a Notepad icon to read the file readme.txt,
  143.      and a Help icon for commex.hlp. (Although the help file is not
  144.      installed directly -- see below.)
  145.  Add the setup program to the run= line in win.ini
  146.  Exit to DOS, execute the batch file (if needed), and return to Windows
  147.  (When setup runs again after returning to Windows:)
  148.     Verify that the operations succeeded (files in the right places)
  149.     Clean up (delete the batch file)
  150.     Run notepad to display the readme.txt file
  151.  
  152. When CommEx is actually invoked for the first time (through a File/Open 
  153. or File/Save command), it validates the information files (readme.txt,
  154. file_id.diz, and order.frm).  CommEx also extracts commex.hlp (from the 
  155. dll) into the Windows System directory, so it doesn't need to be 
  156. distributed and installed as a separate file.  These procedures ensure 
  157. that CommEx cannot be modified and re-distributed with different company 
  158. contact/order information.
  159.  
  160.  
  161. About the Evaluation Period
  162. ---------------------------
  163.  
  164. CommEx is Shareware.  This means that you are free to try it out for 30 
  165. days. It will be fully functional during that time, so you can try all 
  166. of its functions.
  167.  
  168. After using it for 30 days (not necessarily calendar days, but when it's 
  169. been used on 30 different days), some of the functions will be unavailable.
  170. You will still be able to use the basic functions like Copy and Delete, but
  171. the advanced functions (Find and MakeDir) will not be available unless you 
  172. register (purchase) the program.
  173.  
  174.  
  175. Giving Copies to Friends -- (Please Do!)
  176. ----------------------------------------
  177.  
  178. Shareware works best when you 'share' it with other people!  If you like
  179. this program, we would appreciate it if you spread it around.  Give copies
  180. to friends and co-workers, or even upload it to your favorite BBS.
  181.  
  182. Within the CommEx dialog (press the CommEx button on any Open/Save dialog
  183. that has it), there is a convenient 'Make Copy' function.  This will 
  184. generate a complete CommEx evaluation copy wherever you want (on a floppy 
  185. disk, or in any directory).  This can even be used to make a backup copy 
  186. for yourself.
  187.  
  188.  
  189. Distribution by Vendors, BBS's, etc.
  190. ------------------------------------
  191.  
  192. Commercial vendors please refer to the VENDINFO.DIZ file (or VENDOR.DOC)
  193. for complete details.  If this file is not present, please contact 
  194. Cottonwood Software for a replacement copy.
  195.  
  196.  
  197. Registering CommEx
  198. ------------------
  199. For a complete order form you can print the text file ORDER.FRM, or click
  200. the 'CommEx' button in an Open/Save dialog and select the 'Order Form' 
  201. button.
  202.  
  203. Benefits of registering:
  204.     The latest version as of the day you register, with no 'reminders',
  205.       registered in your name.
  206.     Notification of bug fixes and update releases when available.
  207.     Free technical support.
  208.     More shareware programs by Cottonwood Software and other author(s).
  209.     Big discounts on updates and other products, as available.
  210.     A good feeling that you're helping to support the shareware industry!
  211.  
  212. To register, send $15.00 (U.S.) plus $2.00 S&H ($4.00 S&H outside the
  213. U.S. or Canada) to:
  214.  
  215.       Cottonwood Software
  216.       P.O. Box 6546
  217.       Leawood, KS 66206-0546   USA
  218.  
  219. Please pay by check in U.S. funds drawn on a U.S. Bank, by international
  220. money order, or in U.S. currency.
  221.  
  222. (See below for credit card orders.)
  223.  
  224. All orders are usually shipped within 24 hours.
  225.  
  226. You may also register online through Compuserve: GO SWREG, product #6689.
  227.  
  228. Ordering on the World Wide Web:  
  229. -------------------------------
  230. You can now order directly on the Web using a major credit card.  Simply 
  231. go to Cottonwood Software's home page, and click on 'Order CommEx right 
  232. now with any major credit card!'.  
  233.  
  234. Point your Web browser to http://users.aol.com/cottonwdsw/
  235.  
  236.  
  237. CREDIT CARD ORDERS ONLY -
  238. -------------------------
  239. Mastercard, Visa, and American Express credit card orders may be placed 
  240. directly with Cottonwood Software.  (See the ORDER.FRM file.)
  241.  
  242. Phone:           913-663-3022  (evenings and weekends)
  243. FAX:             913-663-3747
  244. E-mail:          75264.1630@compuserve.com
  245. Mail:            Cottonwood Software  P.O. Box 6546  Leawood, KS 66206  USA.
  246. World Wide Web:  See 'Ordering on the World Wide Web' above
  247.  
  248.  
  249. You can also order from Public (software) Library.  
  250. They provide telephone ordering services during normal U.S. business hours.
  251.  
  252. Phone:           800-2424-PsL (800-242-4775)  
  253. International:   713-524-6394
  254.  
  255. Please refer to product ID #14153 when ordering through PsL.
  256.  
  257. THE ABOVE NUMBERS ARE FOR CREDIT CARD ORDERS ONLY. THE AUTHOR OF THIS 
  258. PROGRAM CANNOT BE REACHED AT THESE NUMBERS.
  259.  
  260.  
  261. Any questions about the status of the shipment of the order, refunds,
  262. registration options, product details, technical support, volume 
  263. discounts, dealer pricing, site licenses, non-credit card orders, etc, 
  264. must be directed to Cottonwood Software (see Support... below).
  265.  
  266.  
  267.  
  268. Site licenses & multiple-user pricing
  269. -------------------------------------
  270.  
  271. CommEx registration for multiple users (computers) is possible, and
  272. substantial discounts are given.
  273.   For 2-3 users,    subtract 15% from the registration price of each copy
  274.   For 4-6 users,    subtract 25% from the registration price of each copy
  275.   For 7-9 users,    subtract 35% from the registration price of each copy
  276.   Unlimited user licenses for LAN use are available for $75.00
  277.  
  278. Please order multiple copies through Cottonwood Software directly  
  279. Other registration channels, such as SWREG and PsL, are not 
  280. set up to apply the discount to multiple copy orders.
  281.  
  282.  
  283. Support
  284. -------
  285.  
  286. We will gladly answer any questions and help you with CommEx problems
  287. during the 30-day free evaluation period.  (After the free trial, we will 
  288. still answer 'simple' questions, but may, at our discretion, require you 
  289. to register before providing technical support.)
  290.  
  291. Any suggestions, comments, support questions and bug reports are welcome 
  292. and encouraged!  All questions will be answered promptly.  This is offered
  293. to both registered and unregistered users because we appreciate the
  294. assistance in making the program better!
  295.  
  296. When the CommEx Setup program runs, it creates a file COMMEX.LOG in your
  297. Windows directory.  If you need support, we will need to view that file,
  298. so please include it with your E-mail or have it available when you call.
  299.  
  300. For support, contact Cottonwood Software by phone, fax, mail, or E-mail.
  301. (E-mail is preferred, and will get a fast response.)
  302.  
  303.  Mail:           Cottonwood Software
  304.                  P.O. Box 6546
  305.                  Leawood, KS 66206-0546  USA
  306.  Phone:          (913) 663-3022
  307.  FAX:            (913) 663-3747
  308.  Compuserve:     75264,1630
  309.  America Online: CottonwdSW
  310.  Internet:       75264.1630@compuserve.com
  311.  WW Web:         http://users.aol.com/cottonwdsw/ 
  312.  
  313.  
  314. The Cottonwood Software Home Page on the World Wide Web
  315. -------------------------------------------------------
  316.  
  317. Visit our home page for information about all of our shareware programs.
  318. You can download the latest versions from there, view online documentation
  319. for all of our software, order by credit card, and send us E-mail.  You 
  320. can find answers to common problems as well.  It also has links to other 
  321. worthwhile shareware pages, like the ASP and STAR home pages.
  322.  
  323.  
  324. Troubleshooting
  325. ---------------
  326.  
  327. While CommEx has been tested on many systems and in many situations to 
  328. fine-tune the installation process and the program itself, there may 
  329. still be unexpected problems.
  330.  
  331. If things work fine in general, but the Open or Save dialog of some 
  332. application does not look or work right, try holding down the Shift key 
  333. when clicking the File/Open or File/Save As menu item (or whatever menu 
  334. item or button brings up the dialog).  This will disable CommEx's 
  335. enhancements so you can compare it with and without CommEx.  If it is 
  336. definitely CommEx causing the problem, please contact us and we will 
  337. attempt to solve the problem.
  338.  
  339. If things don't seem to work at all, or if CommEx doesn't seem to be 
  340. installed, then take a look at the sections below.  If these don't 
  341. fit the problem (or don't solve it), contact us for help.  We will want 
  342. to look at the COMMEX.LOG installation log file, which is created in 
  343. your Windows directory during installation, so please have this 
  344. available (or send it along with your E-mail support request if possible).
  345.  
  346.  
  347. ---If you get an error message when trying to use CommEx:
  348.  
  349. If you get a message like: "COMMOLD.DLL file not found" when you try to
  350. Open or Save a file, then CommEx was not installed successfully.  This is
  351. most likely due to not finishing the installation (an error occurred or 
  352. you aborted before it exited to DOS).  CommEx will attempt to reconstruct
  353. it the first time it encounters this error  -- if that is successful, you 
  354. should not see this error again.   If it is not successful, check the 
  355. explanation of the next error condition below for more information on 
  356. installation problems.
  357.  
  358. If you get system errors (General Protection Fault, for instance), then 
  359. you have probably installed CommEx from within Windows, and did not exit
  360. Windows during the installation.  If this is not the case, or if the 
  361. problem persists, call for support.
  362.  
  363. ---If you don't see anything different in your Open or Save dialogs
  364.  
  365. This could be an installation problem.  Make sure that the date on the
  366. COMMDLG.DLL file in your Windows System directory matches the
  367. COMMEX.DLL date in the CommEx installation set.  If they do not match,
  368. then perhaps the installation was aborted, or could not succeed because
  369. of a write-protected windows system directory (common when running
  370. Windows from a network drive).
  371.  
  372.     Network Installations:  The network administrator (with write access 
  373.     to the Windows System directory) should install CommEx first.  Then
  374.     each user can set it up.  (See Site Licenses for information on
  375.     registering CommEx for networked installations.)
  376.  
  377. Another common problem is that there is more than one copy of COMMDLG.DLL
  378. on your computer, and Windows chose the wrong one to run.  After making 
  379. sure that there is a COMMDLG.DLL and a COMMOLD.DLL in your Windows System 
  380. directory (usually C:\WINDOWS\SYSTEM), search your hard disk (and network 
  381. drives) for any other copies of COMMDLG.DLL.  Any other copies should be 
  382. deleted!
  383.  
  384. If the dates look OK and everything else above is checked, and you're 
  385. sure that you have started Windows fresh during installation or since 
  386. you installed CommEx, then it could be that the application you're 
  387. using does not use the common dialogs in COMMDLG.DLL.  Some programs, 
  388. especially older ones and ones with unique requirements in their 
  389. Open/Save dialogs, have internal custom dialogs that we cannot add 
  390. CommEx to.  Some known 'customized' programs are listed below.  
  391. If you find another one, we would like to hear from you, so we can 
  392. investigate it!
  393.  
  394. CommEx will have no effect on these programs (because they don't use 
  395. COMMDLG):
  396. - Paintshop Pro 1.0  (OK in PSP 3.0)
  397. - Microsoft Word 2.0 or 6.0
  398. - Microsoft Excel 5.0
  399. - Windows Draw 3.0
  400. - Aldus PhotoStyler 1.1a
  401. - WordView 6.0
  402. - After Dark
  403. - Easy Works Business Letters 1.0
  404. - Bitstream MakeUp 1.0
  405. - HSc Interactive SE 1.0
  406. - Lotus Organizer 1.12
  407.  
  408.  
  409. ---If some of the buttons at the bottom are greyed out (unusable)
  410.  
  411. This means that your free evaluation period has run out.  To re-enable
  412. these functions, you must register CommEx.
  413.  
  414.  
  415. Other problems
  416. --------------
  417.  
  418. If you encounter any other problems, please contact us for support.  We
  419. will gladly answer any questions and help with problems during the 30-day
  420. free evaluation period.  After the free trial, we will still answer 
  421. 'simple' questions, but may (at our discretion) require you to register 
  422. before providing technical support.
  423.  
  424.  
  425. If you need to un-install CommEx
  426. --------------------------------
  427.  
  428. If you encounter insurmountable problems, or just don't like the new
  429. functions that CommEx provides, you may need to un-install it.  This is
  430. a simple procedure, but must be done carefully.  Do NOT just delete
  431. COMMDLG.DLL!  This will cause most Windows programs to stop working!
  432.  
  433. ---To un-install CommEx:
  434.  
  435. In your Windows System directory (usually C:\WINDOWS\SYSTEM), copy
  436. COMMOLD.DLL to COMMDLG.DLL.
  437.   Example:
  438.      C:
  439.      CD \WINDOWS\SYSTEM
  440.      COPY COMMOLD.DLL COMMDLG.DLL
  441.  
  442. You may also delete COMMOLD.DLL (after you verify that the Copy has 
  443. worked!)  If you are permanently deleting CommEx, also delete COMMEX.*
  444. from your Windows directory and your Windows System directory.
  445.  
  446. You may also delete COMMOLD.DLL (after you verify that this has worked!),
  447. and these files may be deleted to completely remove CommEx:
  448. COMMEX.INI in your Windows directory
  449. COMMEX.BAT in your Windows directory (if Setup didn't delete it)
  450. COMMEX.LOG in your Windows directory
  451. COMMEX.HLP in your Windows System directory
  452. COMMEX.BIN in your Windows System directory (only there if registered)
  453.  
  454.  
  455. ASP Ombudsman statement
  456. -----------------------
  457.  
  458.                      _______
  459.                 ____|__     |                (R)
  460.              --|       |    |-------------------
  461.                |   ____|__  |  Association of
  462.                |  |       |_|  Shareware
  463.                |__|   o   |    Professionals
  464.              -----|   |   |---------------------
  465.                   |___|___|    MEMBER
  466.  
  467. Cottonwood Software is a member of the Association of Shareware
  468. Professionals (ASP).  ASP wants to make sure that the shareware
  469. principle works for you. If you are unable to resolve a shareware-related
  470. problem with an ASP member by contacting the member directly, ASP
  471. may be able to help. The ASP Ombudsman can help you resolve a
  472. dispute or problem with an ASP member, but does not provide technical
  473. support for members' products.  Please write to the ASP
  474. Ombudsman at 545 Grover Road, Muskegon, MI USA 49442-9427, Fax
  475. 616-788-2765, or send a CompuServe message via CompuServe Mail to
  476. ASP Ombudsman 70007,3536.
  477.  
  478.  
  479. Warranty and license info
  480. -------------------------
  481.  
  482. ===== Warranty =========================================
  483.  
  484. LIMITED WARRANTY
  485.  
  486. THIS SOFTWARE AND MANUAL ARE PROVIDED FOR EVALUATION
  487. ONLY, ON AN "AS IS" BASIS.  COTTONWOOD SOFTWARE
  488. DISCLAIMS ALL WARRANTIES RELATING TO THIS SOFTWARE,
  489. WHETHER EXPRESSED  OR IMPLIED, INCLUDING BUT NOT LIMITED
  490. TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
  491. FOR A PARTICULAR PURPOSE. NEITHER COTTONWOOD
  492. SOFTWARE NOR ANYONE ELSE WHO HAS BEEN INVOLVED IN THE
  493. CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE
  494. SHALL BE LIABLE FOR ANY INDIRECT, CONSEQUENTIAL, OR
  495. INCIDENTAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
  496. USE SUCH SOFTWARE, EVEN IF COTTONWOOD SOFTWARE HAS
  497. BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR
  498. CLAIMS.  THE PERSON USING THE SOFTWARE BEARS ALL RISK AS
  499. TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.
  500.  
  501. This agreement shall be governed by the laws of the State of Kansas and
  502. shall inure to the benefit of Cottonwood Software and any successors,
  503. administrators, heirs and assigns. Any action or proceeding brought by
  504. either party against the other arising out of or related to this agreement
  505. shall be brought only in a STATE or FEDERAL COURT of competent
  506. jurisdiction located in Johnson County, Kansas. The parties hereby
  507. consent to in personam jurisdiction of said courts.
  508.  
  509.  
  510. ===== License for Use and Distribution =================
  511.  
  512. TRIAL USE LICENSE
  513.  
  514. This package is NOT a public domain program.  It is copyrighted by
  515. Cottonwood Software.  This software and accompanying documentation
  516. are protected by United States copyright law and also by international
  517. treaty provisions.
  518.  
  519. Unregistered users: Cottonwood Software grants you a limited license 
  520. to use this software for evaluation purposes for a period not to exceed 
  521. thirty days.  If you continue using this software after the thirty-day 
  522. evaluation period, you MUST make a registration payment to Cottonwood 
  523. Software.
  524.  
  525. You may not use, copy, rent, lease, sell, modify, decompile, disassemble,
  526. otherwise reverse engineer, or transfer the licensed program except as
  527. provided in this agreement.  Any such unauthorized use shall result in
  528. immediate and automatic termination of this license.
  529. All rights not expressly granted here are reserved to Cottonwood
  530. Software.
  531.  
  532.  
  533. LIMITED DISTRIBUTION LICENSE
  534.  
  535. ASP member vendors may distribute this package, completely unaltered,
  536. without further permission.  For other cases or to distribute in modified
  537. form, you must consult the attached data record (VENDINFO.DIZ or
  538. VENDOR.DOC), which is hereby incorporated by reference.  Any
  539. distribution satisfying all the distribution requirements expressed in 
  540. that data record is hereby authorized.
  541.  
  542. Permission to distribute this package is not transferable, assignable,
  543. saleable, or franchisable.  Each vendor wishing to distribute the package
  544. must independently satisfy the terms of this limited distribution license.
  545.  
  546. U.S. Government Information:  Use, duplication, or disclosure by the U.S.
  547. Government of the computer software and documentation in this package
  548. shall be subject to the restricted rights applicable to commercial computer
  549. software as set forth in subdivision (b)(3)(ii) of the Rights in Technical
  550. Data and Computer Software clause at 252.227-7013 (DFARS 52.227-
  551. 7013).  The Contractor/manufacturer is Cottonwood Software, P.O. Box
  552. 6546, Leawood KS, 66206, USA.
  553.  
  554. Cottonwood Software may revoke any permissions granted here, by
  555. notifying you in writing.  All rights not expressly granted here are 
  556. reserved to Cottonwood Software.
  557.