Index: install.bat ================================================================== --- install.bat +++ install.bat @@ -42,13 +42,10 @@ if not exist %startdir% ( mkdir %startdir% ) cd %startdir% -echo [InternetShortcut] >> FileMorph.url -echo URL="%appdata%\FileMorph_App\filemorph\FileMorph.exe" >> FileMorph.url -echo IconFile="%appdata%\FileMorph\filemorph.ico" >> FileMorph.url -echo IconIndex=0 >> FileMorph.url +mklink /H FileMorph.exe "%appdata%\FileMorph_App\filemorph\FileMorph.exe" cd C:\Users\%username%\Desktop echo Done.