[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 2 - Command Prompt (Cmd)

preview_player
Показать описание
In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the way.

Other useful scripts:

To take a look at my AutoHotkey tutorial plan:
• select the dropdown list and click the item See Tutorial Plan Here

AutoHotkey Playlists

#AutoHotkey #AHK #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Hotkey #Macro
Рекомендации по теме
Комментарии
Автор

Thank you! I finally got the thing to work as I wanted ^^

SerAvernus
Автор

how can i run ffmpeg with autohotkey? iPressHotKey::ffmpeg %1 -vcodec libx264 -acodec copy newfile.mp4
in batch files i use %1 for drag and i wanna run ffmpeg on selected file/muliple files in folder.
maybe you can piont me in the right direction?thx anyways
regards

robinreso
Автор

hi, nice video. a little advice
i have this script that opens a program and sends a command.

Run, cmd.exe /k cd C:\Program Files\NordVPN\
WinWait, ahk_exe cmd.exe
send nordvpn -c -g Spain{ENTER}
return

can i somehow integrate the send command in the first run command? so to have a one smooth action?

gioysevil
Автор

When I use this "Run, cmd.exe /k taskkill /F /IM explorer.exe & start explorer" it will close all the open folders but it run "my computer" again not the explorer, I mean the taskbar didn't come up and everything

MrRelax-eipf
Автор

Is there a way to /k to see the commands as they happen, then close the window when it finishes?

genmce