「VBScript」フォルダを作成するサンプル
サンプルコード
Dim fsobj
Dim cft
Set fsobj = WScript.CreateObject(“Scripting.FileSystemObject")
Set cft= fsobj.CreateFolder(“c:\backupdir")
Coding Changes the World
サンプルコード
Dim fsobj
Dim cft
Set fsobj = WScript.CreateObject(“Scripting.FileSystemObject")
Set cft= fsobj.CreateFolder(“c:\backupdir")