home *** CD-ROM | disk | FTP | other *** search
/ startrek.net - Powered by Earthlink / startrek.net-earthlink-2002-06-cd.iso / pc / Windows / HSconfig / NukePoet / ReadMeNP.txt < prev    next >
Text File  |  2001-08-20  |  4KB  |  98 lines

  1.  
  2. *******************************************************************
  3.                        NukePoET, Version 1.0
  4.                            April 2001
  5.          Copyright © 1999 - 2001 Wind River Systems, Inc.
  6. *******************************************************************
  7.  
  8. This README file contains the following sections:
  9.  
  10. A.  NUKEPOET DOCUMENTATION
  11. B.  WHAT'S NEW IN THIS RELEASE
  12.  
  13. ==========================
  14. A.  NUKEPOET DOCUMENTATION
  15. ==========================
  16. NukePoET documentation consists of this ReadMe text file and an
  17. Administrator's Guide. You will need the Adobe Acrobat Reader to view
  18. the NukePoET guide that is distributed in a Portable Document Format
  19. (.PDF) file. Acrobat Reader version 4.0 will provide the best viewing
  20. and printing results for this file. If you do not already have 
  21. Acrobat Reader version 4.0 installed on your computer, you can 
  22. download it for free from the Adobe Web site at http://www.adobe.com.
  23.  
  24.  
  25. ==============================
  26. B.  WHAT'S NEW IN THIS RELEASE
  27. ==============================
  28. The NukePoET V1.0 20010402 contains these changes from the previous 
  29. NukePoET release:
  30.  
  31. o   Added to the NukePoET_data.txt file to ensure a full cleanup
  32.     on all Windows OS's.
  33.  
  34. The NukePoET V1.0 20010227 contains these changes from the previous 
  35. NukePoET release:
  36.  
  37. o   Added the option to either delete or retain the iVasion PoET
  38.     adapter from computers running Windows 95 or Windows 98.
  39.  
  40. o   Expanded NukePoET functionality to operate on Windows NT 4.0 and 
  41.     Windows 2000 operating systems.
  42.  
  43. o   Added error message to the list box and log file to alert you if
  44.     the NukePoet_data.txt file is missing.
  45.  
  46. o   Updated the text of some messages.
  47.  
  48. o   Added the following registry key. This key is set to Running when
  49.     NukePoET starts and is set to Finished when NukePoET is finished.
  50.  
  51.        Key name:  HKEY_LOCAL_MACHINE\SOFTWARE\NukePoET.
  52.        Value:     Status.
  53.        Setting:   Running.
  54.        Purpose:   Enables an installation program to run NukePoET.
  55.        Example:   The following pseudo-code shows how this is done:
  56.  
  57.           Delete the Status value // in case it already exists.
  58.           Launch NukePoET silently ('/s').
  59.           While (key does not exist).
  60.              Wait one second  // wait for NukePoET to start.
  61.           While (key exists).
  62.              Wait one second  // wait for NukePoET to finish.
  63.           Continue processing.
  64.  
  65. o   Added the /logfile command line parameter to enable the user 
  66.     to specify a path for the NukePoET_log.txt file.
  67.  
  68. o   Added the /k command line parameter to enable the user to 
  69.     specify that NukePoET keeps (does not delete) the iVasion 
  70.     PoET adapter.
  71.  
  72. o   Added the /curdir command line parameter to allow you to set the
  73.     current directory for NukePoET.exe.
  74.  
  75. o   Added the /delay command line parameter to enable you to set a 
  76.     delay period between the time that NukePoET finishes its work 
  77.     and the time that the computer is rebooted.
  78.  
  79. o   Added the /k_wrdialer command line parameter to prevent deletion
  80.     of the WrDialer.exe file and its desktop icon.
  81.  
  82. o   Renamed the /k command line parameter to k_adapter for 
  83.     consistency with the naming of the /k_wrdialer parameter.
  84.  
  85. o   The /noreboot command line parameter has been removed.  The 
  86.     functionality now comes from the NukePoET_data.txt.  To 
  87.     prevent a reboot, simply comment out the follwing lines 
  88.     from the bottom of the NukePoET_data.txt:
  89.     MessageBox     "Press 'OK' to reboot your computer."
  90.     Reboot         1
  91.  
  92. o   Revised NukePoET to read commands from the NukePoET_data.txt file.
  93.     These commands are described in the NukePoET Administrator's 
  94.     Guide.
  95.  
  96.  
  97. *****************************************************************
  98.