active X or server setup!?!
I want to edit a user's hosts file and I've been told to use VBScript to do this. Do I need to have anything setup special on the server to do this (use VBScript)? I'm using Apache for development and will be migrating to IIS for deployment.
And then I guess the next question is how to use the FSO in VBScript... does anyone have any examples?
Re: active X or server setup!?!
Quote:
Originally posted by ober5861
I want to edit a user's hosts file and I've been told to use VBScript to do this. Do I need to have anything setup special on the server to do this (use VBScript)? I'm using Apache for development and will be migrating to IIS for deployment.
And then I guess the next question is how to use the FSO in VBScript... does anyone have any examples?
I'm not sure if you can work with the client's files like that. You'd probably need to use an ActiveX control.
What sort of an FSO example do you want?