Hi,
may someone help me with this ?
I use a W2KServer with IIS 5 on it.
I wrote some VBS-Service-Scripts, you can start them with parameters in the command box, like that:
ChangePW.vbs John.Doe
Then the User with the Login "John.Doe" would get a new password for his account.
I'd like to run the scripts from my ASP Intranet page, but it doesnt works.
<a href="vbsscripts/ChangePW.vbs JohnDoe">Link</a>
would transform in somthing link this:
<a href="vbsscripts/ChangePW.vbs%20JohnDoe">Link</a>
and the parameter wont work.
What am I doing wrong here ? Any Ideas ?
Thanks
Sascha
may someone help me with this ?
I use a W2KServer with IIS 5 on it.
I wrote some VBS-Service-Scripts, you can start them with parameters in the command box, like that:
ChangePW.vbs John.Doe
Then the User with the Login "John.Doe" would get a new password for his account.
I'd like to run the scripts from my ASP Intranet page, but it doesnt works.
<a href="vbsscripts/ChangePW.vbs JohnDoe">Link</a>
would transform in somthing link this:
<a href="vbsscripts/ChangePW.vbs%20JohnDoe">Link</a>
and the parameter wont work.
What am I doing wrong here ? Any Ideas ?
Thanks
Sascha