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