home *** CD-ROM | disk | FTP | other *** search
/ ftp.microsoft.com / 2002-07-02_ftp.microsoft.com.zip / developr / drg / Win32 / README.TXT
Text File  |  1995-01-11  |  1KB  |  25 lines

  1. This file describes the files in ftp://ftp.microsoft.com/developr/drg/Win32/.
  2.  
  3.  
  4.     ftp://ftp.microsoft.com/developr/drg/Win32/AutoRun.zip
  5.  
  6.     AutoRun: An 'AutoPlay' Example for Windows 95
  7.  
  8.     AutoRun illustrates the new 'AutoPlay' feature that has been added 
  9.     to Windows 95. AutoPlay is the method by which the operating system 
  10.     will automatically execute your application off of CD-ROM when the 
  11.     CD is inserted into the drive, if you include an \AUTORUN.INF for 
  12.     the system to process. It is intended that this sample code 
  13.     demonstrate how to seamlessly integrate the Windows 95 AutoPlay 
  14.     functionality with your application.
  15.  
  16.     Included in this archive are a few things to demonstrate this. AutoRun 
  17.     is a sample Win32 application which is run by the AUTORUN.INF as a 
  18.     "splash screen" application; it calls the main application, Static.exe, 
  19.     an x86 Win32 executable sample application. AutoRun can be easily 
  20.     modified to use an application other than Static. The AutoRun Win32 
  21.     code will work in Windows 95, Windows NT, or Windows 3.1 using Win32s. 
  22.     For more information on AutoRun, see AutoRun.wri; for more information 
  23.     on the Windows 95 AutoPlay interface, see AutoPlay.doc.
  24.  
  25.