Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gvidos
  • Content: Threads
  • Order by date
  1. gvidos

    Tracepath utility for Win

    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
  2. gvidos

    Windows for workgroups 3.10 (not 3.11) networking on a 80286

    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...
  3. gvidos

    How to kill a process by its name

    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...
  4. gvidos

    Find a process ID and then kill it if it's there running

    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
  5. gvidos

    Find if a filename exists and act accordingly

    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
  6. gvidos

    Append to a variable,a string read from a file

    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...
  7. gvidos

    Running a set of commands on different servers

    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...
  8. gvidos

    Executing a command in C program & Redirecting output to String array

    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")...

Part and Inventory Search

Back
Top