A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » Networking
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

Single Batch File



 
 
Thread Tools Display Modes
  #11  
Old October 12th 07, 04:57 PM posted to microsoft.public.win98.networking
Don Phillipson
External Usenet User
 
Posts: 524
Default Single Batch File

"Vis-MCSA" wrote in message
news
Thanks For quick reply but I want a batch file which all pings will open

in
separate window with Horizontally......Thanks in Advance


Creation of separate windows is a Windows
function. BATch files are a DOS function.
I don't think you can execute a Windows
function from a DOS prompt.

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)


  #14  
Old October 14th 07, 05:25 AM posted to microsoft.public.win98.networking
Mark Dormer
External Usenet User
 
Posts: 10
Default Single Batch File

Depending on what your trying to do this tool might be of use.

FreePing
http://www.tools4ever.com/products/free/freeping/

Regards
Mark Dormer


"Vis-MCSA" wrote in message
...
i have to run following ping command for 9 ips.
ping 192.168.1.1 -t
ping 192.168.1.4 -t
ping 192.168.1.7 -t
ping 192.168.1.8 -t
ping 192.168.1.15 -t
ping 192.168.1.16 -t
ping 192.168.1.37 -t
ping 192.168.1.38 -t
ping 192.168.1.49 -t



is there any process by which I dont have to type each time in command
prompt ot run every ping. can we create any batch file..

any help................



  #15  
Old October 14th 07, 05:25 AM posted to microsoft.public.win98.networking
Mark Dormer
External Usenet User
 
Posts: 10
Default Single Batch File

Depending on what your trying to do this tool might be of use.

FreePing
http://www.tools4ever.com/products/free/freeping/

Regards
Mark Dormer


"Vis-MCSA" wrote in message
...
i have to run following ping command for 9 ips.
ping 192.168.1.1 -t
ping 192.168.1.4 -t
ping 192.168.1.7 -t
ping 192.168.1.8 -t
ping 192.168.1.15 -t
ping 192.168.1.16 -t
ping 192.168.1.37 -t
ping 192.168.1.38 -t
ping 192.168.1.49 -t



is there any process by which I dont have to type each time in command
prompt ot run every ping. can we create any batch file..

any help................



  #16  
Old October 17th 07, 07:04 AM posted to microsoft.public.win98.networking
Vishal[_2_]
External Usenet User
 
Posts: 4
Default Single Batch File

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




  #17  
Old October 17th 07, 07:04 AM posted to microsoft.public.win98.networking
Vishal[_2_]
External Usenet User
 
Posts: 4
Default Single Batch File

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




  #18  
Old November 7th 07, 09: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

  #19  
Old November 7th 07, 09: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

  #20  
Old November 27th 07, 12:56 PM posted to microsoft.public.win98.networking
[email protected]
External Usenet User
 
Posts: 2
Default Single Batch File

On Oct 11, 3:09 am, Vis-MCSA
wrote:
i have to run following ping command for 9 ips.

ping 192.168.1.1 -t
ping 192.168.1.4 -t
ping 192.168.1.7 -t
ping 192.168.1.8 -t
ping 192.168.1.15 -t
ping 192.168.1.16 -t
ping 192.168.1.37 -t
ping 192.168.1.38 -t
ping 192.168.1.49 -t
is there any process by which I dont have to type each time in command
prompt ot run every ping. can we create any batch file..


any help................

could do it with 2 file

*** pingbat.bat
ping 192.168.1.%1% -t


**** pingtest.bat
start pingbat 1
start pingbat 4
start pingbat 7

.... and so on
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch file for IE 6 - 5.5 dll replacement (explorer hang issue with bulk move/delete file operations) Ivan Bútora General 5 December 16th 05 02:58 AM
Close app via batch file dadiOH General 5 September 17th 05 04:00 PM
Batch file syntax Rednelle General 4 July 11th 04 11:30 AM
Making Batch File Farhan General 1 June 28th 04 08:30 AM
DOS Batch file controlled my PC! Coolwater0009 Improving Performance 1 May 20th 04 06:09 AM


All times are GMT +1. The time now is 11:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.