--- Steve <[EMAIL PROTECTED]> wrote:
> My question is where do I get started with DOS file create modified
> etc timestamps?
perldoc perlfunc
look at -M, and stat().
I don't think the fact that it's DOS will matter at all. =o)
__
Do You Yahoo!
> My question is where do I get started
Try
perldoc -q timestamp
In general:
perldoc -q
That should help you get started.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am trying to find a solution to a problem I have while in plain old DOS.
I have a batch file that cleans out the c:\windows\temp directory upon
start up. I would like to make it all automated with no user intervention
and that is where I run into