![]() |
Problem with vss_fbupdate.wsf It seems that the WScript.Interactive does not return false when I install the script as a Scheduled Tasks on my win2k server. I have checked the properties on the Scheduled Task but I cant find any places where this can be done.
Lars Buur
Lars,
Michael H. Pryor
Yes, .wsf files in Scheduled Tasks do think they are interactive. There is a command-line switch, //B (with two slashes) to force batch mode. Here is the command I use to run the vss_fbupdate script:
David Thompson
Thank you very much David - that is an even better solution :)
Lars Buur
|