Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Del Functions
Name: xsu Date: September 21, 2002 at 11:33:44 Pacific OS: CPU/Ram:
Comment:
How do I make a exe vb file to del whatever extension i wish for it , and if i Want it to do multi del commands how do I do it?
Like in dos Del enterprise.exe Del f---yo.bat Del YoHigh.txt
Summary: Ok... I fixed the missing file with this heading -------------- @echo off cls set num=1 set answer=0 IF EXIST C:\install.txt ( goto alpha ) ELSE ( set step=1 && goto beta ) :alpha set /p step=<C:\...
Summary: I am simply making an application now which shows you a list of files in a directory and then you can type in certain details and it will do the job for you. My problem is, whenever the code reaches t...