CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2006
    Posts
    1

    Opening a notepad file

    I have created a program in C# that takes a few registry keys (Processor Identifier, Vendor Identifier, Bios Status, Bios Date, and System Identifier) and places the information into a command prompt window. What I want to do is place them into a notepad file. How can I go about having the program open notepad and having the information placed in there?

  2. #2
    Join Date
    Jul 2002
    Posts
    2,543

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured