All Forums >> [Scripting] >> WSH & Client Side VBScript >> a little help, if then do nothing. Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Hi guys. I'm new to vbscript. Can someone please assist and let me know what code I can use to replace in <do nothing/end script>? Basically, I want the script to stop, if the source does not exist. Thanks in advance.
If Not (objFSO.FolderExists(SOURCE)) Then <do nothing/end script> Else <codes> <codes>