DOS/Windows
Syncing Files Using The Windows Command Line
Wed, 11/10/2010 - 11:26 | by philipnorton42To sync files using the Windows command line you will need to use the xcopy command. The default action of this program is to copy a file or directory from one place to another, but you can give it flags to tell it to sync the files. There are a few flags available (use xcopy /? to see them all) but you will probably only want to use the following:
Set An IP Address From The Command Prompt In Windows
Wed, 11/19/2008 - 11:03 | by philipnorton42Rather than use the old connection properties dialog in Windows you can open up a command prompt and use the netsh to set up all sorts of network specific settings. The most useful part of this is that you can create a bat file that will allow you to quickly change your local IP address very quickly.
To see a list of the network connections available you can use the following command.