Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
General Discussion
 RoboTask Forum : General Discussion
Subject Topic: Help - Monitor Folder & Open Files Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
bofeibous
Newbie
Newbie


Joined: 27 July 2010
Online Status: Offline
Posts: 1
Posted: 28 July 2010 at 1:56pm | IP Logged Quote bofeibous

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


Code:

;*****************************
;* 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"



Edited by bofeibous on 28 July 2010 at 2:01pm
Back to Top View bofeibous's Profile Search for other posts by bofeibous
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.0630 seconds.