I have a few bat files that I want to convert into vbs. They basically are if then statemnets but I am not sure how to convert them. The first is...if not exist "C:\programfiles\..." copy "C:\programfiles\..." The others to are...if exist "C:\programfiles\..." del "C:\programfiles\..." . Can anyone help me?