Originally posted by Codeplug
Code:
    char command_fmt[] = "del \\\\%s\\c$\\WINNT\\MS\\SMS\\CORE\\BIN\\SlowNet.exe";
    char command[512];
    sprintf(command, command_fmt, "MyComputerName");
    cout << command << endl;
gg
Thanks for your help. I got much further than before but it seems it would only ECHO and not running the command line.
Any idea?