Help - Monitor Folder & Open Files
Posted: Wed Jul 28, 2010 10:56 am
I'm trying to automate photo processing. I've created a
script in photoshop to auto process photo on open. I
need
Robo task to monitor a folder and evertime a new file is
uploaded to the folder it will open the new file in
photoshop. Also is there anyway to limit it to only open
a new file ever 30 secs not all at once?
My attempt at the task
script in photoshop to auto process photo on open. I
need
Robo task to monitor a folder and evertime a new file is
uploaded to the folder it will open the new file in
photoshop. Also is there anyway to limit it to only open
a new file ever 30 secs not all at once?
My attempt at the task
Code: Select all
;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|862834545
ContinueOnError=INTEGER|0
Events=FOLDER
ExternalName=STRING|"Task1"
Hide=INTEGER|0
ID=INTEGER|732681530
LogOnAsUser=INTEGER|1
Name=STRING|"Auto Process"
OnErrorTaskID=INTEGER|0
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|1
ToLog=INTEGER|3
WriteGeneralLog=INTEGER|0
[Actions]
Action1=FOLDER
[Actions\Action1]
ActionID=STRING|"A_GENERAL_RUN_PROG"
Enabled=INTEGER|-1
Name=STRING|"Run ""*.jpg """
Params=FOLDER
[Actions\Action1\Params]
ifnonzero=STRING|"0"
program=STRING|"*.jpg"
runas=STRING|"1"
wait=STRING|"0"
workdir=STRING|"C:\Documents and
Settings\cooper.KOBE.002\My Documents\KOBE PHOTO
SYSTEM\Original"
[Events]
Event1=FOLDER
[Events\Event1]
Enabled=INTEGER|-1
EventID=STRING|"E_FILE_MONITOR"
Params=FOLDER
[Events\Event1\Params]
chg=STRING|"0"
chga=STRING|"1"
chgsl=STRING|"1"
chgsm=STRING|"1"
chgtl=STRING|"1"
chgtm=STRING|"1"
del=STRING|"0"
folder1=STRING|"C:\Documents and
Settings\smith\My Documents\PHOTO
SYSTEM\Original"
foldercount=STRING|"1"
id=STRING|"HZYW4UD2T"
incmask=STRING|"*.*"
interval=STRING|"15"
listmode=STRING|"1"
mon_files=STRING|"1"
mon_folders=STRING|"0"
new=STRING|"1"
saveresults=STRING|"0"
subfolders1=STRING|"0"