Search found 11 matches
- Wed Aug 03, 2022 6:38 pm
- Forum: General Discussion
- Topic: Tail a log file
- Replies: 4
- Views: 5008
Re: Tail a log file
Once again, THANK YOU!
- Thu Jun 23, 2022 8:52 pm
- Forum: General Discussion
- Topic: Tail a log file
- Replies: 4
- Views: 5008
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 ...
- Tue Apr 12, 2022 5:55 pm
- Forum: General Discussion
- Topic: Tail a log file
- Replies: 4
- Views: 5008
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
Suggestions?
Thanks
- Tue Mar 08, 2022 4:52 pm
- Forum: General Discussion
- Topic: Date of next Sunday
- Replies: 2
- Views: 2565
Re: Date of next Sunday
I tried using {MonthIncDays(+(8-{DayOfWeekNo}))} but get a type mismatch.
- Tue Mar 08, 2022 4:29 pm
- Forum: General Discussion
- Topic: Date of next Sunday
- Replies: 2
- Views: 2565
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...
- Wed Jun 03, 2020 3:13 pm
- Forum: General Discussion
- Topic: Email alert on new file in folder
- Replies: 2
- Views: 6004
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...
- Tue Jun 02, 2020 4:11 pm
- Forum: General Discussion
- Topic: Email alert on new file in folder
- Replies: 2
- Views: 6004
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..
Any suggestions on how to do this?
Thank you for any assistance..
- Tue Aug 20, 2019 9:15 pm
- Forum: General Discussion
- Topic: File Monitor Parameters
- Replies: 2
- Views: 8348
Re: File Monitor Parameters
Sorry for the long delayed response..
Your example worked perfectly for my needs..
Thank you.
Your example worked perfectly for my needs..
Thank you.
- Fri Aug 02, 2019 3:06 pm
- Forum: General Discussion
- Topic: Sample script for File Monitor demo 2nd edition HELP
- Replies: 1
- Views: 5927
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 ...
- Mon May 13, 2019 3:53 pm
- Forum: General Discussion
- Topic: File Monitor Parameters
- Replies: 2
- Views: 8348
File Monitor Parameters
Hello.. I have a simple file monitor running which basically watches a folder for new wav files, copies them to another folder and deletes the original. I would like to have an email sent out everytime the transfer takes place with the name of the file that was moved. I tried adding a filename varia...