Hello everyone,
I've successfully made a button to open a command prompt in a specific directory with the following:
cd "F:\MyDir"
cmd.exe
Is is possible to have this prompt open with some text already entered/typed, but without executing that command automatically? Thanks.