kitou's picture
Upload 646 files
4d3af08
raw
history blame
186 Bytes
SetWorkingDir, %A_ScriptDir%
argc = %0%
if (1 <= argc) {
arg = %1%
SplitPath, arg, OutFileName, OutDir, OutExtension, OutNameNoExt, OutDrive
SetWorkingDir, %OutDir%
}
Run, cmd.exe