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.
Batch page search
Name: Vixez Date: February 6, 2009 at 08:36:17 Pacific OS: Windows XP CPU/Ram: Pentium 3.2 Ghz, 1 GB RAM Product: Dell DIMENSION Subcategory: Batch
Comment:
Hey I'd like to use bat to make a small app.
What I need is, the file opening a page ( example: start iexplore http://www.google.com)
Then I want the bat to search for a specific text in the opened page (like "Search") and then for the next step it should go like :
1) If it finds it --> Creating a log file (txt) with some text like "Pass" or something I can change later on. 2) If it doesn't find it (here I have two options) Option 1 : Write a log file saying you failed the test Option 2 : Opening a webpage and writing a log file with some text.
Summary: This batch Will Search for the specified file on the hard disk and delete when found Remove "echo" from |echo del "%%f" /f| to make it delete the file :: --- BATCH SCRIPT START --- :bof @echo ...
Summary: one way what you could do is use the "forfiles" command in the resource kit. you could get it here though www.petri.co.il/download_free_reskit_tools.htm anyway, this page shows how to use it http://ww...
Summary: Ok, here's probably a tricky one... I have a drive that has data on it, which is organized into two file types, a .wav and a .ifo. The files are in folder schemes based on the channel, and the date, s...