Hi Carl,Thanks. It works. However, I noticed that there is always a flashing console window showing up after running the tool. Perhaps you can avoid this by changing the line from:ShellExecute("cmd.exe", "/c cd/d " & @ScriptDir & " & start.exe _ " & $sExeFile)To:If FileChangeDir(@ScriptDir) Then ShellExecute("start.exe", "_ " & $sExeFile)WengierOn Friday, July 22, 2016 3:16 PM, Carl Distefanowrote:
> ... When I get home tonight, I'll revise the code to avoid the error message.
Actually, this was easily done by modifying one line of the script.
http://users.datarealm.com/ammaze/xy/vDosSet.pdf
I'll recompile/repackage tonight.