Windows cmd to ‘touch’ a file and update the date/time

http://support.microsoft.com/kb/69581 uses the copy command in a special way.

A great resource of unix commands in powershell including the touch command.

What this was needed for was to kick off a script that works off dates changing. Update the date and the process kicks off. Not my idea – but this was my way to get it to ‘work’.