home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / PVDS_21 / README.TXT < prev    next >
Text File  |  1997-06-25  |  8KB  |  179 lines

  1. ===========================================================================
  2. Personal VDS                 Copyright ⌐ 1995 - 1997 J M Technical Services
  3. Freeware Edition                                        All Rights Reserved
  4. ===========================================================================
  5.  
  6. Welcome to Visual DialogScript!
  7. -------------------------------
  8.  
  9. Thank you for downloading Personal VDS, a version of Visual DialogScript
  10. designed for home computer users.
  11.  
  12. Visual DialogScript is a simple programming language. It can be used to
  13. create batch files that are more sophisticated than those which can be
  14. created using MS-DOS batch language. VDS batch files can display a user
  15. designed dialog box, which can be used as an interface to the batch file
  16. to control it, get information or display progress. They can also display
  17. standard Windows message boxes. You can use VDS batch files to automate
  18. regularly performed tasks, create your own simple utilities, and generally
  19. make your use of your PC more productive.
  20.  
  21. All the information you need to use Personal VDS is contained in the online
  22. help. There is a tutorial which takes you through creating three very
  23. simple examples. There are many more examples in the main help file which
  24. you can copy and paste into the script editor to try out.
  25.  
  26. Before you start, please read the remainder of this file, which contains
  27. information about installing Personal VDS, and explains how you can upgrade
  28. this freeware edition to a more advanced, fully supported version.
  29.  
  30. System Requirements
  31. -------------------
  32.  
  33. Personal VDS Freeware Edition requires the following minimum system
  34. specification:
  35.  
  36.     - a 386SX PC with 4Mb RAM, VGA display and mouse;
  37.     - any version of Windows from 3.1 up.
  38.  
  39. Installation
  40. ------------
  41.  
  42. Since you are reading this file you must already have extracted the
  43. contents of the ZIP file in which Personal VDS is distributed to a
  44. directory on your hard disk. If this is not the directory in which you
  45. want Personal VDS to reside when you begin using it, rename the
  46. directory or move the files to the desired location.
  47.  
  48. The next step is to run the program SETUP.EXE. This sets up Personal VDS
  49. for use by:
  50. - creating a Program Manager group for the program and its help files;
  51. - creating a file association so the script files you create will be
  52.   automatically run when you open them.
  53.  
  54. Once SETUP.EXE has finished it will offer to restart Windows so that the
  55. file association set up in WIN.INI comes into effect. You can if you wish
  56. put this off to a later time.
  57.  
  58. Removing Visual DialogScript from your system
  59. ---------------------------------------------
  60.  
  61. Personal VDS adds files to no other directories than its own.  To remove
  62. it, simply delete all the files in the directory you installed it into
  63. and then remove the directory.
  64.  
  65. Why do we give away Personal VDS?
  66. ---------------------------------
  67.  
  68. Personal VDS Freeware Edition is yours to use for as long as you like for
  69. no charge, so long as you are using it for personal, non-commercial
  70. purposes only. Our motives in giving this software away are not entirely
  71. altruistic, however, because we hope you will find the product useful
  72. enough to want to upgrade to one of the supported shareware editions.
  73.  
  74. Your upgrade options are:
  75.  
  76. * Personal VDS/32
  77.  
  78.   This is equivalent to Personal VDS Freeware Edition, but it is a 32-bit
  79.   program. This means it supports long file names under Windows 95. It can
  80.   access the Windows Registry, create icons on the Task Bar system tray and
  81.   respond when they are clicked, and it has superior string and list
  82.   handling that is not subject to the 255 character line and 64Kb total
  83.   limits that apply to this 16-bit version.
  84.  
  85. * Visual DialogScript 2.x Standard Edition
  86.  
  87.   This version has all the functionality of Personal VDS/32, but has the
  88.   ability to create executable files which can be distributed free of any
  89.   royalties. An icon editor is included so that you can create custom icons
  90.   for your programs. The commands and functions available to script
  91.   programs can be augmented by up to four add-ins, many of which can be
  92.   downloaded free of charge from our Web site.
  93.  
  94. Details of all these products, including prices and availability, can be
  95. found on our World Wide Web site at http://www.jm-tech.com/.
  96.  
  97. We hope you like Personal VDS and find it useful. Please feel free to give
  98. this freeware edition to friends, colleagues and anyone else whom you think
  99. might find it useful. Only by spreading the word about Visual DialogScript
  100. can we increase the sales of the paid-for versions and generate the revenue
  101. to continue developing and supporting this product.
  102.  
  103. Although you are welcome to give scripts that you write to friends and
  104. other non-commercial users, please note that you must not distribute the
  105. program DS16P.EXE on its own. You must distribute the complete package in
  106. the ZIP file in which you received it.
  107.  
  108. If you want to use scripts in a commercial context you must purchase either
  109. the Standard or the Professional Edition.
  110.  
  111. Technical support
  112. -----------------
  113.  
  114. We regret that we cannot provide support for this free product, although we
  115. will endeavour to answer quick questions (to support@jm-tech.com) when time
  116. permits. Please note particularly that we cannot write scripts for you nor
  117. can we teach script programming.
  118.  
  119. 16-bit limitations
  120. ------------------
  121.  
  122. Because Personal VDS is a 16-bit program, some limitations may be found
  123. which are not present in the 32-bit versions:
  124.  
  125. * Long filenames are not supported.
  126.  
  127. * Registry support is limited, and does not allow named values to be used.
  128.  
  129. * You cannot obtain the exit code of DOS programs run from within a script.
  130.  
  131. * The maximum length of a variable or string list item, is 255 characters.
  132.  
  133. * Internal string handling buffers are also restricted to 255 characters in
  134.   length. Complex expressions may be truncated. Where this occurs, it may
  135.   be possible to avoid the problem by breaking the operation down into
  136.   smaller steps.
  137.  
  138. * The maximum length of most command parameters is 127 characters. In
  139.   some cases, to reduce memory usage, it may be less, where a parameter
  140.   would not be expected to be very long. This should not normally be a
  141.   problem.
  142.  
  143. * Task bar icons are not supported. The Dialog Editor allows you to define
  144.   them, because its code is common to the 32-bit versions of the product.
  145.   However, they will result in an error if used.
  146.  
  147. Known problems
  148. --------------
  149.  
  150. * When clicking and dragging dialog controls in the Dialog Editor the
  151.   control may lag behind the position of the mouse. The solution is to
  152.   click once on the dialog control, then pause briefly before clicking and
  153.   holding the mouse button to drag or re-size the control.
  154.  
  155. * The presence of tab characters in a script can cause problems for the
  156.   interpreter. The IDE editor does not allow tab characters to be entered.
  157.   If a different editor is used to edit scripts then care should be taken
  158.   to avoid entering tab characters.
  159.  
  160. * There is a limit on the maximum size of a script of 32K characters.
  161.  
  162. * When copying example code from the online help, blank lines may appear
  163.   between some of the lines which were not present in the listing. These
  164.   blank lines can cause an error if they appear in the middle of a dialog
  165.   definition or embedded text so they should be deleted after pasting the
  166.   text into the script editor.
  167.  
  168. * The options to connect to our Web site will only work if your system is
  169.   set up to automatically associate your Web browser with an Internet URL.
  170.  
  171.  
  172. ===========================================================================
  173.  
  174.                      J M Technical Services, UK.
  175.  
  176.         Find us on the World Wide Web at: http://www.jm-tech.com/
  177.  
  178. ===========================================================================
  179.