How to compile a shortcut file into an exe file?

prabha_friend

Prabhakaran Karuppaih
Local time
Today, 15:31
Joined
Mar 22, 2009
Messages
941
See. I am planning to create a shortcut file to open a database in Exclusive mode using a specific password. I don't want my users to see what it is the password or the path of the database. How to compile that shortcut into an exe with the parameters embedded?

Thanks in advance :)
 
I would be looking at creating a batch file .BAT and compile that to an .EXE

Then use a shortcut to that exe, or the exe itself?
 
try googling Bat2Exe. theres lot of freeware out there.
 

Users who are viewing this thread

Back
Top Bottom