I need to run an SFX file that is password protected, is there a way to insert the password? If anyone knows I would appreciate
File = MyFile.exe
Password = 123
This opens the file but I can't find information about it to add the password
File = MyFile.exe
Password = 123
This opens the file but I can't find information about it to add the password
PHP Code:
File.Run("AutoPlay\\Docs\\MyFile.exe", "", "", SW_SHOWNORMAL, false);
Comment