Pelles C forum

C language => Windows questions => Topic started by: k3nnY1337 on June 11, 2009, 10:27:21 PM

Title: start windows programs
Post by: k3nnY1337 on June 11, 2009, 10:27:21 PM
how can i start start files in windows?
like opening a text file

(i dont mean opening files in pelles c) (not "stream=fopen(dateiname, "r");" )
Title: Re: start windows programs
Post by: Robert on June 12, 2009, 01:54:01 AM
Please see

A newbie's elementary guide to spawning processes

at

http://www.codeproject.com/KB/system/newbiespawn.aspx

Robert Wishlaw