Message-Id: <3.0.5.32.19980330155332.00828590@pop.iquest.net> Date: Mon, 30 Mar 1998 15:53:32 -0500 To: djgpp AT delorie DOT com From: ricki lee king Subject: exec command Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Precedence: bulk this runs ping.exe but feeds it garbage for an arguement. pls tell me how to fix it. #include main() { execl("c:/windows/ping","www.iquest.net"); } thanks