Will/Strobel wrote: > I have changed the cygwin environment variable to only say ntsec for both > console user as well for the sshd service and still no luck. I have found > that if I call cmd then type {start wmic MyCommand....} the wmic command > will run, but that defeats my purpose, seeing I would like to write a script > based on returned output.
Do you mean return value or text output resulting from the command? If 'wmic' returns a value, you may be able to get it from 'cygstart wmic <command>'. If you want the text output, if you can send it to a file, you could grab it from there. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/