View Single Post
  #19  
Old November 7th 07, 08:31 PM posted to microsoft.public.win98.networking
Dave B.
External Usenet User
 
Posts: 6
Default Single Batch File

You could make batch file to send output to files and then open the files?
eg
ping 192.168.1.1 -tfile1.txt
ping 192.168.1.2 -tfile2.txt
etc
then another batch file to open them all up



Vishal wrote:
Sorry I think I post it in Wrong Community...I want to tell u what I
want and I am doing ???....
1-- I am using windows XP with SP2.
I Creat a Folder name Ping and There I creat saparate 8 Batch file
for all ping.
then I select all and press enter or Open.(All pinging Batch File.)
then I go to taskbar and right click with Mouse and go to the "Tile
windows Horizontally" all windows showing on Desktop with
Horizontally then I press "Print SCRN" key and paste in MS Word for
my daily ping status record.

So I want just single batch file .....click & all ping show in
Horizontally in Windows Screen.. (or desktop)




"R.Wieser" wrote:

Vishal schreef in berichtnieuws
...
I creat a batch file but it is showing in Same window I want
Separate windows for every ping. Please help........Thanks


I'm afraid its as "Don Phillipson" allready mentioned : In Win98 a
batch-file is a function of the command-interpreter of the dos-box
its in, and it cannot (really) interact with its parent, Windows.

Maybe you should take a look at VBScript (.VBS files), which is a
scripting-language within Windows itself and thus should be able to
create (multiple) DOS-box windows.

Regards,
Rudy Wieser