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.
I am using findstr in this example but it simply hangs and waits for input.. don't test it, I just need an answer. Example: ascify RED for /f %%I in (RED.txt) do findstr /s /m "\<%%I\>" *.* >>corelog.tmp del RED.txt
Summary: I do not understand exactly what is the problem... If you want the batch goes on while file1.exe is running replace file1.exe with Start file1.exe assumed file1.exe is no more referenced after loade...
Summary: I am having a problem on a batch file that was created to strip html tags from a text file. Everything is being stripped using the for /f and setting string variables. what I cannot seem to find is a ...
Summary: Ok my question has to do with an extensive batch script I have been recently writing. Basically this 'program' allows a user to create an account within a folder, then use this account to send messag...