Skip to main content

RoboCop[y] at your service

Back in the days of Windows 98, I used to use Xcopy and Xcopy32 to copy files at the Command Prompt. The built-in simple copy command was not as powerful and customizable as Xcopy.

A few minutes ago, I tried these commands in Vista's command prompt, due to a DVD drive problem that lets me read the disc contents via the Command Prompt, but not through Windows Explorer.

Xcopy32 no longer exists, but Xcopy does. As I was looking through the /? help page of Xcopy, a certain line in the beginning said:

NOTE: Xcopy is now deprecated, please use Robocopy.

Wow, something new. RoboCopy? Ok let's try that... robocopy /?

Almost two and a half screens of help appeared! There are a lot more options than Xcopy, and the options are neatly arranged in groups. Certain options that are new and interesting include controlling what details about the file are copied (dates, permissions, etc.), excluding certain files or folders from the copy and copying directory structure (not files).

I gave RoboCopy a try and was impressed by the detailed information that was provided. during the copy. A summary of copy options is given, then each file is shown with a percentage indication. Folder paths are never repeated, thus the table is very clean and neat. Created folders are also mentioned.

After the copy operation, a conclusive summary is also shown, giving the statistics of the operation, such as files that were skipped or gave errors, and time required. It finally ends with the speed of the operation, given both in bytes/sec and MB/min

Microsoft says RoboCopy is Robust File Copy for Windows. Maybe RoboCopy is what lies behind the new move/copy system of Vista that shows detailed information. Will you please confirm this for me?

Comments

Popular posts from this blog

Disable auto save in JetBrains IDE software (IntelliJ IDEA, PyCharm, PhpStorm)

JetBrains provides the following IDE software: IntelliJ IDEA PhpStorm PyCharm RubyMine WebStorm AppCode CLion Google also provides Android Studio which is powered by the IntelliJ platform. If you come from a different IDE such as Eclipse, you will be unpleasantly surprised to find that JetBrains-branded IDEs automatically save everything the moment you look away. The proponents argue that as you work on your project, you should not have to worry about saving files. But to others, this auto-save behavior which is enabled by default is a curse that catches them by surprise, and a shocking departure from the workflow they are very much used to. You can change the behavior by altering some settings.

Make Samsung DVD-C350 region-free

Update 2: An anonymous commentator has shown me a way to make Region 1 players (such as DVD-H1080R) region-free by first converting it to Region 3, then applying my region-free hack below. For details, click here or look for a comment by an Anonymous user dated 18 April 2011. Update: The instructions in the original post below did not make the DVD player region-free. Instead it only locked it to region 1. Many thanks to Anonymous who posted the first comment on this post, I now have alternate instructions. Note: If you have edited the numbers menu (see original post) , I suggest you return it to the original settings you had backed up. A modified numbers menu may prevent the instructions below from working properly.

Group, Ungroup and Regroup disabled in Word

I was editing a Microsoft Word document which had a collection of shapes and text boxes grouped together. I wanted to modify some of the shapes, and therefore I had to ungroup them. But when I right-click the group and open the Group menu, all three options namely Group, Ungroup and Regroup are completely disabled or grayed out. I couldn’t figure out what’s wrong. This group of objects is perfectly ungroupable, and I can even select objects within the group. However, Microsoft Word 2007 is not letting me ungroup it. I searched the Internet for a solution, but did not find anything very useful. The closest I came across is this statement: “The type of Text Wrapping doesn't make any difference as long as it isn't In Line with Text.” ( Link here ) Anyway, I changed the text wrapping of the group of objects from ‘In line with Text’ to ‘Tight’ and viola! I could now ungroup it and edit it. The document got a bit messed up when I did so, but after I ungrouped, edited and regro