A computer file is a collection of information (data) stored on some physical media with an individual name unique to the directory where it resides. The data may or may not be stored contiguously and the name may or may not be case sensitive (depends on the OS/FS).
0
votes
3answers
32 views
Unknown files in My Documents
I ran WinDirStat,and found about half of C drive filled with 139 656.2MB files.
They are in C:\Documents and settings\(my name)\my documents\. The names go from Drive_C.001 to .139. They don't show up ...
0
votes
2answers
22 views
Rsync as another user (www-data)
I usually use a graphical SSH client to sync a local and remote directory. And I have to set the ownership of all the files from root to www-data.
Can I do the same with Rsync, only that I do it as ...
0
votes
2answers
32 views
Hide a web seed in torrent file
I want to seed a torrent from direct link. But users can see a direct link in .torrent
file web option, so that they will not use the torrent and could go to directly download from
the link.
Any one ...
1
vote
0answers
42 views
Huge .sys File on C: Drive (not pagefile.sys or hiberfil.sys)
I've just noticed a huge 33GB .sys file on my C: drive and I'm not sure if its safe to delete it?
The path is C:\ {a3f2acc2-08cc-11df-9cc8-806e6f6f6862}{a3f2acc2-08cc-11df-9cc8-806e6f6f6862}.sys
Any ...
0
votes
2answers
40 views
Delete un-wanted files from a folder based on file type
I need help on finding a tool to delete certain files with a specific file types from a directory on Windows.
Lets say I have a folder with 500 files, 150 files with extension .pdf, and 350 with ...
0
votes
2answers
52 views
Search for exe file within a condition
I want to search for all .exe files greater than 200 kB or smaller than 120 kB in the current folder and its subfolders. Then I want to move them to another folder called "folder" and execute in this ...
0
votes
1answer
31 views
How can I find files that have changed between certain times?
I have windows 7 box with cygwin installed. I have multiple folders with files, within a single root folder. I want to find the list of files that have a time stamp within a specific date time range.
0
votes
2answers
49 views
bash script to remove select files
I have a series of files that are named according to field.%d.vtk and are generated when I run a C++ code. The codes does a series of computation inside a for-loop and dumps the output whenever i%N == ...
1
vote
2answers
36 views
Obtain file access permissions on read-only-mounted volume? (Windows 7)
I made an image of my entire C:\ drive using EaseUS Todo Backup Free, before formatting and setting up a new Windows (7 Professional) system. I can mount that image read-only in Todo Backup and copy ...
0
votes
1answer
21 views
OSX Document Package on Windows ? Or hiding the contents of a directory as a single file?
On OSX there's the concept of a Document Package, which is basically a directory that is shown to the user as a single file. This is the Apple documentation about it:
If your document file formats ...
0
votes
0answers
30 views
Corrupted files in a CD
I burned JPEG & TIFF files on December 2011 on a CD. I made sure that after burning the files were okay.
But when I opened the CD on May 2012, the TIFF files were corrupted. I can open the files ...
2
votes
2answers
22 views
How can I delete a file with an invalid character in the name? (Win7)
I am trying to delete a file named "Kanno, Yoko - Where Does This Ocean Go?.mp3" from my hard drive in Windows 7 Ultimate x64 and it keeps telling me that it cannot because the file name is too long ...
0
votes
2answers
33 views
Recursive extracting of tree structure of included text file documents from command line?
I often find myself needing this:
Say you have a test.c file; it includes other files, say:
#include <stdio.h>
#include "mylib.h"
#include "../mylib_extra.h"
#include "../mylib_bonus.h"
...
...
-2
votes
2answers
55 views
Can't find the path to proxy.pac file in OS X
I need to control my proxy.pac file in OS X, but I couldn't find it anywhere.
I used
whereis proxy.pac
from terminal too — the whole story short: I want to find the path to a file in Mac OSX.
2
votes
1answer
19 views
File Transfer Logging & Security
I am looking to send the files out from my server. (Windows 2003) I understand a common way is to use FTP to transfer the files out.
I would like to ask if there are any other mechanisms out there ...
0
votes
1answer
39 views
How to search recursively for a string in linux?
I want to search recursively for files containing a string. I want to search:
Files in and under the directory I'm standing in currently
A specific directory.
I want to see only results. I don't ...
2
votes
1answer
84 views
File synchronising software
Throughout my PC I have to have exactly the same files in more than one location (for one reason or another) and it's getting really difficult to keep track of them all and keep them all up-to-date ...
2
votes
1answer
49 views
Permissions, Rights & Privileges
I only have the privileges of a normal user on a Windows environment (XP). I would like to ask the following questions.
(1) Are any/all attempts to access a log file(text) logged somewhere ?
(2) Are ...
0
votes
3answers
57 views
how to unlock file without kill related process
I currently use OpenedFilesView for control file handle but it is windows based. i want console application for build automation process. i want something like following code
unlockfile file.txt
1
vote
1answer
106 views
OS X - Too many files in a folder, can't move them
I have over 200,000 files in a folder, which I need to sequence into a movie. Quicktime Pro gives me an error so I'm trying to split up the images into various folders. Sadly, Finder is not letting me ...
0
votes
1answer
34 views
Recover partially download file auto deleted by Chrome
Where can I find partially completed download file (from chrome ) on my system as(chrome and chromium) it delete them in event of interruption (NET ISSUE).
I need the file so that I complete download ...
0
votes
1answer
60 views
Windows 7; select multiple files, only opens one
Whenever I am in Explorer and try to open multiple files (of the same extension and type) it only opens one. The process is as follows:
Select top file
Shift
Click last file
File > Open
Only the ...
0
votes
1answer
13 views
Outlook 2007 - Bulk Renaming of Personal Folders?
I have seen this question in regards to bulk renaming of file folders, but not bulk renaming of personal folders in outlook - so the question is - is there anyway to bulk rename personal folders in ...
1
vote
1answer
22 views
Photo information in Windows Explorer
How can I see in windows explorer listing if an image is RGB, CMYK, YCbCr.
I tried with all available columns, but none seems to give me that informaion.
Thanks
3
votes
3answers
116 views
Why copying files in one partition is much faster than copying files to another partition?
there is someone who ask me about it, and i dont know the answer..
if you know the answer , please comment. Thanks :)
5
votes
1answer
272 views
Make a file non-deletable in USB
Somebody used my USB drive and upon returning it to me, I found a autorun.inf that is undeletable.
I tried changing it's file attribute which is only H (not even set as a system file) but it keeps on ...
0
votes
1answer
17 views
Verifying file integrity on NTFS under linux
I have an NTFS volume that I share between a linux machine and a windows machine. Recently I have had a couple of strange problems where files have become corrupted. This has affected some media ...
0
votes
0answers
9 views
When I order files by an unusual meta column, does the computer read headers of the files or just a structured list like a data table?
Is there a file system which will reduce the need for indexing files and saves the meta headers automatically on the disk? It would work like a hardware acceleration for indexing all files for some ...
0
votes
1answer
78 views
Find and move hidden files from sub-directories with batch file not working
I'm trying to use this batch file to find and move files... but it does not work on hidden files.
What's missing?
@echo off
setlocal
set root=E:\backup
set dest=E:\Tmp
for /f "delims=" %%f in ('dir ...
0
votes
1answer
32 views
Looking to report on last file access for our archives
We are looking to generate a report that would let us know when files in our archive were last accessed. We are trying to determine which files can be moved to lower cost and slower storage devices, ...
2
votes
1answer
35 views
When editing an existing file with VIM: will it replace or change that file?
I've read that most editors will replace the file when you actually want to save changes to that file How to execute a command whenever a file changes?. So how does VIM behave?
1
vote
1answer
62 views
Delete all files that don't start with a certain string in a folder
How can I delete all files that don't start with "2012" in a particular folder?
This is on OS X Lion.
-1
votes
2answers
278 views
How to create a custom Windows 7 ISO file
I have a customised Windows 7 that was written to USB. But I would like to create an ISO file so that i can install this on Virtualbox, as Virtualbox does not boot from USB. However when I create an ...
1
vote
1answer
37 views
Program crash in Win7/X64 related to filenames with % in them
For a while now I've had this reproducible error:
If I try to open any file (so regardless of its extension) that has a % in its name, regardless of the method of opening (click on it in Explorer, ...
1
vote
1answer
51 views
Is there a way to lock folder and all files inside for specific time?
Is there a way / tool to lock folder and all files inside for specific time to prevent any other program on PC to perform any actions? Something like anti-Unlocker tool for Windows.
I use Windows ...
9
votes
3answers
103 views
Do something when a file is changed
When I write a LaTeX document, I find myself to press F6 in my editor to compile often. Or when I use SASS, I often type make to convert my .scss into .css.
Now I would like to let the machine do the ...
6
votes
2answers
152 views
Is it safe to delete Windows post installation files?
I have Windows XP installed on the first partition and the second partition is empty. I also have an external hard drive plugged in. I installed Windows Vista on the second partition and now my ...
0
votes
2answers
107 views
Internet Explorer opening files with the wrong program
Before I start - I am using Windows 7 and Internet Explorer 9.
I have uploaded some files to my employers content management system and these files were created by software called WriteOnline. The ...
2
votes
3answers
132 views
List files recursively and sort by modification time
How do I list all files under a directory recursively and sort the output by modification time?
I normally use ls -lhtc but it doesn't find all files recursively. I am using Linux and Mac.
ls -l on ...
3
votes
2answers
60 views
Windows Explorer: What video file did I view last?
I have a lot of episodes on my computer, but I always forget, what episode I watched last.
Is there a plugin or some possibility to see in Windows Explorer, what file I opened the last time or when I ...
0
votes
0answers
17 views
What is the difference between filecopy or image to copy a systemdrive?
is it right, that filecopys of the systemdive done with programms like runtimes "shadowcopy" don't copy deleted files but visible or hidden and systemfiles or protected?
Is it right that after ...
2
votes
1answer
168 views
how to undelete files on btrfs partition?
How do I undelete (recover) a deleted file on a btrfs partition?
I have not taken a snapshot yet, so I can't use that feature. I know there are some tools for other Linux file systems, but google ...
0
votes
1answer
85 views
excel 2003: file too big even its empty
I have one excel file that consist of 3 sheets. Each sheet consist of text and image. The file grow up until 171KB. Then I copy one sheet become single file and save as a new file (newbook.xls). And I ...
0
votes
0answers
39 views
increasing size of .disk fat32 file size
I am struggling to increase a .disk image file ( fat32 formatted ). But not getting success.
link to file
its around 3 mb. After mounting when I put additional files, it says out of space.
I have ...
1
vote
2answers
57 views
How will I know if two files are identical?
I am currently developing an application and compile it to create a .exe file. Then our operations team copy the compiled application in our test client computer.
Now, an error occur when testing the ...
0
votes
1answer
181 views
How to remove “System File” attribute form a file without Command Prompt?
Is it possible to take away a file's system file status without using command prompt? Basically, I want to do this:
attrib "folder" -s
attrib "file" -s
without using command prompt, or a batch ...
-1
votes
1answer
128 views
How to install a .dsc file on linux
I have to install manually a file with a type I never seen before: .dsc
How can I install this kind of file on linux??
0
votes
1answer
21 views
New files Log monitoring?
I want to install (setup.exe) a software but before I go this, before I do this I want to know where it will install and what it will be changed.
Is there a software log new files and change?
Also ...
0
votes
1answer
51 views
How Can I Create A Dump File of Running Process in Linux
~
I have a question and I hope to your answear.
In windows, It is easy to get a dump file. right?
but In Linux, I don't know create dump file.
Help me and Show me your ability.
thank you for ...
0
votes
1answer
34 views
Program to find filetype [closed]
Possible Duplicate:
Is there a tool that can determine the file type from containing data?
Short: I need a program that can identify the filetype of a file regardless of it's extension
...