Re: How to get a return value from a vbs file?

2009-09-25 Thread Ken Ray
Where I now stuck is, that I don't know how to get back any return value from the vbs script file back into my rev, e.g the result of calling icacls. I can't just say return in vbs. You use Wscript.Echo stuffYouWantToReturn at the end of the VBS file. When you run the script file with the

Re: How to get a return value from a vbs file?

2009-09-25 Thread SparkOut
Tiemo Hollmann TB wrote: Hello, following Jim B's advice I want to change the user rights of my program (-sub) dir to be able to write a file with rev to that dir. Creating the dir at setup with the correct rights s one thing. Now I want to change the rights with icacls at an existing

How to get a return value from a vbs file?

2009-09-24 Thread Tiemo Hollmann TB
Hello, following Jim B's advice I want to change the user rights of my program (-sub) dir to be able to write a file with rev to that dir. Creating the dir at setup with the correct rights s one thing. Now I want to change the rights with icacls at an existing dir. When calling icacls from rev