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.
Executing Unix commands from VB
Name: Meena Date: April 23, 2002 at 09:55:17 Pacific
Comment:
Hello, Is there a possibility to run Unix commands from Visual Basic? Please let me know if you have any ideas
Name: Ashutosh Date: April 23, 2002 at 22:03:41 Pacific
Reply:
VB is a windows based compiler, and there is now way u can run shell commands directly from VB! U can try embedding any windows-based shell-executing program like telnet.exe(which is inbuilt with windows) or putty(http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) and then u can run the shell scripts/commands from there! Hope that helps!