Hi,
I tried writing a script so that I input a command(xxx) in a Powershell and it takes me to a new command line console.
Now if I enter the next commands from PS it does not work.
You can only see the new command console waiting to take input from Keyboard.
How do I do ?
1. After typing xxx command, I wait\pause the script for 2 seconds
2. Next start inputting some commands e.g. "YYY zzz aaa" as a keyboard input only
Thanks,