Questions tagged [notepad]

Notepad is a simple text editor for Microsoft Windows. Use this tag for issues relating to interfacing with Notepad and/or duplicating Notepad functionality.

Notepad is a simple text editor for Microsoft Windows. It has been included in all versions of Microsoft Windows since Windows 1.0 in 1985.

787 questions
-2
votes
2 answers

Why does XML look differently in notepad++ and notepad?

UPDATE Ok, so the reason the files look differently is because the EOL(End Of Line) is different in UNIX and Windows format. Notepad can not handle UNIX EOL so it places the XML all on one line. Notepad++ handles both so it knows how to properly…
user2115945
  • 223
  • 3
  • 12
-2
votes
1 answer

Parse TXT File with local paths to copy these to a folder

I've been copying favorite songs for "THE MOST AWESOME CAR CD EVER" into a txt file. All the files are exact paths to the music. Now i want to parse the txt and copy what it finds into a folder... i`m not that fluent in batch so maybe you could help…
-2
votes
5 answers

how can we identify notepad file?

how can we identify notepad files which is created in two computer, is there a any way to get any information about in which computer it was created.Or whether it is build in xp or linux.
-2
votes
2 answers

match data in two notepads

I have two notepads and each notepad contains some data. Let's say Notepad 1 and Notepad 2 Notepad 1 contains: A, B, C Notepad 2 contains: C, D, E I want to ask that how can i find data in Notepad 2 that contains notepad 1 data. Here answer is C.…
Phillipa
  • 55
  • 1
  • 10
-3
votes
1 answer

How to i extract a particular parameter and it's data from multiple text files?

Suppose i have multiple files such as file1 file2 and file3 and consists of following data: file1: {"status":"succes","message":"User Found","error_code":"0","data":{"phone":0,"name":"Sanju…
D - Lord
  • 3
  • 2
-3
votes
2 answers

how to code python to get a print if the array len count equal to text file lines count

I have 10 arrays on my array and I have 10 lines of numbers are in numbers.txt file. How to code in python that I need to get a print("The process completed") if my Array len counts and text file line counts are equal then I need to print a…
Raaj
  • 3
  • 2
-3
votes
1 answer

how to read file and pass data into array . c#

i want to add all the numbers from notepad to the array, give me the solution . notepad file content see photos:
Q.thanh
  • 41
  • 1
  • 5
-3
votes
1 answer

How do i replace something but also keep it? Notepad++

Document1:Document2 Document3:Document4 Document5:Document6 Document20:Document21 Document22:Document23 Document24:Document25 So, i wanna split from the sixth document so it would look like this,…
sani bani
  • 83
  • 1
  • 7
-3
votes
2 answers

New line character in notepad

I am using openCSV to generate .txt file. I am able to generate the file successfully, but the new line character which i have given were not reflecting in the notepad. But when open the same file in notepad++ it is working fine. Is there any…
Garry Steve
  • 129
  • 2
  • 11
-3
votes
1 answer

Notepad How to replace different values?

Is it possible? Example: type="0" hp="403587" type="0" hp="43123" type="0" hp="445234" Is there a way for me to search for "hp="(value) " and replace all the values to 0 at the same time…
Supremo
  • 13
  • 6
-3
votes
1 answer

C# double click files to open in notepad tabs

How to double click on text files to open in notepad in seperate tabs? Please point me in the right direction. In my program.cs I use the following: static void Main(string[] args) { String thisprocessname =…
-3
votes
1 answer

Turn off "ask to save" for Windows Notepad

Is there a way to disable the "Do you want to save changes" dialog for Notepad on Windows 10? I mainly use it as a temporary editor (to monitor the clipboard or to write text for dynamically managed web content, lest I accidentally cancel an action,…
Ben Philipp
  • 1,832
  • 1
  • 14
  • 29
-3
votes
1 answer

Trouble with LESS and GREA excetra if commands

I have solved my previous question but after editing, I started adding some lines. This is supposed to ask for the age and all that works for me is EQU and not LESS or GREA; So only "No" works. Everything else= "The syntax of the code is…
sirfused
  • 21
  • 1
  • 1
  • 7
-3
votes
2 answers

Trouble in call command

I'm usually stuck on making a game now...I can't solve the the call command problem This is an example ::: :verifile1 cls echo. echo Before you can continue give out the following information... echo. echo What is your username? …
Markab1
  • 1
  • 2
-3
votes
1 answer

I want to add Shortcut JUST DELETE in java

NOTEPAD. NOTEPAD I made. How I add MenuShortcut JUST DELETE in line 9? Plz help me.... ms[0] = new MenuShortcut(KeyEvent.VK_N); ms[1] = new MenuShortcut(KeyEvent.VK_O); ms[2] = new MenuShortcut(KeyEvent.VK_S); ms[3] = new…
Diana
  • 405
  • 1
  • 5
  • 13