home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / nickpm.zip / READ.ME < prev   
Text File  |  1993-02-11  |  4KB  |  129 lines

  1. ╔════════════════════════════════╗
  2. ║                                ║
  3. ║ OMNISYS INFORMATION TECHNOLOGY ║
  4. ║ Cypresbaan 15                  ║
  5. ║ 2908 LT  Capelle a/d IJssel    ║
  6. ║ The Netherlands                ║
  7. ║ tel : +31(0)10-2581700         ║
  8. ║ fax : +31(0)10-4420343         ║
  9. ║ fido: 2:512/47 Hans Verschoor  ║
  10. ║                                ║
  11. ╚════════════════════════════════╝
  12.  
  13. Welcome to the NICKPMU demo !
  14.  
  15. NICKPMU is the restricted user version of NICKPM.
  16.  
  17. NICKPM is a powerful tool enabling automated process launch and control in
  18. and OS/2 2.0 environment ( with or without a LAN or other machine-to-machine
  19. connections ).
  20. NICKPM is particulary suitable for controlling development environments and
  21. scheduling production activities.
  22.  
  23. The operating procedures are written in a source language and will be compiled
  24. to an executable. About 80 keywords are available in this language. A selection
  25. of entities controlling a NICK session are:
  26. -   Control settings
  27.     - Loop mode
  28.     - Step mode
  29.     - Pass ending conditions
  30.     - Title
  31. -   Object types:
  32.     - Prologue
  33.     - Files
  34.     - Independent
  35.     - Time dependent
  36.     - Epilogue
  37. -   Dependencies, which can be nested and have mutual logical conditions
  38.     (AND OR XOR ) do control the actual execution of actions related to an
  39.     object:
  40.     - Time
  41.     - Files
  42.       - Timestamp
  43.       - Existence and non-existence
  44.       - Archived
  45.       - Read-only 
  46.     - Flags
  47.     - Status of running processes
  48.     - Retun codes of processes
  49. -   Actions
  50.     - Run
  51.     - Execute
  52.     - Start an OS/2 session ( synchronous or a synchronous )
  53.     - Change icon
  54.     - Messaging and prompting
  55.     - Wait
  56.     - Synchronize running processes
  57.     - Wait for a process to end
  58.     - Set/reset flags
  59.     - Change operation mode
  60.     - Terminate and abort
  61.   
  62.  
  63. NICKPMU has all the options of NICKPM except:
  64. - Online script compilation
  65. - Dynamic replacement of keywords from a NICKNAME database
  66.  
  67. To install and run the demo:
  68. - Verify that your system is running under OS/2 version 2.0
  69. - Create a directory where your demo software is to be installed.
  70.  
  71. - If you received the demo on diskette:
  72.   - Copy all files from the diskette into the directory
  73.     e.g. COPY /b A:\*.* <directory>
  74.          Do not forget the /b switch as most files are in binary format !
  75.  
  76. - If you downloaded NICKPM.ZIP from a BBS:
  77.   - Copy the files after unzipping.
  78.  
  79. - Open the file NICKDEMO.NSC with some editor to know what the demo is
  80.   about and how to use the options.
  81. - If your LIBPATH statement contains: . (current directory in path to DLL)
  82.   switch to the selected directory.
  83.   or:
  84.   Add the directory to: LIBPATH and PATH in your CONFIG.SYS and reboot
  85.   your system.
  86. - Set the environment variables NICKSOURCE and NICKTARGET to the
  87.   appropiate values.
  88. - If needed: supply NET USE statement(s) to access server directories
  89. - Start the demo by: NICKPMU NICKDEMO or NICKPMU /start NICKDEMO
  90.  
  91. Notes:
  92.  
  93. - The files on diskette or after unzipping are:
  94.  
  95.   NICKPMU.EXE       Executable
  96.  
  97.   OSTIME.DLL        Dynamic link libraries
  98.   OSFILE.DLL
  99.   OSDIR.DLL
  100.   OSSESS.DLL  
  101.   OSLOG.DLL  
  102.   NICKTREE.DLL
  103.   NICKEXEC.DLL
  104.  
  105.   NICKDEMO.NSC      Script file sample
  106.  
  107.   NICKDEMO.NEX      Compiled script file
  108.  
  109.   READ.ME           This file
  110.  
  111. - The product you received now is in late BETA state. Therefore some errors
  112.   may occur. OMNISYS would appreciate being kept informed via the fax
  113.   number or fido-net id mentioned above.
  114. - General availability is expected early this year 
  115. - BETA versions are available now.
  116. - You are kindly invited to request more information from OMNISYS.
  117.  
  118. - Known problems which are currently being corrected:
  119.   - Other machine-to-machine communication other than via LAN.
  120.   - Synchronization of step mode after wait time elapse.
  121.   - "Paint" loss of icon in some instances
  122.   - Goto operations into prologue and epilogue objects or actions still
  123.     to be properly controlled
  124.   These problems may already have been solved in the version you just did
  125.   receive. 
  126.  
  127. - NICKPM was designed and written by: Hans Verschoor
  128.                                  and: Roberto Plomp
  129.