Has anyone ever come to know of a utility that performs tracepath in Windows (as in Linux distros)?
The only "relevance" I could digg in Google was from mturoute:
http://www.elifulkerson.com/projects/mturoute.php
Hello there
I need (for a strange reason) to network my old 80286 (can only run on real mode) with my home LAN and share my DSL on it.Till now I've managed to setup file/print sharing on plain DOS but I still want to have network capability inside Windows for Workgroups 3.10. I need to mention...
Hi does anyone know
how I can kill a process by specifying its name in a shell script?
e.g. with ps -C rsvpd
we get the ps output for that process. How can we kill that process? The first value in the string returned is PID.
can we do
kill -9 pid
??
Also,can we get status of the ps -C...
Hi,
how can I find with ps -C command or ps|grep command if a process is there running and kill it,from a script?
I need a full example please....
Thanks
Hi,
I need to check if a file exists and only then execute it.
for example (in C format)
file="myfile"
if(file exists)
system("file")
Thanks
Hi,
How can I "create" a string filename fo a file by concatenating to a first sub-string the string read as the first line of a file?
e.g.
file './servers' which contains the lines:
dilos
kos
milos
and want to create filename:
mgen_dilos for example
I need to do this in a loop...
Hi,
This is the first time I need to write a script, so I desparately need your help folks!
Well, I need to run a set of commands in a set of servers. That is:
I need to run:
{
command 1
command 2
command 3
}
on all servers:
{
server 1
server 2
.....
server 6
}
and then...
Hi,
I have a C program that invokes the system function every 1 sec (for sampling reasons) and I need to parse the output as shown in stdout,by storing this output to a char array.What I first imagined to be the solution was:
system("tunnel -L -c")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.