Search found 4 matches

by Wolf_22
10 Nov 2011 07:57
Forum: DOS Batch Forum
Topic: Batch log file compressing?
Replies: 0
Views: 6552

Batch log file compressing?

Hi all. I have a quick question about compressing a bunch of log files that have specific years at the end of their file names... Let's say I have the following set of files needing to be archived by year: BVC2v2Batch.0104 2008 .log BVC2v2Batch.0204 2008 .log BVC2v2Batch.0104 2009 .log BVC2v2Batch.0...
by Wolf_22
06 Jul 2011 14:11
Forum: DOS Batch Forum
Topic: Running Lynx (text browser) from Batch File?
Replies: 4
Views: 7163

Re: Running Lynx (text browser) from Batch File?

YOU ARE THE MAN! Thank you, thank you, THANK YOU!
:D :D :D
by Wolf_22
06 Jul 2011 12:26
Forum: DOS Batch Forum
Topic: Running Lynx (text browser) from Batch File?
Replies: 4
Views: 7163

Re: Running Lynx (text browser) from Batch File?

Thanks for the reply, aGerman. The first method you suggested made Lynx throw an error of the following: Configuration file ./lynx.cfg is not available. The second method threw the following error: 'lynx' is not recognized as an internal or external command, operable program or batch file. This vers...
by Wolf_22
06 Jul 2011 08:59
Forum: DOS Batch Forum
Topic: Running Lynx (text browser) from Batch File?
Replies: 4
Views: 7163

Running Lynx (text browser) from Batch File?

I'm trying to run Lynx in a batch file and I'm able to do it given the batch file itself is in the same directory as Lynx is, however, I want to be able to run the batch file in a different directory and doing so has been problematic... Here's the code I have in my batch file: Code: lynx -source htt...