[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: vDosSet utility



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)

Wengier




On Friday, July 22, 2016 3:16 PM, Carl Distefano wrote:


> ... 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.


--
Carl Distefano
mailto:cld@xxxxxxxx