On a windows machine I get this error
\'touch\' is not recognized as an internal or external command, operable program or batch file.
Assuming the file exists and you just need to update the timestamp.
type test.c > test.c.bkp && type test.c.bkp > test.c && del test.c.bkp