


If the password of GiliSoft Exe Lock is "mypass",and the program you want to lock is "c:\test.exe".
and running "c:\test.exe" needs "-ab" parameters.
How to lock the pragram with command line parameter?
/lock "c:\test.exe" /cmd "-ab" /pw "mypass"
How to unlock the locked pragram with command line parameter?
/unLock "c:\test.exe" /pw "mypass"
How to run the locked pragram with command line parameter?
/run "c:\test.exe" /cmd "-ab" /pw "mypass"
If the password of GiliSoft Exe Lock is "mypass",and the program you want to lock is "c:\test.exe".
and running "c:\test.exe" does not need parameters.
How to lock the pragram with command line parameter?
/lock "c:\test.exe" /pw "mypass"
How to unlock the locked pragram with command line parameter?
/unLock "c:\test.exe" /pw "mypass"
How to run the locked pragram with command line parameter?
/run "c:\test.exe" /pw "mypass"