VMware {code} Community
Kai1982
Contributor
Contributor

vix calls Mircosoft sfu to run shell scripts

hello, i am new to vmware vix api, and i wanted to use vix api to call MS service for unix (sfu) in guest os and run a shell script. i am not sure how can i get this done.

does anyone have this kind of expeerience?

Please help

Thanks very much

K

0 Kudos
1 Reply
admin
Immortal
Immortal

I've never used sfu, but I think the best way to approach it is like this: Try to write a batch file that does everything you want. Test it on the guest until you've got it all working. Then use VIX's RunCommandInGuest to call the batch file. You can also use VBS instead of BAT if that makes the problem easier.

0 Kudos