Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Problem Redirecting output of command in _execl

Problem Redirecting output of command in _execl

Scheduled Pinned Locked Moved C / C++ / MFC
questiondebugginghelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GameProfessor
    wrote on last edited by
    #1

    hi, I'm trying to redirect output of a command to a file this command works fine in dos command line: ipconfig.exe /all > c:\\ipconfig.txt In my program I do this way: _execlp("ipconfig.exe","ipconfig.exe","/all",NULL); --> works fine _execlp("ipconfig.exe","ipconfig.exe","/all",">","C:\\ipconfig.txt",NULL); ---> crash without a trace !!! I don't know what is the problem here ?

    D 1 Reply Last reply
    0
    • G GameProfessor

      hi, I'm trying to redirect output of a command to a file this command works fine in dos command line: ipconfig.exe /all > c:\\ipconfig.txt In my program I do this way: _execlp("ipconfig.exe","ipconfig.exe","/all",NULL); --> works fine _execlp("ipconfig.exe","ipconfig.exe","/all",">","C:\\ipconfig.txt",NULL); ---> crash without a trace !!! I don't know what is the problem here ?

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      Put ipconfig.exe /all > c:\ipconfig.txt in a batch file. and then run the batch file via CreateProcess() or ShellExecute().


      "Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups