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 Mike Lewis 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: *

  1. gvidos

    Tracepath utility for Win

    @burtsbees I'm afraid you are totally away from the subject of my initial question.
  2. gvidos

    Tracepath utility for Win

    What I would like to see as an output from the Windows utility is whether the path is assymetric: http://linux.about.com/library/cmd/blcmdl8_tracepath.htm Any clues?
  3. 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
  4. gvidos

    connecting to internet

    Thanks for the help Blujacket Do you advise me to upgrade to wfw 3.11?I currently run wfw 3.10 because I had heard that only **that** version could run on my 80286.After the installation,is network support embedded in wfw3.11,or do I have to install the tcp/ip addon for wfw3.11?I've seen...
  5. gvidos

    connecting to internet

    Is it possible to use winsock not with a dialer (trumpet,netscape's,microsoft's),but in a LAN connection?I have a realy old pc,80286.
  6. gvidos

    connecting to internet

    Hello, I seem to have a similar problem.I've managed to setup Microsoft's network client in MSDOS in my old 80286 and everything worked all right with TCP/IP on it. Now I want to have network access inside windows for workgroups 3.10 (not 3.11) that can be run on a 80286 machine. I mean I want...
  7. gvidos

    TCP/IP for W3.x

    Hello, I seem to have a similar problem.I've managed to setup Microsoft's network client in MSDOS in my old 80286 and everything worked all right with TCP/IP on it. Now I want to have network access inside windows for workgroups 3.10 (not 3.11) that can be run on a 80286 machine. I mean I want...
  8. 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...
  9. 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...
  10. 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
  11. 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
  12. 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...
  13. gvidos

    Running a set of commands on different servers

    Yes, that sounds straight enough, but what if the system hasn't got ksh? Also,there is a problem with rsh,it hangs waiting for I don't know what,when I issue the command: rsh server command There is also one problem: the processes 1,..,4 have a filename that goes after: "gen_" +...
  14. gvidos

    Running a set of commands on different servers

    Maybe I didn't express what I wanted clearly,or maybe you didn't get question right. The most hot issue is how I can run concurrently (starting at the same time) 6 rsh commands. Also,the first command,waits for stdin (it never finishes,occupying the terminal). Also how do I start command 4 at...
  15. 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...
  16. 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")...
  17. gvidos

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

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

Part and Inventory Search

Back
Top