home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / software / Zkuste / WinBat98 / README.TXT < prev    next >
Text File  |  1998-11-10  |  34KB  |  848 lines

  1.    WELCOME TO WINBATCH 98e!
  2.  
  3.  
  4.  
  5.    WinBatch is the Windows Batch Language that you can use to write
  6.    real honest-to-goodness Windows batch files to control every
  7.    aspect of your machine's operation.  There are more than hundreds
  8.    and hundreds of different functions that allow you to do *anything* 
  9.    with WinBatch!
  10.  
  11.    This package contains all the pieces you need to create batch files
  12.    for Windows NT, Windows 95, and Windows 98.  16 bit counterparts,
  13.    --Version 97E-- if required, may be found on the CD-ROM or downloaded 
  14.    from our website at http://www.windowware.com
  15.  
  16.    The pieces are:
  17.  
  18.    WinBatch Interpreter      32 bit version
  19.    FileMenu and PopMenu      32 bit version for 
  20.                                 Windows 95/98 and NT 4.0/5.0
  21.  
  22.  
  23.  
  24.    This software package -- if you have the WinBatch+Compiler -- 
  25.    also contains:
  26.  
  27.    WinBatch Compiler         32 bit version
  28.  
  29.  
  30.    A 16-bit "WinMacro" utility may be mentioned in the printed 
  31.    documentation.  WinMacro is a keystroke recorder and application
  32.    launcher designed for 16-bit Windows.  It is reasonably
  33.    functional under Windows 95/98 and is pretty much useless
  34.    under Windows NT. WinMacro is in the process of being phased out.
  35.    If you wish to obtain this utility, it may be found in the 
  36.    "Other Platforms\Intel 16-bit" subdirectory on the CD-ROM.   
  37.    It is also available for download from the 16-bit download 
  38.    section of our website - http://www.windowware.com
  39.  
  40.  
  41.    This package also contains assorted NETWORK EXTENDERS.  They are
  42.    not installed by default.  If you want the network extenders
  43.    installed, you MUST check the "Install Network Extenders"
  44.    checkbox during the setup process.  If you missed installing
  45.    the extenders, just re-run setup and try again.
  46.  
  47.    Additional Extenders may also be found in the "Extenders"
  48.    subdirectory on the CD-ROM.
  49.  
  50.  
  51.    SYSTEM REQUIREMENTS
  52.  
  53.    WinBatch requires an IBM PC or compatible running 
  54.    Microsoft Windows NT or Windows 95/98.
  55.  
  56.  
  57. *************************************************************************
  58. *************************************************************************
  59. *************************************************************************
  60. *                                                                       *
  61. *                 Converting scripts to WinBatch 98                     *
  62. *                                                                       *
  63. *    In general we have attempted to make WinBatch 98 backwards         *
  64. *    compatible with WinBatch 95/96/97.   However, for various          *
  65. *    and sundry reasons some changes were made that may affect the      *  
  66. *    the execution of scripts.                                          *
  67. *                                                                       *
  68. *    We've attempted to make a list of these changes that might         *
  69. *    break currently running scripts and to give you some               *
  70. *    background on the issues involved so that you can successfully     *
  71. *    modify your scripts to run under WinBatch 98.                      *
  72. *                                                                       *
  73. *                                                                       *
  74. *   1) Because of a Windows 98 modification by Microsoft, the           *
  75. *      WinActivate function works differently.  Microsoft modified      *
  76. *      the Windows API to attempt to prevent various windows from       *
  77. *      suddenly popping up on the screen, breaking users'               *
  78. *      concentration, perhaps swallowing some typing and possibly       *
  79. *      executing undesired functions as a result of such typing.        *
  80. *                                                                       *
  81. *      This API change broke the WinBatch WinActivate family of         *
  82. *      functions and the WinBatch SendKeysTo function.  As usual,       *
  83. *      applying the requisite amount of rectubular mirrors and the      *
  84. *      usual magic smoke, we have managed to restore functionality      *
  85. *      to the WinActivate and SendKeysTo functions.   But of course     *
  86. *      they work slightly differently now.  Your scripts will need      *
  87. *      to be tested under Windows 98, Windows NT 5.0 and WinBatch 98    *
  88. *      to ensure proper functionality.                                  *
  89. *                                                                       *
  90. *      Scripts that use the WinActivate, WinActivChild,SendKeysTo,      *   
  91. *      SendKeysChild,and any script that uses a "Window on top"         *
  92. *      trick via a DLLCall that was published in our technical          *
  93. *      database shouldbe examined and tested.                           *
  94. *                                                                       *
  95. *      The Microsoft change also affected various Winbatch DIALOG,      *
  96. *      MESSAGE boxes, ASKLINE and other WinBatch popup windows          *
  97. *      that appear as a result of your script.  We think we covered     *
  98. *      most of these reasonably well.                                   *
  99. *                                                                       *
  100. *      There are a few new IntControls available to modify the          *
  101. *      WinBatch behavior in popping up windows.                         *
  102. *                                                                       *
  103. *                                                                       *
  104. *   2) TimeYmdHms and other time functions have been modified to        *
  105. *      return a 4 year date by default.  This was provoked by the       *
  106. *      Y2K problem and in an attempt to help keep our customers         *
  107. *      out of any Y2K problems their scripts might cause. An            *
  108. *      IntControl (41) isa vailable to  select 2 year dates             *
  109. *      if desired.  Also hours "24" an beyond are not valid.  In the    *
  110. *      past the "24" hour was considered the same at the "00" hour      *
  111. *      causing the following two times to be equal                      *
  112. *      (and causing confusion)                                          *
  113. *      1998:01:01:00:00:00                                              *
  114. *      1998:01:01:24:00:00                                              *
  115. *                                                                       *
  116. *                                                                       *
  117. *   3) Older versions of WinBatch (95/96/97) cannot use the new         *
  118. *      network (and some other) extenders.  WinBatch 98 can use         *
  119. *      both new and old extenders.  This should not be a problem.       *
  120. *                                                                       *
  121. *                                                                       *
  122. *   4) The date string returned by the TimeDate function now            *
  123. *      includes a 4-digit year, if this was configured via Control      *
  124. *      Panel.                                                           *
  125. *                                                                       *
  126. *      Please note that the date returned by the TimeDate functions     *
  127. *      should ONLY be used to display the date to an operator.  It      *
  128. *      should NEVER be used in computations - e.g., to build a file     *
  129. *      name, or to computer time differences, or to determine the day   *
  130. *      of theweek.  Use TimeYmdHms and other time functions for these   *
  131. *      purposes instead.  This is because users can modify their        *
  132. *      Control Panel settings and change the format of the date         *
  133. *      returned by TimeDate.  Also note that the Control Panel          *
  134. *      settings are merely suggestions to WinBatch on how the date      *
  135. *      should be formatted.  It does not format the date to             *
  136. *      *exactly* the Control Panel specifications.                      *
  137. *                                                                       *
  138. *   5) Changed FileRead to treat line feeds as line terminators,        *
  139. *      instead of carriage returns.  This means that FileRead now       *
  140. *      supports both DOS files (which have CR/LF terminators) and       *
  141. *      UNIX files (which have LF terminators).  This should not         *
  142. *      affect existing scripts.                                         *
  143. *                                                                       *
  144. *   6) SendKey (and SendKeysTo and SendKeysChild) now turns             *
  145. *      CAPSLOCKoff while sending keystrokes (and restores the           *
  146. *      previous state when it is done).  This fixes a problem that      *
  147. *      was occurring when caps lock was on, and a shifted key           *
  148. *      combination was specified [eg, SendKey("+a")], resulting in      *
  149. *      a lower-case character being sent.  Although this was            *
  150. *      faithfully duplicating the behavior of typing keystrokes         *
  151. *      manually ("reverse caps lock"), the intended behavior            *
  152. *      is for SendKey to ignore the caps lock state, and to             *
  153. *      therefore behave consistently whether caps lock is on or off.    *
  154. *                                                                       *
  155. *   7) Several functions that return a delimited list no longer         *
  156. *      return a trailing delimiter, standardizing the structure of a    *
  157. *      delimited list variable.  Unless you are manipulating lists      *
  158. *      outside of the standard functions (Item...) this should not      *
  159. *      cause a problem.                                                 *
  160. *                                                                       *
  161. *    8) In Windows 98 and NT 5.0 it seems that a great many Windows     *
  162. *       utilities (File Manager, Control Panel, Explorer, etc.) now     *
  163. *       have the new Web-style interface.  The SendMenusTo function     *
  164. *       does not work with these utilities. This is also true for       *
  165. *       Office 97.  An easy way to tell is to watch the menu items      *
  166. *       as you move the mouse over them. If they "pop out" or have      *
  167. *       other graphical effects, then it is not a "standard" windows    *
  168. *       menu and the SendMenusTo function will not work with            *
  169. *       them.  SendKeysTo should continue to work.                      *
  170. *                                                                       *
  171. *************************************************************************
  172. *************************************************************************
  173. *************************************************************************
  174.  
  175.  
  176.    Improvements from previous versions
  177.  
  178.    The file "The list of Fixes and Improvements.txt" details the 
  179.    many bug fixes and enhancements that have been made to the 
  180.    program since many previous releases.
  181.  
  182.  
  183.  
  184.  
  185.  
  186.    About the WinBatch Compiler
  187.  
  188.    Also available is our "WinBatch+Compiler," (if you have not  
  189.    purchased it yet).  With the WinBatch+Compiler, you can turn 
  190.    your WBT files into standalone EXE files that you can distribute 
  191.    on a royalty-free basis.
  192.  
  193.    Have a BIG network?  Want all your users to run your WBT files?
  194.    Compile the WBT files with the WinBatch Compiler and put the
  195.    EXEs up on the server.
  196.  
  197.    Making specialized WinBatch files for clients?  Don't want them
  198.    modifying your files?  Just compile the WBT files, and give the
  199.    EXEs to your client.
  200.  
  201.    Are you the "corporate guru"?  Get a compiler.  Compile those WBT
  202.    files and hand them out like candy.
  203.  
  204.    The WinBatch Compiler, a separate product from the WinBatch
  205.    Interpreter contained in these files, is available for $495.00,
  206.    plus shipping, if applicable.  The WinBatch Compiler includes a
  207.    copy of WinBatch.  In addition, if you buy a copy of Winbatch, you
  208.    have 90 days to upgrade to the Compiler and just pay the difference
  209.    in price.
  210.  
  211.  
  212.  
  213.  
  214.  
  215.    HOW TO INSTALL WINBATCH
  216.  
  217.  
  218.    Use our SETUP.EXE program, which will copy the files for you
  219.    and install a WINBATCH Start Menu or Program Manager group.
  220.  
  221.    To use our SETUP.EXE program...  
  222.  
  223.  
  224.      1) Close down all extraneous Windows applications.
  225.  
  226.      2) Double-Click on the SETUP.EXE program
  227.  
  228.      3) When the setup program asks for a directory, specify initial
  229.         directory, or accept the given default.
  230.  
  231.  
  232.    NOTE:  If you are updating from a previous version, and made any of the
  233.           WinBatch files READ-ONLY, remove the read-only attribute from
  234.           the files before running setup.
  235.           (Or else the setup process will hang)
  236.  
  237.  
  238.  
  239.    WinBatch can run in English, French, German, and "Val Speak".
  240.    The strings are controlled by the WWWDLANG.* files. If you
  241.    just launch WinBatch by itself, it will then automatically
  242.    run the "default.wbt" file.  The default.wbt file has a number
  243.    of options allowing you to perform various operations, including
  244.    changing the current language.
  245.  
  246.  
  247.  
  248.    An order form may be found in the WinBatch help file.  
  249.    Once you are viewing the order form, you can then select
  250.    the Print button to obtain a hard copy.
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  The following information may be found below:
  257.  
  258.     a) Information on our fully functional demos and our
  259.        "Registration Reminder" screens.
  260.  
  261.     b) A basic, concise explanation of our disclaimers.
  262.  
  263.     c) Installation instructions for our automated installation
  264.        program. 
  265.  
  266.     d) Generic uninstall instructions.
  267.  
  268.     e) Our update policy.
  269.  
  270.     f) On-line support.
  271.  
  272.     g) ASP Ombudsman statement.
  273.  
  274.     h) The long, drawn out legalese section, software license
  275.        information, limited warranty, trademarks, etc.
  276.  
  277.     i) Information on other products that we offer.
  278.  
  279.     j) Ordering information.
  280.  
  281.     k) International Ordering Information.
  282.  
  283.     l) How to find the Order Form.
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.                    REGISTRATION REMINDERS
  302.  
  303.  Unlicensed copies of Wilson WindowWare products are 100% fully
  304.  functional.  We make them this way so that you can have a real
  305.  look at them, and then decide whether they fit your needs or
  306.  not.  Our entire business depends on your honesty.  If you use
  307.  it, we expect you to pay for it.  We feel that if we treat you
  308.  well, you will treat us well.  Unlicensed copies of our 
  309.  products do have a registration reminder screen that appears
  310.  whenever you start the program.  This shouldn't really affect
  311.  your evaluation of our software.
  312.  
  313.  We're sure that once you see the incredible quality of our 
  314.  software, you will dig out your credit card, pick up the phone,
  315.  call the nice people at our 800 number and register the
  316.  software. 
  317.  
  318.  If you work for a large corporation, you can purchase most of
  319.  our products the same way you buy your retail software.  Just
  320.  send the purchase request up the line.  Most all the corporate
  321.  software suppliers (Egghead Corporate, Software Spectrum,
  322.  Corporate Software, Programmers Shop, and many others) purchase
  323.  considerable volumes from us on a regular basis.
  324.  
  325.  When you pay for the software you like, you are voting with
  326.  your pocketbook, and will encourage us to bring you more of the
  327.  same kinds of products.  Pay for what you like, and then, more
  328.  of what you like will almost magically become available.
  329.  
  330.  
  331.                         LEGAL MATTERS
  332.  
  333.  Of course the usual disclaimers still apply.  We are not 
  334.  responsible for anything at all.  Nothing.  Even if we are held
  335.  responsible, the limit of our liability is the licensing fees
  336.  you paid.  The full text of our license agreement is found near
  337.  the bottom of this file. 
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.                  HOW TO INSTALL THIS SOFTWARE
  355.  
  356.   Use our snazzy setup program...
  357.  
  358.         1) Close down all extraneous Windows applications.  
  359.            (You do have to be in Windows to run SETUP.EXE)
  360.  
  361.         2) Double-Click on the SETUP.EXE or use the Software
  362.            install facility (if available) in Control Panel.
  363.  
  364.         3) When the setup program asks for a directory, specify
  365.            an initial directory, or accept the given default.      
  366.  
  367.         4) When the screen comes up that asks you what you want
  368.            to install, do your selections, then hit the NEXT 
  369.            button to continue. If you want to install Network 
  370.            extenders or non-English language support, this is 
  371.            your opportunity.
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.                     UN-INSTALL INFORMATION
  381.  
  382.  This software may be uninstalled via the uninstall option
  383.  in the Control Panel Add/Remove software dialog, or by running
  384.  the uninstal.exe program in the WinBatch/System subdirectory.  If 
  385.  you simply delete all the files first, you will not be able to
  386.  run the uninstall program and there may still be traces of the
  387.  program in various places on the system.
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.                         UPDATE POLICY
  407.  
  408.  Wilson WindowWare frequently updates its products.  There are
  409.  various kinds of updates, including Major updates, Minor
  410.  updates, and bug-fix updates.
  411.  
  412.  Minor and bug-fix updates for our shareware products are free -
  413.  - subject only to our reasonable shipping and handling
  414.  charges for disks. As we are not in the disk selling business,
  415.  you may find that shareware vendors specializing in disk sales
  416.  can easily sell disks cheaper than we can.  On the other hand,
  417.  we *always* have the most recent versions of our software.   Our
  418.  shipping and handling charges for update disks are as follows:
  419.  
  420.      10.00  US and Canada for the first product.
  421.       5.00  US and Canada for each additional product.
  422.       9.50  Surcharge for shipping outside of US and Canada.
  423.  
  424.  If you obtain a minor or bug-fix update from our Web site 
  425.  (http://www.windowware.com ) or other online service, a BBS, 
  426.  a shareware disk vendor or from another source, there is no 
  427.  charge from us (of course you will have to pay the on-line 
  428.  service fees for your ISP, disk vendors fees, or at least pay 
  429.  your phone bill for downloading from a BBS). In addition, you 
  430.  may use  a single set of disks to perform minor or bug-fix 
  431.  updates on any number of copies of a product.
  432.  
  433.  The policy and pricing for Major shareware updates vary.
  434.  Depending on the nature of the upgrade, length of time since
  435.  the previous major upgrade, desirability of new features added,
  436.  the extent of revisions to the printed manuals (if any), work
  437.  involved and possible price changes for new users, we may or
  438.  may not charge fees.  Update fees for major updates tend to
  439.  run 20% to 40% of the cost of the product.  Major updates tend
  440.  to occur every few years.
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.                       ON-LINE SUPPORT
  452.  
  453.  Wilson WindowWare has on-line support!
  454.  
  455.  Wilson WindowWare lives on the INTERNET. We maintain a
  456.  World Wide Web Server and an anonymous ftp site
  457.  
  458.     WWW URL    http://www.windowware.com
  459.  
  460.  Tech support database is available at
  461.   
  462.     http://techsupt.windowware.com
  463.  
  464.  and our WebBBS -- where you can post questions and code --
  465.  is available via a link from our Tech Support database.
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  Association of Shareware Professionals Ombudsman Statement
  475.  
  476.  Portions of this product have been released as shareware. As
  477.  such, our professional organization requires us to include the
  478.  following statement.  None of our customers has ever had to
  479.  resort to the ASP Ombudsman.
  480.  
  481.  This program is produced by a member of the Association of Shareware
  482.  Professionals (ASP). ASP wants to make sure that the shareware
  483.  principle works for you. If you are unable to resolve a shareware-related
  484.  problem with an ASP member by contacting the member directly, ASP
  485.  may be able to help. The ASP Ombudsman can help you resolve a
  486.  dispute or problem with an ASP member, but does not provide technical
  487.  support for members' products. Please write to the ASP Ombudsman at
  488.  157-F Love Ave, Greenwood, IN 46142 USA, FAX 317-888-2195, or send
  489.  email to omb@asp-shareware.org. 
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.                      THE LEGALESE SECTION
  501.  
  502.  WINEDIT           Copyright ⌐ 1990-98 by Steve Schauer, Morrie Wilson.
  503.  WINBATCH          Copyright ⌐ 1991-98 by Morrie Wilson.
  504.  WINBATCH+COMPILER Copyright ⌐ 1991-98 by Morrie Wilson.
  505.  WEBBATCH          Copyright ⌐ 1996-98 by Wilson WindowWare, Inc
  506.  
  507.  
  508.  
  509.                      SOFTWARE LICENSES
  510.                   HAREWARE LICENSE - END USER
  511.  
  512.  Wilson WindowWare software is not and has never been public
  513.  domain software, nor is it free software. 
  514.  
  515.  Non-licensed users are granted a limited license to use our
  516.  software on a 21-day trial basis for the purpose of determining
  517.  whether the software is suitable for their needs.  Any use
  518.  of our software, except for the initial 21-day trial, requires
  519.  registration.  The use of unlicensed copies of our software,
  520.  outside of the initial 21-day trial, by any person, business,
  521.  corporation, government agency or any other entity is
  522.  strictly prohibited. 
  523.  
  524.  
  525.  SHAREWARE LICENSE - FOR DISTRIBUTION OF SHAREWARE FILES,
  526.  USER GROUPS, BBS's, ONLINE SERVICES, SHAREWARE VENDORS, and
  527.  OTHERS
  528.  
  529.  A limited license is granted to copy and distribute our
  530.  shareware software only for the trial use of others, subject to
  531.  the following limitations:
  532.  
  533.   1)    The software must be copied in unmodified form, complete
  534.         with the file containing this license information.
  535.  
  536.   2)    The full machine-readable documentation must be included
  537.         with each copy.
  538.  
  539.   3)    Our software may not be distributed in conjunction with
  540.         any other product without a specific license to do so
  541.         from Wilson WindowWare.
  542.  
  543.   4)    Vending of our software products in retail stores (by
  544.         "shareware rack vendors") is specifically prohibited
  545.         without prior written authorization.
  546.  
  547.   5)    No fee, charge, or other compensation may be requested
  548.         or accepted, except as authorized below:
  549.  
  550.      A) Non-profit user groups may distribute copies of the our
  551.         products to their members, subject to the above
  552.         conditions, without specific permission.  Non-profit
  553.         groups may collect a disk duplication fee not to exceed
  554.         five dollars.
  555.  
  556.      B) Operators of electronic bulletin board systems (sysops)
  557.         and web site operators (webmasters) may make our products 
  558.         available for downloading only as long as the above 
  559.         conditions are met.  An overall or time-dependent charge 
  560.         for the use of the bulletin board system or web site is 
  561.         permitted as long as there is not a specific charge for 
  562.         the download of our software.
  563.  
  564.      C) Mail-order vendors of shareware software approved by
  565.         the ASP may distribute our products, subject to the
  566.         above conditions, without specific permission.  Non-
  567.         approved vendors may distribute our products only after
  568.         obtaining written permission from Wilson WindowWare.
  569.         Such permission is usually granted.  Please write for
  570.         details (enclose your catalog).  Vendors may charge a
  571.         disk duplication and handling fee, which, when pro-rated
  572.         to each individual product, may not exceed eight
  573.         dollars.
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  LICENSED COPIES OF OUR SOFTWARE ARE GOVERNED BY THE FOLLOWING:
  583.  
  584.     THIS SOFTWARE IS NOT FOR SALE: The software is subject
  585.     to the following license terms and conditions.
  586.     
  587.     SOFTWARE LICENSE granted, when required fees paid, by 
  588.     Wilson WindowWare, Inc., a Washington corporation, with 
  589.     its mailing address at 5421 California Ave. SW. Seattle,
  590.     WA 98136. The software contained in this package is 
  591.     licensed to you as the end user. It is not sold.
  592.     
  593.     LICENSE: 1.0 The software contained in this package 
  594.     (hereafter referred to as "the Software") is copyrighted 
  595.     material owned by Wilson WindowWare, Inc. Payment of the
  596.     single copy license fee authorizes one named person to 
  597.     use the Software on one computer provided this copyright
  598.     is not violated and provided the rules outlined herein 
  599.     are observed.
  600.      
  601.     1.1 One person may use the Software on any single 
  602.     computer. This license can be transferred only once in 
  603.     any twenty-four hour period. You must pay for additional
  604.     copies of the Software if more than one person uses it 
  605.     during any 24 hour period of time, or if the Software 
  606.     is used on two or more computers. Neither concurrent use
  607.     on two or more computers, nor use by more than a single 
  608.     individual on a network is permitted without 
  609.     authorization and payment of other license fees.
  610.      
  611.     1.2 You may make copies of the software for backup 
  612.     purposes, as long as all such copies, along with the 
  613.     original, are kept in your possession or control.
  614.     
  615.     1.3 You may not make any changes or modifications to 
  616.     the Software, including, but not limited to, decompiling,
  617.     disassembling, or otherwise reverse engineering it. You 
  618.     may not rent or lease it to others. You may not use it 
  619.     on a computer network if more than one user can use it 
  620.     during any one 24 hour period of time.
  621.  
  622.  
  623.  
  624.                     LIMITED WARRANTY
  625.  
  626.     Wilson WindowWare guarantees your satisfaction with this
  627.     product for a period of 90 days from the date of original
  628.     purchase. If you are dissatisfied with the product 
  629.     within that time period, return the package in saleable 
  630.     condition to the place of purchase for a full refund.
  631.      
  632.     Wilson WindowWare warrants that all disks provided are 
  633.     free from defects in material and workmanship, assuming 
  634.     normal use, for a period of 90 days from the date of 
  635.     purchase.
  636.      
  637.     Wilson WindowWare warrants that the program will perform
  638.     in substantial compliance with the documentation supplied
  639.     with the software product. If a significant defect in 
  640.     the product is found, the purchaser may return the 
  641.     product for a refund. In no event will such a refund 
  642.     exceed the purchase price of the product.
  643.      
  644.     EXCEPT AS PROVIDED ABOVE, WILSON WINDOWWARE DISCLAIMS ALL
  645.     WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING,BUT NOT
  646.     LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND 
  647.     FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE 
  648.     PRODUCT. SHOULD THE PROGRAM PROVE DEFECTIVE, THE 
  649.     PURCHASER ASSUMES THE RISK OF PAYING THE ENTIRE COST 
  650.     OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION AND 
  651.     ANY INCIDENTAL OR CONSEQUENTIAL DAMAGES. 
  652.     
  653.     IN NO EVENT WILL WILSON WINDOWWARE BE LIABLE FOR ANY 
  654.     DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION DAMAGES
  655.     FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS
  656.     OF BUSINESS INFORMATION AND THE LIKE) ARISING OUT OF THE
  657.     USE OR THE INABILITY TO USE THIS PRODUCT EVEN IF WILSON 
  658.     WINDOWWARE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 
  659.     DAMAGES.
  660.      
  661.     THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR 
  662.     RESALE AS ON-LINE CONTROL EQUIPMENT IN HAZARDOUS 
  663.     ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE, SUCH AS 
  664.     IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT 
  665.     NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC 
  666.     CONTROL, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS 
  667.     SYSTEMS, IN WHICH THE FAILURE OF THE SOFTWARE COULD 
  668.     LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE 
  669.     PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). 
  670.     
  671.     WILSON WINDOWWWARE SPECIFICALLY DISCLAIMS ANY EXPRESS OR
  672.     IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
  673.      
  674.     Use of this product constitutes your acceptance of this 
  675.     agreement and subjects you to its contents.
  676.      
  677.     U.S. GOVERNMENT RESTRICTED RIGHTS
  678.     Use, duplication, or disclosure by the Government is 
  679.     subject to standard shrink-wrapped software restrictions.
  680.     Contractor/manufacturer is Wilson WindowWare, Inc. 
  681.     5421 California Ave SW / Seattle, WA 98136
  682.  
  683.  
  684.  
  685.  
  686.                     TRADEMARKS
  687.  
  688.   Microsoft and MS-DOS are registered trademarks of
  689.   Microsoft Corporation.
  690.   Windows is a trademark of Microsoft Corporation.
  691.  
  692.   WinBatch          is a trademark of Wilson WindowWare, Inc.  
  693.   WinBatch+Compiler is a trademark of Wilson WindowWare, Inc.  
  694.   WinEdit           is a trademark of Wilson WindowWare, Inc.
  695.   WebBatch          is a trademark of Wilson WindowWare, Inc.
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.               *** WILSON WINDOWWARE PRODUCTS ***
  706.  
  707.  
  708.  WinEdit 98      - Power Programming for the Windows Environment.
  709.                    Full featured editor, or simple file browser.
  710.                    Super high speed, super powerful.   *  $99.95
  711.  
  712.  
  713.  
  714.  WinBatch 98     - Write your own Windows Batch Files!  Dialogs,
  715.                    automatic program control, and powerful data
  716.                    manipulation lets you control your Windows.
  717.                    A must for the power user.  Includes FileMenu
  718.                    and PopMenu.                         *  $99.95
  719.  
  720.  WinBatch 98 +   - NOT A SHAREWARE PRODUCT.  The WinBatch
  721.  COMPILER!         compiler can compile WinBatch batch files into
  722.                    standalone EXE files that may be distributed
  723.                    on a royalty free basis.  Great for networks
  724.                    and corporate gurus.  Compile your WBT files
  725.                    and then hand them out like candy.   * $495.00
  726.  
  727.  WebBatch 98     - Quick and easy scripting language for Web
  728.                    Servers running Windows NT.  60-day FREE eval
  729.                    copies available.  Purchase includes a FREE
  730.                    copy of WinBatch.  Get an eval copy from:
  731.                    
  732.                    http://webbatch.windowware.com        $295
  733.  
  734.  
  735. * 16-bit versions of a prior release of these products may be 
  736.   doun in the "Other Platform\Intel 16-bit" subdirectory of
  737.   the CD-ROM ir they may be downloaded from our web site.  
  738.   The license information provided with the shipped product 
  739.   will also work with the older 97E 16 bit version.
  740.  
  741.  
  742.  
  743.                     ORDERING INFORMATION
  744.  
  745.  Licensing our products brings you wonderful benefits.  Some of
  746.  these are:
  747.     - Gets rid of that pesky reminder window that comes up when
  748.       you start up the software.
  749.     - Entitles you to one hour free phone support for 90 days
  750.       ("your dime").
  751.     - Insures that you have the latest version of the product.
  752.     - Encourages the authors of these programs to continue 
  753.       bringing you updated/better versions and new products.
  754.     - Gets you on our mailing list so you are occasionally
  755.       notified of spectacular updates and our other Windows
  756.       products.
  757.     - And, of course, our 90-day money back guarantee.
  758.  
  759.  
  760.   An order form may be found in the application help file.  
  761.   Once you are viewing the order form, you can then select
  762.   the File - Print Topic menu item to obtain a hard copy.
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.               INTERNATIONAL ORDERING INFORMATION
  771.  
  772.  Our International customers may wish to order our products from
  773.  their favorite dealers.  The following shareware vendors will
  774.  be happy to provide you with registered copies of any of our
  775.  products.  If your favorite vendor is not listed, ask them
  776.  anyway.  If you wish to order direct from Wilson WindowWare,
  777.  please see the note on the order form for international
  778.  customers.
  779.  
  780. AUSTRALIA        Lan-Net Pty. Ltd (Bill Otterside)
  781. NEW ZEALAND      5 Erith Street         Email:  billout@ibm.net
  782. SINGAPORE        Botany NSW 2019        Phone:  61 2 9316 5002
  783. MANILA           AUSTRALIA                Fax:  61 2 9666 3360
  784.  
  785. DENMARK          Pro - Soft  (Jens Rex)
  786.                  Benloese Skel 4 G,
  787.                  4100 Ringsted          Phone:  45 53 61 90 42
  788.                  DENMARK                  Fax:  45 53 61 93 91
  789.  
  790. FRANCE           Editions WSKA
  791. SWITZERLAND      46 route de Thionville
  792. BELGIUM          57140 WOIPPY           Phone:  33 87 30 85 57
  793.                  FRANCE                   Fax:  33 87 32 37 75 
  794.  
  795.  
  796. GERMANY          SienerSoft GmbH        
  797.                  Black&Decker Str.28     
  798.                  D-65510 Idstein        Telefon 06126/5950
  799.                  GERMANY                Telefax 06126/51085                     
  800.                                         E-Mail: 101322.1541@compuserve.com 
  801.                                         Web:    http://www.sienersoft.de
  802.  
  803.  
  804. SWITZERLAND      SienerSoft AG
  805.                  Brⁿggestra▀e 35
  806.                  CH-2503 Biel           Telefon ++4132/267080
  807.                  SWITZERLAND            Telefax ++4132/267088
  808.  
  809.                                  
  810.  
  811. NETHERLANDS      BroCo Software (Eric van den Broek)
  812.                  Birkstraat 95-97
  813.                  3768 HD SOEST          Phone:  31 0 35 6026650
  814.                  NETHERLANDS              Fax:  31 0 35 6014012
  815.  
  816. ENGLAND, UK      Omicron (Mick Ekers)
  817.                  Omicron Systems Ltd.
  818.                  45 Blenheim Crescent
  819.                  Leigh-On-Sea
  820.                  Essex   SS9 3DT        Phone:  44 (0)1702 710391
  821.                  ENGLAND                  Fax:  44 (0)1702 471113
  822.  
  823. ARGENTINA       ZAMPATTI MAIDA & ASOC.  Phone:  54 (1) 825 1602
  824.                 Larrea 1011 piso 8        Fax:  54 (1) 825 7692
  825.                 (1117) Buenos Aires     Email:  zampatti@zma.com.ar
  826.                 ARGENTINA                 Web:  www.zmaconsult.com
  827.  
  828.  
  829.  
  830.  
  831.  
  832.   An order form may be found in the application help file.  
  833.   Once you are viewing the order form, you can then select
  834.   the File - Print Topic menu item to obtain a hard copy.
  835.  
  836.           
  837.           
  838.           
  839.           
  840.           
  841.           
  842.           
  843.           
  844.           
  845.           
  846.  
  847.  
  848.