Search found 1 match

by nofear87
Wed Mar 09, 2016 9:18 am
Forum: Enigma Virtual Box x86/x64
Topic: Run packed file...path problems
Replies: 1
Views: 8819

Run packed file...path problems

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