home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _d43dbed557e44a83f8f59d7eff438b66 < prev    next >
Encoding:
Text File  |  2004-06-01  |  836 b   |  23 lines

  1.  
  2.  
  3.     To setup PerlScript examples for IIS
  4.     run the Management Console
  5.     create a new virtual directory called PerlScript
  6.     set the path to this directory to be aspSamples
  7.     from IE load http://localhost/PerlScript/index.htm
  8.  
  9.     Note: that the ADO samples require 'Microsoft Data Access Components MDAC 2.5 RTM'
  10.         available at http://www.microsoft.com/data/download_250rtm.htm
  11.  
  12.     To view the IE Examples
  13.     from IE load IEExamples/index.htm
  14.  
  15.     To run the Windows Script Components
  16.     register the script component
  17.      either by right clicking on First.wsc in Explorer and selecting Register
  18.      or from the command line "REGSVR32 /i:First.wsc C:\WINNT\System32\scrobj.dll"
  19.     then double click on test.vbs to test the component
  20.  
  21.     To run the Windows Script Host
  22.     in the Windows Script Host directory
  23.     type 'perl test.pl'