Create a LinkFile in Windows with JAVA
Hi !
I need a possibility in my java program to make a link file.
The OS is Windows. How can JAVA create a LinkFile ?
My ideas:
- If there is a possibility on the MS-DOS console I would use the Runtime.exec command.
- If the LinkFile is an ASCII-File I woudl write a new file and give the correct content to the file so that it will be handeld as LinkFile.
I think my ideas dont work.
Can you help me ?
Thx Wolfgang

