lee321987 Posted February 4, 2022 Share Posted February 4, 2022 You can run WSL (Windows Subsystem for Linux) commands in a Windows cmd shell. Example: wsl grep foo /mnt/c/myfile.text Is there any way to get the stdout with AutoIt? Link to comment Share on other sites More sharing options...
Developers Jos Posted February 4, 2022 Developers Share Posted February 4, 2022 (edited) Open the helpfile and look at functions Run() + StdoutRead() + StdErrRead . They contain examples how to run a command and capture the console output. Edited February 4, 2022 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now