「VBScript」フォルダを移動するサンプル
サンプルコード
Dim sfo
Set sfo = WScript.CreateObject(“Scripting.FileSystemObject")
sfo.MoveFolder c:\aa","c:\bb\"
Coding Changes the World
サンプルコード
Dim sfo
Set sfo = WScript.CreateObject(“Scripting.FileSystemObject")
sfo.MoveFolder c:\aa","c:\bb\"