Search found 12 matches

by renders
Fri Jun 06, 2025 11:54 pm
Forum: General Discussion
Topic: Access denied
Replies: 1
Views: 2098

Access denied

Hi all.. Having weird issue.. I have a task that monitors a remote folder for old files and deletes them. Robotask is running on a domain joined server and is running on the domain administrator desktop in application mode. The remote folder is found on a second domain joined server, it is shared rw...
by renders
Wed Aug 03, 2022 6:38 pm
Forum: General Discussion
Topic: Tail a log file
Replies: 4
Views: 5734

Re: Tail a log file

Once again, THANK YOU!
by renders
Thu Jun 23, 2022 8:52 pm
Forum: General Discussion
Topic: Tail a log file
Replies: 4
Views: 5734

Re: Tail a log file

Thanks Oleg.. Worked very well for most time.. However, I have found that occasionally so many items are being written to the log around the same time that 10 lines back doesn't not capture the event that I need to display. I have increased the count to 20 but then too much info is being shown. Can ...
by renders
Tue Apr 12, 2022 5:55 pm
Forum: General Discussion
Topic: Tail a log file
Replies: 4
Views: 5734

Tail a log file

Hi all.. I need to pull the last 10 lines from a text log file to be sent within an email..

Suggestions?

Thanks
by renders
Tue Mar 08, 2022 4:52 pm
Forum: General Discussion
Topic: Date of next Sunday
Replies: 2
Views: 3111

Re: Date of next Sunday

I tried using {MonthIncDays(+(8-{DayOfWeekNo}))} but get a type mismatch.
by renders
Tue Mar 08, 2022 4:29 pm
Forum: General Discussion
Topic: Date of next Sunday
Replies: 2
Views: 3111

Date of next Sunday

Hi all.. I have a need to copy a file from a folder that is named \MONTH DAY\text.docx. The folder name is based on the date of next Sunday. The task is scheduled 5 days before the actual Sunday. For most Sundays, I can use the {MonthName} variable for the first part. And a local variable based on a...
by renders
Wed Jun 03, 2020 3:13 pm
Forum: General Discussion
Topic: Email alert on new file in folder
Replies: 2
Views: 6496

Re: Email alert on new file in folder

Thanks Oleg.. Here is what I cam up with.. Works fine.. ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|-1 CatID=INTEGER|0 Comment=STRINGLIST ContinueOnError=INTEGER|2 Do...
by renders
Tue Jun 02, 2020 4:11 pm
Forum: General Discussion
Topic: Email alert on new file in folder
Replies: 2
Views: 6496

Email alert on new file in folder

Hi all.. I would like to monitor a network folder for new files and send an email alert only when a new file is detected..

Any suggestions on how to do this?

Thank you for any assistance..
by renders
Tue Aug 20, 2019 9:15 pm
Forum: General Discussion
Topic: File Monitor Parameters
Replies: 2
Views: 8787

Re: File Monitor Parameters

Sorry for the long delayed response..

Your example worked perfectly for my needs..

Thank you.
by renders
Fri Aug 02, 2019 3:06 pm
Forum: General Discussion
Topic: Sample script for File Monitor demo 2nd edition HELP
Replies: 1
Views: 6313

Sample script for File Monitor demo 2nd edition HELP

Hello.. I am trying to use the sample script called, Mail list of new files (File monitor demo) 2-nd edition and am having troubles. I have included my modified version with # for private info. Basically, I want to monitor 4 folders on our NAS and when a wav file appears, I want to move the file to ...