>>280
http://wsh.style-mods.net/tips/wshtips_2-07.htm

Set objFso = CreateObject("Scripting.FileSystemObject")
If objFso.FolderExists("c:\WINNT") Then
WScript.Echo "フォルダが存在します"
End If