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.
 
 
 
 
 
 
Shaswata Das 827363a95b
Create LICENSE
4 years ago
..
aspsamples commiting as it is 4 years ago
cgi commiting as it is 4 years ago
core commiting as it is 4 years ago
fork commiting as it is 4 years ago
ieexamples commiting as it is 4 years ago
windows script components commiting as it is 4 years ago
windows script host commiting as it is 4 years ago
example.pl commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago

readme.txt



To setup PerlScript examples for IIS
run the Management Console
create a new virtual directory called PerlScript
set the path to this directory to be aspSamples
from IE load http://localhost/PerlScript/index.htm

Note: that the ADO samples require 'Microsoft Data Access Components MDAC 2.5 RTM'
available at http://www.microsoft.com/data/download_250rtm.htm

To view the IE Examples
from IE load IEExamples/index.htm

To run the Windows Script Components
register the script component
either by right clicking on First.wsc in Explorer and selecting Register
or from the command line "REGSVR32 /i:First.wsc C:\WINNT\System32\scrobj.dll"
then double click on test.vbs to test the component

To run the Windows Script Host
in the Windows Script Host directory
type 'perl test.pl'