Skip to main content

All Questions

Tagged with
1 vote
2 answers
8k views

Update all the files in the archive with 7zip

I am using a command line version of 7zip (7za.exe). I have the following file in the folder: 7za.exe 1.txt test.zip test.zip contains several occurrences of 1.txt inside its zipped folder ...
Maxim V. Pavlov's user avatar
2 votes
1 answer
381 views

Overwriting a files in place on NTFS

Let's say I have a Python program that opens a file and overwrites it with zeros, and I run it on a Windows 7 computer formatted in NTFS. If this is done on an HDD (not an SSD) will the file be ...
chew socks's user avatar
1 vote
3 answers
4k views

Does NTFS overwrite file on the same physical location (sector)?

I want to recover an overwritten file on a NTFS partition. Let's say I have file named A in a directory. I made another file but I saved this new file with the same name, "A". Will the new file ...
Randy Sugianto's user avatar
10 votes
4 answers
21k views

How do I delete a file that is in use by another process? [duplicate]

Possible Duplicate: How do I delete a 'locked' file? More specifically, I'm trying to rename or overwrite a file, and get the message Access Denied. Make sure the disk is not full or ...
Nick's user avatar
  • 423