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
5c6fe3db62
|
4 years ago | |
---|---|---|
.. | ||
aspsamples | 4 years ago | |
cgi | 4 years ago | |
core | 4 years ago | |
fork | 4 years ago | |
ieexamples | 4 years ago | |
windows script components | 4 years ago | |
windows script host | 4 years ago | |
example.pl | 4 years ago | |
readme.txt | 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'