home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / utility / commx113 / readme.txt < prev    next >
Encoding:
Text File  |  1995-09-23  |  20.0 KB  |  493 lines

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