Search:

Type: Posts; User: blackey

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    8,945

    Thanks for your guys' help.

    Thanks for your guys' help.
  2. Replies
    17
    Views
    8,945

    string cmdline = "pscp.exe -r -batch -scp -pw...

    string cmdline = "pscp.exe -r -batch -scp -pw \""+m_password+"\" \""+m_file+"\" \""+m_username+"\"@\""+m_host+"\":\""+m_remotedir+"\"";

    STARTUPINFO si = { sizeof(si) };...
  3. Replies
    17
    Views
    8,945

    Jesus, i know its OS specific, but don't concern...

    Jesus, i know its OS specific, but don't concern yourselves with that right now.

    I am currently looking into the ShellExecuteEX() right now. Any further help would be appreciated.
  4. Replies
    17
    Views
    8,945

    how would that be? I was looking into making...

    how would that be? I was looking into making waitforsingleobject work for me, but ShellExecuteEx looks to return only bool values.

    Ideas/explanations?
  5. Replies
    17
    Views
    8,945

    i tried using system() but the command prompt...

    i tried using system() but the command prompt window appears... anyway to hide this?

    I also tried ShellExecute() with the hide flag but the c++ app doesn't wait for the command to finish before...
  6. Replies
    17
    Views
    8,945

    Quiet System Calls in C++

    Hello all

    I am attempting to make quiet system calls from C++ in order to run a batch file without the user knowing. I am going to eventually make this cross platform (windows and linux) although...
Results 1 to 6 of 6