(imported topic written by tgxwtso91)
I am new to Big Fix and am more familiar with vbscript (for now). How can I run my vbscripts (.vbs) against multiple machines
thanks
(imported topic written by tgxwtso91)
I am new to Big Fix and am more familiar with vbscript (for now). How can I run my vbscripts (.vbs) against multiple machines
thanks
(imported comment written by BenKus)
Hi tgxwtso,
You will want to put your vbscript on a server somewhere and download it in a Task or you will want to create the vbscript on the fly in your actionscript…
Try this:
createfile until __END
__END
move __createfile myvbs.vbs
waithidden cscript.exe myvbs.vbs
Save your Task and then target it to computers…
Ben