Hi,
I’m trying to access an EXE file through popen but it doesn’t work. I already checked Unpack the file to virtual memory on startup.
Command:
if( ($fp = popen("7za.exe a -t7z -mx5 \"C:\Users\Me\Documents\f2fdabb5\" \"H:\\test\\\", "r")) )
But it doesnt work, it returns nothing. but...