Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
836 B

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