Tagged Questions
1
vote
2answers
37 views
Adding more than one folder at once to the Music Library in Windows Media Player
I was adding folders to Windows Media Player Music Library (via Manage Music Library) and since I have too many music folders, I wondered if there is a way to add them all at once to the Library. It ...
0
votes
0answers
28 views
Are there File Managers where I can show connections between files in the same directory?
Without creating new directories, is there a file manager that can illustrate relationships between files/folders in the same directory?
For example, I would like to turn something like this:
...
3
votes
1answer
38 views
Convention on directory of file outside /var/www
By /var/www I am generically referring to the document root for Apache. Often times you want to work with files, but don't want them inside the doc root (PHP examples come to mind). The general ...
0
votes
1answer
366 views
How can I move files between folders and subfolders using a Windows script?
I am moving .jpg files from a directory and its subdirectories on a daily basis and then deleting them. To make this easier I created 2 batch files: One that moves the files and one that deletes them. ...
0
votes
3answers
226 views
Using the ls -l with a pipe how can i get it to display the 8th file in the list without the file details
I am looking to display the 8th file name in a directory using ls -l and pipe for example
ls -l | wc -1 would give me the count but what i want to have returned is the 8th file name in the directory ...
8
votes
2answers
1k views
windows folder with millions of files not responding
I am using windows 7 64-bit on q6600 with 4gb ram.
I have a folder with 2 million files which are 10kB on average.
windows 7 explorer stops responding when I open the folder.
how can I overcome ...
0
votes
2answers
830 views
Looking for batch automation program to reorganize/move/sort files into a new folder/directory structure based on file name content (Windows)
I have music files that already have artist name and title in the file name. However the files are currently not well organised in folders.
I don't require audio-fingerprinting.
Is there a program ...
2
votes
1answer
162 views
Move Folders Containing Certain File
I'm trying to sort out a bunch of folders in Windows 7. I have a bunch of folders and some contain a file index.txt and some don't. What I want to do is move the folders that do have index.txt into a ...
3
votes
1answer
328 views
Custom attributes for files/folders in Windows 7 possible?
Is there any way to tag folders/files in Windows 7 with custom attributes, that would be applicable to any file format (not stored within a file)?
For example, to create artificial folders (allowing ...
2
votes
2answers
309 views
Opensource duplicate finder for directories?
Is there an open source tool that will tell me if two directories have byte-for-byte identical content? I need a tool that confirms if two directories are the same. A listing of files that I need to ...
1
vote
2answers
1k views
How can I merge two directories in Windows and have the result contain the most recent files and directories?
I believe this question to be very simple however I want to triple check before I screw myself up. My testing has shown this process to work (I think, but I may be missing something) but again I'd ...
3
votes
3answers
512 views
A streamlined method to organize files and folders?
I realize that users here are very savvy and I'm looking for a better way to organize my files.
Currently I have two very important folders that are filled up with a ton of files which makes it super ...
2
votes
2answers
2k views
How Can I Create a NTFS Directory Redirect in Windows 7 Enterprise?
I am using DeepFreeze to keep my C:\ drive from getting corrupted, but I need the "C:\Users" directory to be redirected (like a virtual directory or alias) to "D:\Users" so that basic changes to user ...
0
votes
2answers
219 views
Start menu management in Windows 7
1) I still have folders for programs I have uninstalled, and inside are links to files that aren't there ay more. How do I get rid of them?
2) How to make the menu open in the "all programs" mode so ...
0
votes
2answers
467 views
Linux: Create mirror of directory, but ignore deletions
I would like to create a directory public_html/archive that is a mirror of public_html/images, except that deletions in the images directory don't cause corresponding deletions in archive.
I was ...
2
votes
2answers
179 views
How can I find all folders in Folder A that does not exist in Folder B?
I have lots of folders in D:\FolderA and at some point most (but not all) of the folders where copied to D:\FolderB. What is the best way to list all the "missing" folders in FolderB?
0
votes
3answers
105 views
How can I find out the size of all the pdfs in a directory?
I have a folder with multiple subfolders. In Windows 7, I'd like to be able to find out the total size of all of the pdfs (files with extension .pdf) in that folder.
How can I do this?
6
votes
4answers
3k views
I Want a Single “Downloads” Folder on Windows 7
With both of my Windows 7 machines, there is a Downloads folder in the user's directory, and also a Downloads folder in the user's My Documents folder. It seems that half of my applications put ...
2
votes
4answers
4k views
Copy directory structure without copying files, on Mac OS X
I'd like to duplicate the directory structure in some directory to another, without copying any actual files. In place of the files, I'd like either a blank file with the same name, or a symlink to ...
1
vote
2answers
349 views
Prevent rmdir -p from traversing above a certain directory
I hacked together this script to rsync some files over ssh. The --remove-source-files option of rsync seems to remove the files it transfers, which is what I want. However, I also want the directories ...
2
votes
2answers
183 views
Application that arrange files in the whole computer
Do you know of any application that works like this:
Allows you to create folders where the files in number 2 will be placed.
Allows you arrange all/any of the files in the computer according to ...
23
votes
6answers
38k views
How to merge (and not replace) folders when copying on the Mac?
There's a similar question about windows. This is the same, but for mac. By the way, it's odd there's no question on this yet, since it seems like it's the most hated thing on Mac OS X.
If I try ...
1
vote
2answers
1k views
How to remove a directory which looks corrupted
I am using Ubuntu 9.10. When I examine a directory, it shows as '?' for user/ownership.
How can I remove it?
-rw-r--r-- 1 hap497 hap497 1822 2010-01-28 22:48 IntSizeHash.h
d????????? ? ? ...
2
votes
2answers
2k views
Windows 7 - Move only files of a given extension while preserving folder structure
I'm trying to move only a certain type of files, *.txt, from their current location to another folder. I know that can be done in Windows Explorer with the search feature + drag and drop. However, ...
3
votes
2answers
9k views
Script to create folders in multiple directories using YYYYMMDD date as the folder name
At work every morning I have to create multiple file folders (using a YYYYMMDD date format as the file folder name) in different directories across our network for various departments. This is a real ...
1
vote
2answers
428 views
How to Create New Folder in Windows XP and Add a new text file in the folder
I want new folders created on my Windows XP machine to automatically contain a text file.
Is there a way to perhaps add a new context menu on the right click menu which runs some sort of bat file?
9
votes
2answers
4k views
Replace, not merge, folders when copying
In Windows Vista, when I try to move a folder to replace an existing folder, Vista asks me if I want to merge the folders or cancel. How do I get the old XP behavior where the old folder is just ...
11
votes
1answer
6k views
How many files can a windows folder contain?
How many files can a windows folder contain?
This question is asked here but then the question text pollutes the question with issues of "rules of thumb"
So to be clear, this question is:
How many ...
