Archive

Posts Tagged ‘Windows XP’

sync tool on Windows XP

November 30th, 2008 admin No comments

Everybody uses USB memory or disk today. We copy large files into them, or read and modify some files in them. If not stop USB memory/disk properly, changes or files copied maybe lost.

If you like function of sync in Unix or Linux, you should look at:
sync tool in systernals: http://technet.microsoft.com/en-us/sysinternals/bb897438.aspx

Read more…

Categories: Freeware Tags: , , ,

How to add “DOS Command” in your right menu

November 29th, 2008 admin No comments

1. Create a new .reg file, like dos.reg

2. edit .reg file created, add following lines.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\MS-DOS]
@=”DOS Command”
[HKEY_CLASSES_ROOT\Folder\shell\MS-DOS\command]
@=”cmd.exe /k cd %1″

3. save the .reg file

4. double click .reg file to run it

5. right click to test “DOS Command” function

Notes: Only in Windows XP.