Is it possible to create a shortcut that opens windows cmd in specific folder? -


is possible create desktop shortcut or task bar shortcut opens cmd window in specified directory on windows os?

yes, possible , easy, without creating else shortcut:

  1. create shortcut of cmd.exe (command prompt) on (drag'n'drop icon desktop)
  2. edit properties , change "start location" (not sure of english name. me it's démarrer dans: sorry french edition) required directory

enter image description here


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -