Thread: Open a text file in Notepad using C

  1. #1
    Registered User
    Join Date
    Jun 2011
    Posts
    10

    Question Open a text file in Notepad using C

    Is it possible to open a text file in Notepad using C ???

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Yes. Spawn a process.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do you open notepad file in a c program?
    By thisbeme in forum C Programming
    Replies: 3
    Last Post: 04-03-2011, 07:10 AM
  2. How to open a text file in a specific directory
    By codemania in forum C++ Programming
    Replies: 7
    Last Post: 07-26-2009, 05:35 PM
  3. OPEN VERY VERY big text file inC?
    By ptnamdanvcb in forum Linux Programming
    Replies: 6
    Last Post: 03-11-2008, 09:34 AM
  4. Automatically Open Text File
    By JackR in forum C++ Programming
    Replies: 4
    Last Post: 01-16-2008, 09:56 AM
  5. Sending Text to Notepad
    By jmd15 in forum Windows Programming
    Replies: 3
    Last Post: 06-30-2005, 04:58 PM

Tags for this Thread