Open Terminal
A very small starter script that opens a terminal on a windows computer and runs tree, a directory-listing command.
Use this pattern to run any command you like by changing the command after STRING on the last line.
GUI ropens the Run dialog on Windows (Win + R).STRING cmdtypescmdinto the Run dialog.ENTERpresses Enter to launch the app.STRING treetypes thetreecommand into the Command Prompt window.DELAYpauses execution so the OS has time to react;DEFAULTDELAYsets a baseline.
DEFAULTDELAY 200DELAY 500GUI rDELAY 150STRING cmdENTERDELAY 300STRING treeENTER