Search found 6 matches

by jemmoe
30 Nov 2012 12:02
Forum: DOS Batch Forum
Topic: Was wondering if someone could help me Make A Batch File
Replies: 30
Views: 23330

Re: Was wondering if someone could help me Make A Batch File

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.
by jemmoe
30 Nov 2012 12:01
Forum: DOS Batch Forum
Topic: Was wondering if someone could help me Make A Batch File
Replies: 30
Views: 23330

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 ...
by jemmoe
30 Nov 2012 11:55
Forum: DOS Batch Forum
Topic: Was wondering if someone could help me Make A Batch File
Replies: 30
Views: 23330

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...
by jemmoe
30 Nov 2012 11:48
Forum: DOS Batch Forum
Topic: Bat file to find a phrase on a website
Replies: 8
Views: 10218

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...
by jemmoe
30 Nov 2012 11:22
Forum: DOS Batch Forum
Topic: Was wondering if someone could help me Make A Batch File
Replies: 30
Views: 23330

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 -------------------------------------...
by jemmoe
30 Nov 2012 11:19
Forum: DOS Batch Forum
Topic: Bat file to find a phrase on a website
Replies: 8
Views: 10218

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...