-
May 13th, 2004, 12:27 PM
#1
-
May 13th, 2004, 02:30 PM
#2
Why use VB when you can use a simple batch file?
See this thread for the batch file programmation - http://www.antionline.com/showthread...hreadid=257320
In batch file, you can use the deltree option to delete folder with subfolder.
-
May 13th, 2004, 11:28 PM
#3
Originally posted here by SDK
Why use VB when you can use a simple batch file?
Why not give the guy the answer he wanted. Damn man...
Instead of useing Kill (file_path) use RmDir for directories
Then use... If Dir (The_File_or_filepath) <> Empty = false Then msgbox "file not found blah blah blah" ,vbcritical "Screw batch files"
You know to sort of check if files exist. There you have it... no lame batch files needed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|