Run packed file...path problems
Posted: Wed Mar 09, 2016 9:18 am
I have maked a Executable with Enigma Virtual Box. Packed in this Executable is another Executable (in Default Folder).
child = exec("nw.exe dist.exe", function (error, stdout, stderr) {
});
When I run the Code dist.exe ist not found, because it will search in the execPath (where the vm is saved C:\Users\test\Downloads\nw_boxed.exe): C:\Users\test\Downloads\dist.exe
And not in the virtual file structure...any ideas how to solve this?
Thanks!
child = exec("nw.exe dist.exe", function (error, stdout, stderr) {
});
When I run the Code dist.exe ist not found, because it will search in the execPath (where the vm is saved C:\Users\test\Downloads\nw_boxed.exe): C:\Users\test\Downloads\dist.exe
And not in the virtual file structure...any ideas how to solve this?
Thanks!