Search found 7 matches

by Jayrome
30 Jun 2011 02:39
Forum: DOS Batch Forum
Topic: Batch output question
Replies: 2
Views: 3418

Batch output question

I currently have a batch file which I run to output URLS into a text file seperated by the date as you can see below. Everytime I run the batch file to add new info into the output file it adds it to the bottom of the page. Which command will add it to the top of the page so i'm not having to scroll...
by Jayrome
15 Jun 2011 00:42
Forum: DOS Batch Forum
Topic: String Manipulation Question
Replies: 17
Views: 16035

Re: String Manipulation Question

I ended up finding this vbscript which I was able to run in command prompt and does exactly what I need. Thanks for the help orange Set objFS = CreateObject("Scripting.FileSystemObject") strFile = "c:\users\administrator\desktop\finalurls.txt" Set objFile = objFS.OpenTextFile(str...
by Jayrome
14 Jun 2011 21:54
Forum: DOS Batch Forum
Topic: String Manipulation Question
Replies: 17
Views: 16035

Re: String Manipulation Question

I know what I want to achieve I don't need a real life example. But your obviously too arrogant to help anyone so stop spamming this thread.

Anyone else?
by Jayrome
14 Jun 2011 21:28
Forum: DOS Batch Forum
Topic: String Manipulation Question
Replies: 17
Views: 16035

Re: String Manipulation Question

Are you trying to be a smart arse ... I'm not trying to delete cmd.exe that's completely unrelated to what my enquiry was. !K - Thanks again for the code it worked magic, another question, i'm trying to remove duplicates as google.com or hotmail.com etc comes up in the output 3-4 times, is there a ...
by Jayrome
14 Jun 2011 20:30
Forum: DOS Batch Forum
Topic: String Manipulation Question
Replies: 17
Views: 16035

Re: String Manipulation Question

Are you trying to be a smart arse ... I'm not trying to delete cmd.exe that's completely unrelated to what my enquiry was. !K - Thanks again for the code it worked magic, another question, i'm trying to remove duplicates as google.com or hotmail.com etc comes up in the output 3-4 times, is there a d...
by Jayrome
14 Jun 2011 20:15
Forum: DOS Batch Forum
Topic: String Manipulation Question
Replies: 17
Views: 16035

Re: String Manipulation Question

That worked great thank you! :D
by Jayrome
13 Jun 2011 22:02
Forum: DOS Batch Forum
Topic: String Manipulation Question
Replies: 17
Views: 16035

String Manipulation Question

I've been searching a while and not found anything quite related to what I want to achieve. Basically I have a batch file which runs a program to search all Internet Explorer history and outputs it to a text file, at the moment it looks messy like this but with hundreds of entries URL : http ://www....