Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vickspills

  1. vickspills

    Passing parameter to Command prompt

    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...
  2. vickspills

    remove space from File name

    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 ?
  3. vickspills

    Get next working day

    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 ?

Part and Inventory Search

Back
Top