473,714 Members | 2,545 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is file size limit for Notepad in Windows XP?

8,435 Recognized Expert Expert
Hi all.

Ok, I admit 616MB is quite large for a text file. But I thought I had opened larger ones than this in the past. When I try to open this one I'm getting "The xxx file is too large for Notepad. Use another editor to edit the file.".

I'm pretty sure there's no garbage in the file which might upset Notepad, and it can't be a case of too many lines or similar, as it complains almost instantly.

So, can anyone point me to any info about specific limits? I tried searching MSDN without any luck (unless the limit is still 64KB), and searching the web (as is often the case) returned too many entries and I can't spend all day sitting around reading through them.

Hm... actually, I thought it was just limited by available RAM these days. But I've got at least 1½GB available, so even if it's stupidly using Unicode, shouldn't it still fit?
Oct 24 '07 #1
4 28451
sicarie
4,677 Recognized Expert Moderator Specialist
I'm not sure the max size, but I do know that I opened a 300MB logfile with it a few months ago. Then again, it did take an extremely long time to load...
Nov 1 '07 #2
bartonc
6,596 Recognized Expert Expert
in 2000, it was listed by this guy as 32MB.

There are tons of "notepad replacement"s out there. I like notepad++, but it's slow on large files, as it does syntax highlighting (might work fine on text, though).
Nov 1 '07 #3
RedSon
5,000 Recognized Expert Expert
Hi all.

Ok, I admit 616MB is quite large for a text file. But I thought I had opened larger ones than this in the past. When I try to open this one I'm getting "The xxx file is too large for Notepad. Use another editor to edit the file.".

I'm pretty sure there's no garbage in the file which might upset Notepad, and it can't be a case of too many lines or similar, as it complains almost instantly.

So, can anyone point me to any info about specific limits? I tried searching MSDN without any luck (unless the limit is still 64KB), and searching the web (as is often the case) returned too many entries and I can't spend all day sitting around reading through them.

Hm... actually, I thought it was just limited by available RAM these days. But I've got at least 1½GB available, so even if it's stupidly using Unicode, shouldn't it still fit?
sounds like its time for notepad++
Nov 1 '07 #4
Killer42
8,435 Recognized Expert Expert
I'm not sure the max size, but I do know that I opened a 300MB logfile with it a few months ago. Then again, it did take an extremely long time to load...
One way to cut down the startup time is to make sure you're not starting up with word-wrap turned on. Wrapping seems very slow.
Nov 1 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

9
8144
by: Josh Mayfield | last post by:
Note: There is considerable background detail here, but I do have three questions, which are clearly marked and appear right before the sample code. I have a legitimate need to launch an EXE from an HTML page on Windows XP/Internet Explorer. The EXE is already locally installed, and the HTML page is also viewed locally on the PC- it's not a web site. I know of two ways to do this, both of which are featured in the sample HTML file at...
121
10106
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode support IDEs are DreamWeaver 8 and Zend PHP Studio. DreamWeaver provides full support for Unicode. However, DreamWeaver is a web editor rather than a PHP IDE. It only supports basic IntelliSense (or code completion) and doesn't have anything...
6
1759
by: Deniz Bahar | last post by:
Hi, My english is not top notch and I am trying to understand what K&R2 Ex 5-11 is asking for (pg 118). It says: Modify the programs entab and detab (which I completed from chapter 1 and have on hand) to accept a list of tab stops as arguments. Use the default tab settings if there are no arguments. I am having difficulty understanding the question (not asking for answer to it). Any help would be helpful (thus the common root "help").
2
20369
by: Ziver MALHASOGLU | last post by:
Hi, I produce a text file using my windows application written with c#. -- System.Text.Encoding encOutput=null; encOutput=System.Text.Encoding.UTF8; StreamWriter sw=new StreamWriter(@"c:\a.txt",false, encOutput); -- this UTF-8 file will be used to transfer data to another database's import wizard. Unfortunately db that will import requires the file to be
5
2653
by: EP | last post by:
This inquiry may either turn out to be about the suitability of the SHA-1 (160 bit digest) for file identification, the sha function in Python ... or about some error in my script. Any insight appreciated in advance. I am trying to reduce duplicate files in storage at home - I have a large number files (e.g. MP3s) which have been stored on disk multiple times under different names or on different paths. The using applications will...
15
9927
by: batman | last post by:
i have a text file that is like: date = OCT0606 asdf sdaf asdfasdgsdgh asdfsdfasdg START-OF-DATA asdfasdfg asdfgdfgsfg
3
4027
by: forest demon | last post by:
for example, let's say I do something like, System.Diagnostics.Process.Start("notepad.exe","sample.txt"); if the user does a SaveAs (in notepad), how can i capture the path that the user selects? thanks...
3
2003
by: cubaman | last post by:
Hello: Im workin with an app that checks for incoming files to a given folder using a FileSystemWatcher object. My problem is that if the file is too big, the Created event fires before the file is completely copied to the folder, and it result in IOException, the file is been used by another process... I thought that if i could get exclusive acces to the file it means that the file is already copied in disc. bool inUse = true;...
5
13565
by: =?windows-1256?B?5eTPx+bs?= | last post by:
Python allow you to only take care about variable name and ignore it's size because pyhton dynamicly allocate it so what's the limit in the allocated size in the memory
0
8701
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9009
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7942
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6621
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5943
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4462
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4715
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3155
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2103
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.