8
2
I have made a shortcut that opens cmd at a specific directroy
How can I add a program to execute at the end of this statement?
C:\Windows\System32\cmd.exe /k cd "C:\Program Files\App"
I have tried:
C:\Windows\System32\cmd.exe /k cd "C:\Program Files\App" "C:\Program Files\App\app.exe"
But it doesnt work
C:\Windows\System32\cmd.exe /k "ping 8.8.8.8 -t"