My doubt is how can i make .exe file(1st .exe for security) such that if secured then execute 2nd .exe file?
Example: i have second.exe file/program(desktop app). i want to make it secure i.e. by asking password or something from user. so i want to create first.exe such that it will check for correct password and all then if success then execute second.exe otherwise not. user should no be able to open second.exe directly. May be this can be done by USB lock or something but don't know how. i am using VB and C#.
Thank you in advance.