Tagged Questions

5
votes
4answers
4k views

Copy a file without using the windows file cache

Anybody know of a way to copy a file from path A to path B and suppressing the Windows file system cache? Typical use is copying a large file from a USB drive, or server to your local machine. Windows ...
1
vote
0answers
18 views

Windows. When copy a file. Change the default 'naming scheme'. [migrated]

When I copy file "some.txt" in windows explorer and paste in the same directory - a new file appears. It's default name is "some - Copy.txt" Is there a way to customize the default name for a new ...
1
vote
1answer
879 views

What does “Insufficient system resources…” error mean?

This question spans both serverfault and stackoverflow so I just picked this one. I get the following exception with some simple file copy code. Its running on Windows Server 2003 x64 Caused by: ...
1
vote
3answers
3k views

Can't copy big DB files using “copy”, “robocopy” or even “eseutil”

I am having a problem copying large DB files (~100GB) in an automated script I am trying to write for a Windows Server. I have tried using "copy", "robocopy", and even "eseutil". My script is ...