Online: 1 Today: 2 Yesterday: 3 Total: 2904
'MO(g:ドライブ)の「取り出し」を行うサンプル Dim shell Set shell = CreateObject("Shell.Application") shell.NameSpace("g:\").Items.Item.InvokeVerb "取り出し(&J)"
VBScript?