Angsuman's Java Blog

News and views from my perspective as a Chief Software Architect and CEO. Focused on Java and Web Technologies.


Sunday, April 07, 2002

How to create lnk files, a close friend asked me today.

My thoughts:
Sample VB code is in http://wss.hypermart.net/vb/shortcut.html
Another simpler option may be to just create a batch file (.bat) file which the users and double-click to run the application (same as a lnk file).
Creating it is much simpler. Create a file with .bat extension and write the same command as you would while running it from comand line.