Re: [c-prog] how to open notepad

2006-12-09 Thread ed
On Fri, 8 Dec 2006 15:42:07 + (GMT) vineet kumar [EMAIL PROTECTED] wrote: hello friends anybody can tell me dat how can i open notepad through c pl tell me any function or instruction. thnx system( notepad.exe ); or if( fork() == 0 ) { exec( notepad ...

Re: [c-prog] how to open notepad

2006-12-09 Thread Srikanth M R
system(notepad.exe); the above statement will help open a notepad application --- Pedro Izecksohn [EMAIL PROTECTED] wrote: --- vineet kumar [EMAIL PROTECTED] wrote: how can i open notepad through c pl tell me any function or instruction. thnx

[c-prog] how to open notepad

2006-12-08 Thread vineet kumar
hello friends anybody can tell me dat how can i open notepad through c pl tell me any function or instruction. thnx VINEET - NOIDA - Find out what India is talking about on - Yahoo! Answers India Send FREE

Re: [c-prog] how to open notepad

2006-12-08 Thread Pedro Izecksohn
--- vineet kumar [EMAIL PROTECTED] wrote: how can i open notepad through c pl tell me any function or instruction. thnx http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__exec.2c_._wexec_functions.asp