Please understand that I am new to this stuff, and am VERY eager to learn as much as I can possibly retain. (I am fascinated by the things you can do with VBS and Bat files)
I will take all constructive criticism as you can dish out.
Search found 6 matches
- 30 Nov 2012 12:02
- Forum: DOS Batch Forum
- Topic: Was wondering if someone could help me Make A Batch File
- Replies: 30
- Views: 24248
- 30 Nov 2012 12:01
- Forum: DOS Batch Forum
- Topic: Was wondering if someone could help me Make A Batch File
- Replies: 30
- Views: 24248
Re: Was wondering if someone could help me Make A Batch File
@jemmoe, does it work for windows 7 because i tested the command in your batch and didn't work for me. The file bat file works on my computer, which is windows 7... It also doesn't recurse through subdirectories in the temp inet files or the cookie folders. It isn't doing what you think it is... I ...
- 30 Nov 2012 11:55
- Forum: DOS Batch Forum
- Topic: Was wondering if someone could help me Make A Batch File
- Replies: 30
- Views: 24248
Re: Was wondering if someone could help me Make A Batch File
@jemmoe, does it work for windows 7 because i tested the command in your batch and didn't work for me. @anoble1, I may have found a way but after i made it and run the batch several files from my desktop and icons was deleted even the batch i made. Are you sure this is what you want, or you want to...
- 30 Nov 2012 11:48
- Forum: DOS Batch Forum
- Topic: Bat file to find a phrase on a website
- Replies: 8
- Views: 10527
Re: Bat file to find a phrase on a website
Foxi, I can provide the URL, but it's after I have already logged in our CRM for the place that I work for. You would have to have my login information in order to get into the site, which I can not provide due to it being a work related website. Is there a way to just put "example website here...
- 30 Nov 2012 11:22
- Forum: DOS Batch Forum
- Topic: Was wondering if someone could help me Make A Batch File
- Replies: 30
- Views: 24248
Re: Was wondering if someone could help me Make A Batch File
Here is a batch file that I use to clean up / clear out some of the stuff that you were talking about: @echo off title PC Cleanup Utility :menu cls echo -------------------------------------------------------------------------------- echo PC Cleanup Utility echo -------------------------------------...
- 30 Nov 2012 11:19
- Forum: DOS Batch Forum
- Topic: Bat file to find a phrase on a website
- Replies: 8
- Views: 10527
Bat file to find a phrase on a website
Hello community, Here is what I am needing help with: I want to create a batch file that looks at an open website in Internet Explorer (that will be left open at all times). This bat file will need to refresh the window every 15 to 60 seconds and look for a specific phrase on the website. If it find...