Search found 2 matches

by zukizuki
18 Oct 2006 08:35
Forum: DOS Batch Forum
Topic: If Else with FIND command
Replies: 5
Views: 10337

Well, had to search a bit more and found it to be....quite simple actually hehe......*sigh* At least it solved my little issue! This is what i used: ********************************* FIND "226 File received ok." 1.log > nul if errorlevel=1 GOTO :NO if not errorlevel=1 GOTO :YES :YES echo. YEEEES! GO...
by zukizuki
18 Oct 2006 05:56
Forum: DOS Batch Forum
Topic: If Else with FIND command
Replies: 5
Views: 10337

If Else with FIND command

Ok, I will try to explain as well as i can... (not having english as main lang.) I'm having this batch script that's supposed to several things: 1. Check a directory for *.tbd (this is where the users put their files) 2. If *.tbd exist then continue with the rest of the script (as this script will r...