file in
Invalid Page Fault Opening File in Microsoft Paint Vulnerability Patch (Windows NT) 5.00.1523.1
Invalid Page Fault Opening File in Microsoft Paint Vulnerability Patch (Windows NT) is developed to be a handy program to deal with the problems when opening files. more>>
Invalid Page Fault Opening File in Microsoft Paint Vulnerability Patch (Windows NT) 5.00.1523.1 is developed to be a handy program to deal with the problems when opening files. After you install Microsoft Office 97 on your computer, you may receive the following error message when you open an image file in Microsoft Paint: 'This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor.' If you click Details, you receive an error message similar to the following message: MSPAINT caused an invalid page fault in module MSPAINT.EXE at 0137:0042d3fe.
This problem occurs because of a conflict between Microsoft Paint and the graphics import filters included with Microsoft Office 97. The problem may occur when you open the following types of files: DRW, EPS, GIF, JPEG, JPG, PCD, PICT, TGA, TIFF. The problem may also occur when you open any other type of file that requires a graphics import filter. The problem does not occur when you open PCX (PC Paintbrush) or BMP (Windows bitmap) image files.
To fix this problem, follow these steps: (1) Download this Paintnt.exe file. (2) Double-click the file you downloaded in step 1 to expand it. (3) Copy the EXE and DLL files to the WinntSystem32 folder.
i.File 0.3
i.File is a file manager for Linux written for the the Windows refugees more>>
Both the leading file managers for KDE and Gnome are well... not to put too fine a point on it: crap. There are just not ready for everyday use by normal people, because of the untold number of bugs in the usability and function that are STILL there 3 years after they first infested Linux desktops.
Not that this project will start off any better, but my hope is that itll end far more successfully than the aforementioned software. Currently i.File is targetted at other developers in an attempt to get some help with bringing it up to speed. Enough of the basic code layout and implementation is done so that the user can see how things should work. And now its just time to fill in the blanks and bust those bugs.
Enhancements:
- Added a "Show Hidden" option on the toolbar. And the architecture was so well written it automatically puts all the newly visible folders into the tree view. And removes them when you switch it off. I seriously thought I would have to write code to make that work and the first time I tried it I sat that a bit aghast... "that... was... coooool!". No extra coding required. And obviously I then went into geek convulsions, repeatedly showing and hidding file in my home directory to "experience" the coolness of not having to write code over and over and over...
- Fixed browsing to the desktop in the folder view screwing up the folder tree with lots of duplicate "desktop" folders.
- Added a specific folder icon for hidden folders.
- Added support for resolving name conflicts when moving and copying files around. If the source and dest are the same when copying then it auto generates a new files name along the lines of "Copy of ...." and when the src and dest are different it puts up a conflict dialog to ask whether to replace, rename, skip or cancel. Its all still a little rough but its better than silently blatting the dest file eh!
- Added support to pass in an initial directory on the command line.
- Fixed ::OnBrowse to select the directory in the tree view, scroll to it if its off the page and list the files instead of leaving the file pane blank.
- Fixed the right click file menu to cache all the mimetype->application lookups so that it can populate the "Open with..." menu quickly after the first time. (The is an LGI fix).
- Added proper cancel functionality to the search feature. The controls disable while searching and then reenable when the search ends. In the mean time the search button turns to a cancel button. Any search results found before the cancel button is pressed are displayed anyway.
- Made the mount and umount commands display their output if they fail. Usually its a helpful error message.
- Made the umount command move off the drive in question to release the handle to it so that umount can actually work.
- Ive greatly simplified the handling of new nodes. When you create a file or directory by copying/moving or whatever that even has to be seen by all the views of that parent directory so that it can be added into the view. This used to be complicated system of passing events through node refs to their UI. And never seemed to work reliably, so I ditched that and made the application object the main collector of events. There is now a function called "OnNewNode" in the AppWnd that receives all new node events and passes them out to the various views in the system. Each view looks at the node and sees whether its relevant to its display and either discards the event or adds a new NodeRef into its display.
- Added drag and drop target support to the folder tree view.
- Fixed some things in the network neighbourhood / smb support. Firstly it now finds the master browser all by itself which means it even has a chance of working on a machine other than mine (*hide in shame*) and also Ive changed the process of looking up the network shares to use the rpc command instead of the smbclient which cant handle share names longer than 12 characters. The rpc command is limited to 127 characters. In the event that the rpc command doesnt work it tries the smbclient command as a fall back.
- Fixed some crashes and memory corruptions in the node and ref code when copying and moving files around. All hail valgrind!
- Ive batched the mime typing results together into blocks so that they dont generate a message per file. This takes the load off the message passing engine of the GUI which on non Win32 platforms is usually crap. Especially X11 which has absymal message passing throughput.
- Added support for viewing entry permissions, owner and group.
- Added support for changing an entries permissions.
- Added support for seeing the status of files under version control. Currently only subversion is supported but it would be trivial to add CVS support as well.
- Added CVS status support as well. Made the version control state lookup threaded to keep to the UI snappy. It look like this, the blue icons are unmodified files under version control, the red icons are modified files.
- Fixed the progress bar to work with greater than 2gb files during copy operations.
- Fixed the size of folders in the properties window. Also fixed it for 64 bit safeness for the GB sized folders.
CutFile 1.0
Program that easily cuts a file in binary mode more>>
CutFile allows you to enter the block size you need.
This program is very simple, small, reliable and does not require any installation.
MPeg / File Joiner 1.0
Aa Windows Explorer context menu extension for joining multiple files into one file. more>>
Both options will join the selected files and create a new file consisting of all the joined files. The first option will create the joined file in the currently selected directory, the second option allows you to specify the target directory for the joined file.
File Joiner Works on any file type but is particularly useful for Master Splitter-type files (.001 to .999) and MPeg-format clips (.mpg, .mp3, etc.)
Big File Viewer 1.0
A small tool that can access and display text from large files more>> A small tool that can access and display text from large files
The Big File Viewer application was designed to be a small tool that can access and display text from large files a chunk at a time to avoid having to load the entire file. Supports variable chunk lengths from 256 ? 4096 bytes.
Is an application specifically designed to handle large files. If you load a large (e.g. 200Mb) text file into Notepad then it will try and load the whole thing into memory before displaying. BIG_FILE_VIEWER loads the file in chunks and not all in one go so you are able to scan through the file quickly.
As you change the scroll bar on the right you skip your way through the file and can fast-forward to any part of the file instantly.
Main features:
- Scan skip to a specified numeric byte off-set of the file using the scroll bar
- Change the amount of text that is displayed in the textbox
- Change the font of the textbox
File Spliter 1.0.2.1
Utility to split files to a number of smaller parts. This helps fit a large file in several diskets or CDs and, on arrival, assemble all parts back together, recreating the original file. more>>
File Spliter 1.0.2.1 is a small utility to split files to a number of smaller parts. This helps fit a large file in several diskets or CDs and, on arrival, assemble all parts back together, recreating the original file. You define the size of each part in Kb and the path to save all parts to. The user can re-assemble the parts back to the original file, without needing this software to be present in the final destination.
Major Features:
- Has no maximum file size limit,
- Does everything you need to make any file portable.
Requirements: N/A
File Stripper 2.0.1.3
JBO File Stripper is a free and useful application that removes all non-alphabetic data from text files more>>
Using the Open File button on the tool bar, you may open a standard text (.txt) file in the editor window.
Alternatively , you can type in an amount of text in the normal manner. In either case, the size of the data in bytes is displayed on the status bar.
Using the Save File button, you may save the contents of the editor in text file (.txt) format only.
Using the Print button, you may print the editor contents. The opportunity to save any unsaved data is offered.
Using the Close File button, the editor may be cleared. The opportunity to save any unsaved data is offered.
The Strip File button removes all unwanted data and loads the result into the editor. Again, the file size is displayed on the status bar.
The Group Data button removes all unwanted data, then formats the result into groups of five characters separated by a single space, ready for manual analysis.
There is no file size limit in JBO File Stripper although your operating system and memory configuration may impose such limits.
Menu options include the opportunity to change the editor font size, along with various help options.
MA File Viewer 3.0.0.0
A simple tool designed to allow users to view any file in text format more>>
File Master 1.0.1
File Master allows the user to replace, or delete files that are locked, and currently in use by the system more>>
No more annoying "file in use" errors to contend with when you wish to delete or replace a file..
Web File Retriever 1.1
Retrieve file from the Internet based on given interval. more>> Due to our customers demand we have developed this free handy utility that will download any given url address of a file in you computer and alerts you if the file has been retrieved.Very easy to use, fully compliant with all versions of Ms windows.<<less
Spy File Commander 1.1
Useful file functionalities for XMLSpy! more>> If you are using Altovas XMLSpy maybe you are also missing some file related functions. But XMLSpy lets you add PlugIns and even better you can also add ActiveX controls which are then available as Dialog Bars in XMLSpy. The PlugIn offers the following key features: File Explorer Tab: You can see the file details and you can browse the directory of the currently active document with one mouse click! Sorting on file name, size and modification date is supported. History Tab: A list of all opened files until now. Double clicking the list item opens the file in XMLSpy. You can also see if the file was modified since it was open in XMLSpy for the last time because the history also remembers the last date and time when it was open in XMLSpy. The list can be sorted on opening and modification dates. Details Tab: This tab shows the number and name of the XML elements and attributes of the current document if it is displayed using Grid or Authentic view. The number of elements and attributes is always updated in GridView..<<less
SurF File Manager 0.56
SurF File Manager is a free Windows file manager with many features more>>
Main features:
Tabs
- Startup directories [tabs] are fixed. Changing directory inside fixed tab creates new tab. You can close fixed tab like an ordinary one.
Views
- Besides standard file view you can view files by size and by time. Size view dynamically calculates subdirectories size and sorts them by size on disk. Size of the files on disk takes into account NTFS compression, NTFS sparse files and disk cluster size.
Icons
- Besides standard icons for files, SurF makes icons from image files. This process is slow, so, some limitations based on picture file size apply. Default limitations can be changed using Pictures icons settings dialog.
Groups
- Files are divided by groups based on their extensions. Inside each group sorting is based on file name. Default groups can be modified using File groups settings dialog.
Settings
- SurF registers Win+S global hotkey for you to activate it at any time. Pressing hotkey when SurF window is already active minimizes it. Hot key is configurable via General settings dialog.
- Editing favorites and startup directories you can drag rows with mouse. To delete row - select it by Shift + Space or by clicking on row header and then press Delete key. Use F2 key to edit cells.
File operations
- If current directory has parent directory, it is represented as " . . ". Current directory is represented as " . ".
- You can dragndrop selected files from SurF to Windows Explorer and back. Default mode is move. To copy files hold down Control key. You can drag selected file name from SurF to cmd.exe. If you drop file on directory item in SurF, then it will be the target directory. You can additionally hold Alt key while dropping files to auto-rename files on paste. If you drop file on tab name, files go there. You can additionally hold Shift key to open selected tab (or target directory) after paste.
- When you copy files to clipboard full path text is placed to clipboard along with files and you can paste it in text edit fields.
- To find file in current directory - quickly type several first characters of file name.
QuickPath
- In QuickPath Search field you can type for example csys32 to open c:\windows\system32. First letter should be a drive letter. Search is limited to 3 subdirectories: c36 will find c:\1\2\3\4\5\6, but c4 will not find c:\1\2\3\4.
- To search only subdirectories of current directory enter .(dot) as first character. For example, when file tab shows c:\1 typing .45 will find 2\3\4\5.
- Access to network shares
- If you enter server name in Network server dialog (e.g. our_server) Select share dialog will appear. Shares that you cant open look gray. You can select several shares to open at once. Connecting to Windows 9x computer with password protected share, select this share and check "Connect to selected share" before clicking Reconnect as.
Duplicate File Finder 3.5.0.0
The fastest duplicate file finder out there! Locate and Remove Duplicate and Empty Files with 100% accuracy more>> Duplicate File Finder 3.5.0.0 is an utility for searching and finding empty or duplicate files in any folder. It automatically searches all files in all sub-directories. Duplicate files are based on byte for byte comparisons (100% accurate), for comparing large files you can select "Fast Searching" which compares the first and last 10 megabytes of large files, to increase speed (99% accurate).
This program is great for cleaning up disk space in your picture folders, or documents folders, or download folders. You can also specify to only search for jpg files or mp3 files, or any other type of specific file type!
WARNING: Do not delete files if you do not know what they are! It is NOT recommended that you search your system directory and delete all the duplicate files it contains; since your operating system may need those files!
Major Features:
- Multi-threading operation to provide extremely fast search results.
- FASTER Duplicate File Searching than any other program of its kind!
- Fast Search mode allows extremely fast byte comparisons on large files.
- Search Across Multiple Directories and Drives.
- Search for All File Type or Narrow your Search to Specific File types only!
- Also can locate and delete empty files.
- Double Click a file in the tree list to display a detailed information dialog.
- Ability to Delete Selected Original Files.
- Tip: Original Files are determined by creation date, if it was created first, it is considered the original file.
Enhancements: Added feature to sort by creation or modify date.
Requirements: none
Huge Small File 1.0
Huge Small File - Creates fake large file in order to share on filesharing clients like DC++ more>>
This application works only on Windows NT/2000/XP/2003 systems ON NTFS partitions.
FileSaver 1.00.0019
FileSaver may help you to ressurect a very damaged file more>>
