MACSCRPT Archives

June 2006

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"John A.M. Darnell" <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Fri, 30 Jun 2006 09:30:07 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (62 lines)
Thanks Barry.

R,

John A.M. Darnell
Project Leader
Internal Software Development
Walsworth Publishing Company
John may also be reached at johnamdarnell (at) gmail dot com

Trivia question: Trivia question:  In J. Michael Straczynski's masterful 
series, "Babylon 5" what was the name of the revered Minbari from the 
previous Shadow war, who was considered "Minbari not of Minbari" and who 
saved the Minbari race from annihilation at the hands of the Shadows? What 
was his birth name?



Barry Wainwright <[log in to unmask]> 
Sent by: Macintosh Scripting Systems <[log in to unmask]>
06/30/2006 09:26 AM
Please respond to
Macintosh Scripting Systems <[log in to unmask]>


To
[log in to unmask]
cc

Subject
Re: Looking for a Perl/PHP command






On 30/6/06 15:05, "John A.M. Darnell" <[log in to unmask]> wrote:

> Hello all:
> 
>    I am looking for a Perl/PHP/Applescript command that can be used to
> change the date/time stamp of a file.
> 
>    For admin purposes after I finish working on a project I want to 
change
> the date and time to midnight on a particular date for all files in the
> project.  Its just a simple precaution that I can take to ensure that no
> files have changed (inadvertently or otherwise) since I last opened the
> code.
> 
> R,

repeat with theFile in allMyFiles
    do shell script "touch -t 200601010000 " & quoted form of posix path 
of
theFile"
end repeat

-- 
Barry

ATOM RSS1 RSS2