Announcement

Collapse
No announcement yet.

How to run a password protected SFX .exe file?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • judanamu2
    replied
    Originally posted by colc View Post
    Try this

    Code:
    File.Run("AutoPlay\\Docs\\MyFilel.exe"," -p123", "", SW_SHOWNORMAL, false);
    Cheers
    Excellent! it works, thanks a lot for the help

    Leave a comment:


  • colc
    replied
    Try this

    Code:
    File.Run("AutoPlay\\Docs\\MyFilel.exe"," -p123", "", SW_SHOWNORMAL, false);
    Cheers

    Leave a comment:


  • judanamu2
    started a topic How to run a password protected SFX .exe file?

    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_SHOWNORMALfalse); 
Working...
X