I have a script, that check's for a file at the first. If the file exists, then I want the script to end. If not then it continues on down the script. I can't think of the command to stop it. This is what I want to do...
if fso.fileexists "c:\test.txt" then
end
else
end if
if fso.fileexists "c:\test.txt" then
end
else
end if