Find Deep File Paths in Windows Vista

0 people talked about this
Stumble Upon Toolbar

I recent had the fun opportunity of fixing a computer that couldn’t open files because the file’s path was to deep. For the many people who have not had this problem, some Windows programs can only handle file paths that are 255 characters or less. This means that some programs won’t able to open the following file “C:\Documents and Settings\Casey Tech\Audio-Music Files\Music\Archived Flac Files\Intelligent Dance Music\The Future Sound Of London\The Far Out Son of Lung and The Ramblings of a Mad Man\Disc One\03 - Smoking Japanese Babe (Live In South America -Argentina).flac” because there are 262 characters in the file path. The only way to file this problem is to find all of your files with a long file path, and then rename them so that there are 250 files or less

Unfortunately, I have yet to find a free program that can search for long file paths (However, long file name programs are rampant), but I was able to discover a simple way to find them using the command line and a text file. First, open a command prompt by clicking on the Windows Orb and then typing “cmd”and pressing enter. Next, input the following command and press enter.

dir c:\ /s /b > files.txt

Find long file paths in a snap! Click to Enlarge - CaseyTech 
 
Once the command is complete (it may take several minutes if you have a lot of files.), navigate to C:\User\(Your Name)\ if you use Vista or C:\Documents and Settings\(Your Name)\ if you use XP. Open the file called “Files.txt”. files

Now for the boring part, scroll down until you spot a long file path and count the characters. My screen is 1280x800 and was 180 characters wide. I would recommend renaming any files with a file path longer than 240 characters. If your screen is under 240 characters wide, then you can easily just scroll down and until you spot a file path that runs off of your screen. If your screen is wider than 240 characters, then you may want to resize the window so it is narrower. Also, if you have a long list of files, you may want to use the page up and down keys on your keyboard to speed up the process.

Long Files

Once you file a long file path, you can use Windows Explorer to rename the file, or move it to a different directory. When I found the long file path mentioned at the beginning of this article, I moved and renamed it to ”C:\Home\Casey Tech\Music\Flac\IDM\FSOL\The Far Out Son of Lung and The Ramblings of a Mad Man\01-03- Smoking Japanese Babe (Live In Argentina).flac” Now the file path is only 147 characters long and will no longer be a problem for any programs.

If you have any tricks for dealing with files in Windows, then email us at CaseyTech@GMX.com and put “Dealing With Files” in the subject line, or tell the world by leaving a comment.

Ubuntu Sets It's Sights On The Mainstream Desktop Market

0 people talked about this
Stumble Upon Toolbar





The New York Times has a very interesting article on Mark Shuttleworth who is the founder or Ubuntu. The article gives brief but through background information on Mr. Shuttleworth and Ubuntu, as well has his plains for the future of Ubuntu and how he thinks he could become a real competitor for Microsoft. You can read the New York Times article here and you can download Ubuntu, the free Linux desktop, from here.

Better Dual Boot and Easier Fullscreen

0 people talked about this
Stumble Upon Toolbar

Our previous article on How To Dual Boot Better has been updated with more information on how to mount hibernated drives. Also, the article on Better Fullscreen in Firefox has also been updated with information from Sajb

If you ever have information that could improve our articles, email us at CaseyTech@GMX.com , please have “Update” as your subject, and include the title of the article that needs updating, and the new information. You too can learn how to quickly and easily improve your computer

Use Ctrl+Alt+Del to Cancel Booting in Ubuntu Linux

0 people talked about this
Stumble Upon Toolbar

Dual booting is a great way to run Linux and Windows on the same computer, however, sometimes you may accidentally boot in Linux when you need to boot in to Windows. To cancel the boot process of Ubuntu and most other Linux operating systems, simply press that great key-combo; Ctrl+Alt+Del. Linux will immediately stop booting and begin shutting down. This is very handy it you have Linux set as the default operating system, but still have to boot in to windows often.



If you have any handy Linux tips, then please email us at Caseytech@GMX.com , with "Linux Tips" in the subject line. If you want instant gratification, then leave a commit that includes your tip.


Articles that may interest you:

Get Better Full Screen View in Firefox in Less Then 10 sec!

0 people talked about this
Stumble Upon Toolbar

Using the fullscreen view in Firefox is a great way to maximize your screen real-estate and immerse yourself in a great website. Unfortunately, fullscreen view can make navigating websites hard because the address bar automatically hides itself when your mouse moves off of it. You can keep the address bar from auto hiding in a few simple steps.

Open a new tab in Firefox and type in about:config

about:config - the secret to a great Firefox experence! - Click to enlarge - CaseyTech

Next, type browser.full in the the filter box. Double click on the result that says browser.fullscreen.autohide to change it to false.

The simple trick to better fullscreen! - Caseytech - Click to enlarge.

Now when you press F11 to go fullscreen, you won’t lose your address bar and website navigation will be easier.

CaseyTech Full Screen in Firefox - click to enlarge

Do you have any great Firefox tips or tweaks? Then email us at CaseyTech@GMX.com with FireFox in the subject line. Or you can leave your tip in the comments!


Update: According to Sajb at Reddit, when in fullscreen mode, you can simply right click the toolbar and uncheck 'Hide Toolbars".