「VBScript」フォルダを移動するサンプル

サンプルコード
Dim sfo

Set sfo = WScript.CreateObject(“Scripting.FileSystemObject")
sfo.MoveFolder c:\aa","c:\bb\"

VBScript

Posted by arkgame