Start "title" [windows size] [priority] path\file.bat

Example:


start "Your Title Here" /min /HIGH path-to-your\batch.bat

-----Original Message-----
From: Jason Humes [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 11, 2003 7:24 AM
To: 'MRTG Mailing List'
Subject: [mrtg] Re: Names on DOS windows


Hello
Well, I tried to add the following lines to my mrtg batch file.

title MRTG CFG File 1
start /DE:\mrtg\bin perl mrtg cfgfile1.cfg
title MRTG CFG File 2
start /DE:\mrtg\bin perl mrtg cfgfile2.cfg

And yet, when I run this batch all the individual dos windows just say
e:\perl\bin\perl.exe.  I wish there was some way to change the title or
make the windows have some sort of identification.  Thanks for the shot
though.

-----Original Message-----
From: Mats Karlsson [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 11, 2003 3:28 AM
To: Jason Humes; 'MRTG Mailing List'
Subject: Re: [mrtg] Names on DOS windows

Use the command title.

Example batch:
title 1st mrtg session
perl mrtg test.cfg

Type help in the command window and you will se all "batch" commands
available. For example you can use color to sett different collors on
each window as well.


/Mats

----- Original Message ----- 
From: "Jason Humes" <[EMAIL PROTECTED]>
To: "'MRTG Mailing List'" <[EMAIL PROTECTED]>
Sent: Friday, August 08, 2003 14:33
Subject: [mrtg] Names on DOS windows


> Hello
> I run a bunch of mrtg cfg files through a batch file and when I run 
> this batch it opens a bunch of DOS windows, but I have no way of 
> identifying which dos window equals which config file.  Is there 
> something I can add
to
> my batch so that each window will display some sort of identifier or 
> something so that I can identify which is which.  Thanks
>
>
> Jason D. Humes
>
> Applied Computer Solutions Inc.
> 3020 St. Etienne Blvd.
> Windsor, Ontario
> Phone: (519) 944-4300 x211
> Fax    : (519) 944-4247
> Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to