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

Notepad++. I want to delete everything after first ".jpeg" in notepad++.

This is only one line, I have thousand in a…
MShadN N
  • 5
  • 1
-2
votes
1 answer

New texfile every time the program runs

Just a quick question, is it possible to create a new text file overtime i run my c++ program? I have an Airline Booking program and i want to keep the transaction of each user using notepad. If possible, how? Thank you!
Ja-mes
  • 1
-2
votes
2 answers

averages in a file

I have written a program which asks a user how they want their data to be sorted. One way the data could be sorted is by the average of students scores from highest to lowest. However, I am having a problem with this as the program outputs all 3…
Newbie
  • 1
  • 2
-2
votes
2 answers

Why all my data coming in one line in normal notepad ? Please provide the solution

When I downloaded a text file from the server. If I open the same file in normal notepad. I am getting all text in one Line. If I open the same file with other editor I am getting in proper format. Example : test.txt in normal…
-2
votes
2 answers

Opening php files shows a lot of blank lines, how do I correctly fix their appearance

I'm opening some php files that were originally made by someone else and then some other person has edited them and now when I open them they appear extremley messy because or the \r and \n messes. How do I correctly fix the newlines... See the…
Ryflex
  • 5,559
  • 25
  • 79
  • 148
-2
votes
2 answers

Printing a loop into a text file?

I am trying to write a code to print the song ten green bottles into a text file that finds and opens a notepad file under the name "ten green bottles". Although I am having major issues with the opening and printing into a text file part need help…
NZXTAIR
  • 1
  • 1
-2
votes
2 answers

identifying data file type

I have a huge 1.9 GB data file without extension I need to open and get some data from, the problem is this data file is extension-less and I need to know what extension it should be and what software I can open it with to view the data in a…
Skyliquid
  • 374
  • 1
  • 5
  • 23
-2
votes
1 answer

How to copy the SOAP Response from soapui into a notepad

I have a webservice ,on running the webservice request my response gets me a Random 16 digit MemberNumber.I save this MemberNumber from response into a notepad using the following groovy code ----Xpath of the required tag in the soap response def…
VSanka
  • 85
  • 2
  • 9
-2
votes
2 answers

Create a large file in windows with information

Is it possible to create a huge file (320GB or bigger) to use as a wiping tool? I.E. a file that contains just binary 1's or a text file containing all jumbled up ASCII (the sort of stuff that gets churned out of the printer when there has been a…
-2
votes
1 answer

Need help in adding content from an external file to Tkinter program

I need help in adding content from a notepad file called "Words.txt" to my Tkinter hangman game. If someone could write me a line of code to add to add to the one below - WORDS = (add code here) What needs to happen is every time new word is chosen…
-2
votes
2 answers

How would one run a JAppet via Notepad++

I have a assignment to develop a Java Applet using Notepad++ only. Our lecturer has forbidden us from using eclipse, netbeans and so forth. I can't seem to see any links on how to tackle this. Most applet programs rely on using netbeans or other…
lecardo
  • 1,208
  • 4
  • 15
  • 37
-2
votes
5 answers

html beginner coding with notepad

Hi I study mediadeveloping and I have a question. I have put a sentence in my html file but it won't show when I open the file in a browser.