Command prompt with pre-entered/filled text?

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.

Possibly you could use Auto Hotkey to "pre-type" the desired command? Not sure if it supports this sort of thing though. I doubt cmd.exe supports it itself.