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.
Bat file insert a word every 10 lines
Name: Nitro212 Date: May 17, 2009 at 11:01:05 Pacific OS: Microsoft Windows XP Professional CPU/Ram: 2.999 GHz / 3326 MB Product: Custom / CUSTOM Subcategory: Batch
Comment:
Hello, i been trying to google and figure out how to add a text/word every 10 or 15 lines... for example i wan't to insert echo a pause command every 10 lines on a text file.. im witting a bat script that will call that file and i need to pause every 10 lines to prvenet for it to freeze..
Summary: Here is the scenario, and I've got two questions: 1. I've got a bat file, which continuously running on the background, and I would like to log that bat file to a text file. I've got a code: start c...
Summary: Can a bat file search a html file and strip out the url's from it and dump them to a txt file ? If so how would you do it ? "Don't know what you don't know." ...
Summary: Ian: You cannot install a batchfile (*.bat file) as a TSR routine directly. What you need is a TSR routine which executes the batch file when the user enters say CTRL+A. I can help you with this but I...