Forum: C++ Mar 18th, 2009 |
| Replies: 2 Views: 439 This progran is a frontend for the windows "taskkill". If i type the output directly into a command window, it works, but it will only kill taskmgr.exe from this app.
Any thoughts appreciated.
... |
Forum: C++ Mar 18th, 2009 |
| Replies: 2 Views: 540 i see. thank you. I knew there had to be simmple way of doing this, but it just didnt hit me. |
Forum: C++ Mar 18th, 2009 |
| Replies: 2 Views: 540 how can i pass a variable to command?
ex..
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
string ip |
Forum: C++ Mar 17th, 2009 |
| Replies: 3 Views: 421 yes... all of those should be sent to cmd |
Forum: C++ Mar 16th, 2009 |
| Replies: 3 Views: 421 The program psexec runs any command remotely on another computer. the syntax is "psexec \\RemoteComputer cmd.exe"
I want to run "start "www.website.com" on computers a19-(01-29)
any help would be... |
Forum: Visual Basic 4 / 5 / 6 Jun 8th, 2008 |
| Replies: 0 Views: 499 i am attempting to make a youtube video downloader based on the subject of the video. I have got as far as returning the video title and it wont work. It will return the html code of youtubes search... |