Summary: Hi, I'm new to php so this may be a simple answer. I want to send a command from a php script to a list of servers (from a file stored in the apache d...
Summary: You cant run Unix commands under VB6. VB6 runs under Windows and knows nothing of Unix. However, you can still run an Telenet applcation with VB6. U...
Summary: Hi, Is there any way of executing Unix commands in "cmd"? I would have liked to have used the "find" or "findstr" command but it does not exist on my ...
Summary: hi all, Can we call(run) unix commands through a java program? Plzz let me know.... Actually i want the commands like "ls" to run automatically when ...
Summary: hello all - I'm using vb8 - I'm having difficulty trying to figure out how to send a dos command to the console and output to a textwindow. I want to ...
Summary: Hi, Can anyone suggest a Unix command or c-shell algorithm to simulate to behavior of "wall" command minus the "all users"? What I'm trying to do is ...
Summary: Hellow, How to exploit basic Unix (linux) commands such as "rm","cd","ls","grep" in C programming? Firstly, I tried bash script but it is not c...
Summary: If you are using Linux/Unix, one way is use interprocess communication by spawning a shell command from a "C" program by using fopen and then reading ...
Summary: Dear all i wonder if there is a program or a way to excute unix command through vb 6.0 basicly i want to make a vb 6.0 programm that open files on uni...
Summary: Okay, so I think when you say netsend you mean the text messaging program in the Windows CLI. That would make sense because netsend uses hostnames wh...
Summary: "I assumed both languages, being so popular, would have some kind of support for regexes." Regex is technically a C library for regular expressions. ...
Summary: How do I return only 1 file name from a 'ls' command that contains many files. I am wanting to take the first file returned from the ls and that's it...
Summary: Guyz, I'm trying to run Unix commands from VB.net ... Does anyone of you knows of a good program that might help ? Plzzz Reply :) Rgds, Shihab ...
Summary: <?php /******************************************************************** * XPertMailer is a php class that you can use to send encoded * ...
Summary: Hello Sir, From VB i want to execute unix commands using winsock control.How can i do this,if possible please provide sample code and help me. My T...
Summary: Hi M2, Yes there is, it's called cygwin. It's not a full unix shell, but it allows you to run a good number of the most used unix commands. http://ww...
Summary: Not exactly. ODBC is a stand-alone "bridge program" between two different system, which can have different O/Ss, hardware, database engines, etc. It...
Summary: I send variables with reference like : "a href=ind1?page=$page&category=$category" but $category="food & wine" and because of that " & " nothing works...
Summary: tar is a unix command. You should be able to find a set of programs that will do unix commands on Windows machines. I found some once, but don't rem...
Summary: I have two scripts. One is a login script which verifies a username and password. The other takes that info and processes a little bit of info with ...
Summary: I call an executable from a batchfile, sending some command line arguments to it: "call filename.exe a b c" for some reason the following won't work, ...
Summary: Hi All, I want to redirect the username and the password as two inputs to a UNIX command from a file (the UNIX command prompts for username and passwo...
Summary: The unix commands you were trying to implement were incomplete or I couldn't identify what you were doing. This at least gets the main menu working. ...
Summary: Hello Guys, I am beginer in vb and I am developing a project that I have to telnet to a device running in linux only and then after the connection is ...
Summary: This is my 4th question regarding RS232 base device. Now i have a manual with me which says use 3 wire interface mean TX pin 3 RX Pin 2 Ground pin 5 ...