bat2exe icon indicating copy to clipboard operation
bat2exe copied to clipboard

current directory

Open meddev-code opened this issue 7 years ago • 0 comments

there is problem to use "current directory" of the exe file

bat > %CURR_DIR% not working vbs > CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) returns: C:\Users\Trader\AppData\Local\Temp\7ZipSfx.000

is there a way to retieve this source path of exe and use it in included scripts?

meddev-code avatar Sep 13 '17 18:09 meddev-code