Hello
I am in need of some assistance and help on this please.
I have been required to write a vbscript to run asynchronously(I take it that means to run in the background). I am not fluently familiar with the language.
As in the original ASP, we have includes files, most of the includes file are ASP.
How is it done in VBScript to include an asp file?? An example would be appreciated.
If so, how do you map the file path as most of the include files usually have this : - ../test/test.asp
As it has to run asynchronously, how is it possible to finish the running of the script when it has inserted all the data into the database?? An example would be appreciated.
How do you make the VBScript to run in the background silent and only overnight??
On ASP, how is it possible to call the vbscript and pass parameters in for example an ID, or a number into it.
It would be an immense help if anyone could show me how this is done and I would be grateful as well.
Thanks
Newbie
I am in need of some assistance and help on this please.
I have been required to write a vbscript to run asynchronously(I take it that means to run in the background). I am not fluently familiar with the language.
As in the original ASP, we have includes files, most of the includes file are ASP.
How is it done in VBScript to include an asp file?? An example would be appreciated.
If so, how do you map the file path as most of the include files usually have this : - ../test/test.asp
As it has to run asynchronously, how is it possible to finish the running of the script when it has inserted all the data into the database?? An example would be appreciated.
How do you make the VBScript to run in the background silent and only overnight??
On ASP, how is it possible to call the vbscript and pass parameters in for example an ID, or a number into it.
It would be an immense help if anyone could show me how this is done and I would be grateful as well.
Thanks
Newbie