Option Explicit
Dim WSH,sc
Set WSH=CreateObject("WScript.Shell")
Set sc = WSH.CreateShortcut("C:\Documents and Settings\xxxx\デスクトップ\メモ帳.lnk")
sc.TargetPath = "C:\WINDOWS\notepad.exe"
sc.save
Set sc = Nothing
Set WSH = nothingネタ元
Option Explicit
Dim WSH,sc
Set WSH=CreateObject("WScript.Shell")
Set sc = WSH.CreateShortcut("C:\Documents and Settings\xxxx\デスクトップ\メモ帳.lnk")
sc.TargetPath = "C:\WINDOWS\notepad.exe"
sc.save
Set sc = Nothing
Set WSH = nothingネタ元