Servertec Touch
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Directives
Statements
Macros
Legal
Contact Us

 

Touch is a platform independent utility for setting a file's timestamp.

Syntax

    touch { -c { -h{elp} } { -nologo } { -t timestamp } { -v{erbose} } { file }...

Parameters

    -c create file if it does not exist.
    file the name of the file whose timestamp will be changed.
    -help display this help message.
    -nologo suppresses display of copyright message.
    -t timestamp use specified timestamp in the format: mm/dd/yyyy hh:mm:ss
    if not specified the current date/time is used.
    -verbose displays verbose error messages.

Returns

    Nothing.

Notes

    Touch requires Java JDK 1.2.x or later.

Example

    touch *.exe
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:00 EDT 2005