hi all
Could you please help me out i creating folder using vbscript..
I have used the following code...
<SCRIPT LANGUAGE="VBScr ipt">
<!--
Option Explicit
Dim objFSO, objFolder, strDirectory
strDirectory = "c\testing"
Set objFSO = CreateObject("S cripting.FileSy stemObject")
Set objFolder = objFSO.CreateFo lder(strDirecto ry)
alert("strDirec tory")
WScript.Echo "Just created " & strDirectory
WScript.Quit
</script>
and i am getting the following error..
Expected statement
800A0400
Microsoft VBScript compilation error
thanks in advance
reagrds
meenu
Could you please help me out i creating folder using vbscript..
I have used the following code...
<SCRIPT LANGUAGE="VBScr ipt">
<!--
Option Explicit
Dim objFSO, objFolder, strDirectory
strDirectory = "c\testing"
Set objFSO = CreateObject("S cripting.FileSy stemObject")
Set objFolder = objFSO.CreateFo lder(strDirecto ry)
alert("strDirec tory")
WScript.Echo "Just created " & strDirectory
WScript.Quit
</script>
and i am getting the following error..
Expected statement
800A0400
Microsoft VBScript compilation error
thanks in advance
reagrds
meenu
Comment