I keep coming up against problems in srcipting and development that I could solve in no time flat on unix, but can't do here because we're running on Windows. The current thing being that I need a script executed before it gets included in another script, because they're in different languages. I could do that on unix. I have no idea how to do it here.
.
From:
no subject
FOR /F "usebackq" %i in (`script1.vbs`) do script2.vbs %i
From:
no subject