Skip to main content

All Questions

4 votes
3 answers
4k views

Why robocopy still copy an open file, opened by txt editor in windows

From wikipedia, it is told that robocopy will skip copying files in open status. However, when it is under test for robocopy behaviour, the robocopy still copy the opened file by the most simple text ...
Ken's user avatar
  • 43
9 votes
2 answers
18k views

Notepad switches

What command line switches exist for Notepad? I found a few: /A <filename> opens file as ANSI /W <filename> opens file as Unicode /P <filename> prints filename Are there others?
Homer's user avatar
  • 587