BAT-使用BAT生成快捷方式

@(
  echo [InternetShortcut]
  echo URL=C:\Windows\System32\calc.exe
  echo IconIndex=0
  echo IconFile=C:\Windows\System32\calc.exe
    echo IDList=
    echo HotKey=1648
  )>"C:\Documents and Settings\All Users\桌面\计算器(calc).url"