Script der laver ikon på desktop
Hej,hvordan får jeg dette script til at virke:
@echo off
REM Windows XP/2000
copy "file:///E:/chrome/xxx/content/html/_index.html\*.lnk" "%ALLUSERPROFILE%\Desktop\" /Y
copy "file:///E:/chrome/xxx/content/html/_index.html\*.lnk" "%ALLUSERPROFILE%\Skrivebord\" /Y
@echo off
REM Windows 98/98SE/98ME
copy C:\xx2005\*.lnk c:\Windows\Skrivebord\ /Y
copy C:\xx2005\*.lnk c:\Windows\Desktop\ /Y
CLS
EXIT
Det er meningen at det skal oprette en genvej på desktoppen, til en html-fil.
Vh,
Bat.
