Originally posted by colc
View Post
Announcement
Collapse
No announcement yet.
How to run a password protected SFX .exe file?
Collapse
X
-
Try this
Code:File.Run("AutoPlay\\Docs\\MyFilel.exe"," -p123", "", SW_SHOWNORMAL, false);
- Likes 2
Leave a comment:
-
How to run a password protected SFX .exe file?
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
PHP Code:File.Run("AutoPlay\\Docs\\MyFile.exe", "", "", SW_SHOWNORMAL, false);
Tags: None
Leave a comment: