Can somebody help me with this. I am trying to run a command prompt commands using vbscript. I am trying to use parameter but not sure why I am not able to run this.
strfolder= Wscript.Arguments.Item(0)
Set oShell = CreateObject ("WScript.Shell")
oShell.run ""&strFolder&""
The value I am...
I have a vb script and its failing because of a space in file name(abc xy.xlsx). I tried opeion ch(43) and """" options but not working.
Can somebody help me with this ?
I am new to vbscript. I want to check if date that I pass is a week day or working day date. if the date I am passing is weekend date then get next working date.
In short, I am trying to get next working date.
Can someone help me with this ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.