Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP. Send Unix command
Name: rhursto Date: November 16, 2006 at 11:41:34 Pacific OS: Solaris 10 CPU/Ram: ultraSPARC III/1GB Product: Sun/v210
Comment:
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 docs root). I have got as far as reading the file line by line and printing the servers line by line, but I can't get the 'shell_exec' command to send the command to each server. Probs just simple syntax error but I'm running out of ideas!! I'm trying it like this at the mo...
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. Use the SendKeys function to send commands to the T...
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 system. Also what is the DOS alternative for "awk"...
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 some event occurs & then i want to store its outpu...