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