Top "Notepad" questions

Notepad is a simple text editor for Microsoft Windows.

Open txt file from C# application

The following code is suppose to open CMD from my C# application and open the file text.txt. I tried …

c# command-line cmd environment-variables notepad
How windows notepad interpret characters

I was wondering how windows interpret characters, for instance: I maked a file with an Hexeditor with the 3 bytes E3 81 81. …

windows encoding utf-8 notepad hex-editors
How to add Save file Dialog Box using C#

I need to implement something similar to Notepads' save option. Assuming I have a button placed next to a RichTextBox, …

c# wpf richtextbox savefiledialog notepad
What "cscript //NoLogo" stands for?

This is a java program code that runs the Notepad program and pastes a specific text stored in this program …

java file jtextfield filewriter notepad
How do i read a notepad file in java?

im trying to create a restaurant system that will create food items and such from a menu. ill be learning …

java file notepad
How do I get a python program to run instead of opening in Notepad?

I am having some trouble with opening a .py file. I have a program that calls this .py file (i.…

python notepad
No application is associated with the specified file exception

UnhandledException: System.ComponentModel.Win32Exception: No application is associated with the specified file for this operation at System.Diagnostics.Process.…

c# exception-handling notepad process.start win32exception
Why Windows notepad put all the code line on a single line when I open a file created using Notepad++?

I have the following problem: I use Nodepad++ editor to write some text\code and I save my file into …

text editor notepad++ text-editor notepad
extension less file in windows

How to create extension less file with notepad in windows ?

windows notepad
Open and Write to Notepad from excel VBA

I need to open notepad and write my results from my macro to it. I want to open notepad and …

vba excel project notepad