RunWait Send Command Line

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
MusoCity
Posts: 95
Joined: 24 Mar 2018, 20:45

RunWait Send Command Line

05 Feb 2022, 04:32

Just trying to send command line with cmd
RunWait %ComSpec% /c

with source & output file
C:\Temp\Midicsv.exe Bass3.mid Bass3.csv
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: RunWait Send Command Line

05 Feb 2022, 05:03

This will probably work:
RunWait %ComSpec% /c ""C:\Temp\Midicsv.exe" "Bass3.mid" "Bass3.csv""
If not you may need to put the full paths to your .mid and .csv files.
MusoCity
Posts: 95
Joined: 24 Mar 2018, 20:45

Re: RunWait Send Command Line

05 Feb 2022, 06:20

Xtra wrote:
05 Feb 2022, 05:03
This will probably work:
RunWait %ComSpec% /c ""C:\Temp\Midicsv.exe" "Bass3.mid" "Bass3.csv""
If not you may need to put the full paths to your .mid and .csv files.
That is what I tried originally, but as you say it needs the full path, thanks !

Code: Select all

RunWait %ComSpec% /c ""%Path%Midicsv.exe" "%Path%Bass3.mid" "%Path%Bass3.csv""

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: peter_ahk and 400 guests