@teadrinker so quotation marks because A_AhkPath may contain spaces and the single marks (') to escape it beeing interpreted as a litural string right ?
Haven't encountered this entanglement before, but I think I get it..
Just fooling around i found that
also works even though A_AhkPath do contain a space in "\program files\", so I guess that does the same thing just with fewer symbols or what is different? Does the single and double quotes do the same thing here ?
Haven't encountered this entanglement before, but I think I get it..
Just fooling around i found that
CODE:
run '' A_AhkPath ' vlc.ahk', 'D:\Albin\Code\Autohotkey\Autohotkey scripts\Scripts_v2',, &vlc_pid1
also works even though A_AhkPath do contain a space in "\program files\", so I guess that does the same thing just with fewer symbols or what is different? Does the single and double quotes do the same thing here ?
Statistics: Posted by j46 — Today, 08:28