Related:
- Batch script to check file timestamp
- Batch script rename file with date and time ✓ - Forum - Programming
- Batch file for one current date in text file ✓ - Forum - Programming
- Copy files from one server to another windows batch script ✓ - Forum - Windows
- Batch script to find and replace text in a file ✓ - Forum - Programming
- Batch script to search for a file in a folder and subfolders and copy - Forum - Programming
2 replies
Couldn't see anything immediately that would fit my needs.... and even if I did, it'd probably be a lot of overkill using a full flown GUI application. I just need something equivalent of:
<?php
if(file_exists('/Volumes/EEE-320GB/KEEPALIVE.txt')) {
@touch('/Volumes/EEE-320GB/KEEPALIVE.txt');
}
?>
and for it to happen every 5 minutes with no command window popping up.
<?php
if(file_exists('/Volumes/EEE-320GB/KEEPALIVE.txt')) {
@touch('/Volumes/EEE-320GB/KEEPALIVE.txt');
}
?>
and for it to happen every 5 minutes with no command window popping up.
caBassileM
Mar 11, 2009 at 04:35 AM
- Posts
- 7
- Registration date
- Wednesday February 4, 2009
- Status
- Member
- Last seen
- June 9, 2009
Mar 11, 2009 at 04:35 AM
hi,
there are some softwares that can do the job for you.
try this link to see if they correspond to what you are searching for:
http://www.soft411.com/software/file-attribute.html
there are some softwares that can do the job for you.
try this link to see if they correspond to what you are searching for:
http://www.soft411.com/software/file-attribute.html