home *** CD-ROM | disk | FTP | other *** search
/ Oracle Video Server 3.0.3.1 / OVS_3031_NT.iso / win32 / install / nt.stp < prev    next >
Encoding:
Text File  |  1997-05-01  |  607 b   |  18 lines

  1. /* Copyright (c) Oracle Corporation 1996.  All Rights Reserved */
  2.  
  3. /*****************************************************************************
  4.   NAME
  5.     nt.stp - This script exists for backward compatibility.  Installers
  6.              prior to the common 32-bit installer will call either the NT.*
  7.              or WIN95.* scripts.  These scripts just call the respective
  8.              WIN32.* scripts.
  9.  
  10.   CREATED
  11.     Siddhartha Agarwal, July 18, 1996
  12.  
  13.   MODIFIED   MM/DD/YY REASON
  14.  
  15. *****************************************************************************/
  16. {
  17.   execute("win32.stp");
  18. }