Unix Touch command for Windows Command line
Posted: Tue Aug 19, 2008 11:55 pm
Phil Davis asked about something to simulate a Unix "Touch" command on the Mailing List.
I don't have email access right now (with List access), so can someone notify him of this on the list please. Thanks.
I have found that this works in command line like "touch"
I don't have email access right now (with List access), so can someone notify him of this on the list please. Thanks.
I have found that this works in command line like "touch"
Code: Select all
copy /y nul <filename.extension>