Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 63 online users. » 1 Member(s) | 62 Guest(s) DavidHer
|
Latest Threads |
Mail Recover problem
Forum: How To / Q&A
Last Post: Mortanauta
03-20-2023, 09:44 PM
» Replies: 0
» Views: 5,025
|
Ftp Connection Error
Forum: How To / Q&A
Last Post: RoboIntern
02-02-2023, 09:41 PM
» Replies: 1
» Views: 6,008
|
Robotintern digital signa...
Forum: General Discussion
Last Post: RoboIntern
02-02-2023, 09:37 PM
» Replies: 1
» Views: 9,830
|
New RI App Won't Open
Forum: General Discussion
Last Post: elsaroy
11-21-2022, 05:03 AM
» Replies: 6
» Views: 25,608
|
Install as a Windows serv...
Forum: Feature Requests
Last Post: theizty
09-19-2022, 09:32 AM
» Replies: 15
» Views: 34,183
|
Ask For Help ASAP specifi...
Forum: How To / Q&A
Last Post: misterx
09-01-2022, 08:48 AM
» Replies: 0
» Views: 5,028
|
Ask For Help ASAP specifi...
Forum: How To / Q&A
Last Post: misterx
09-01-2022, 02:52 AM
» Replies: 0
» Views: 5,087
|
Run a batch file on time
Forum: How To / Q&A
Last Post: enricocima
08-25-2022, 01:04 PM
» Replies: 1
» Views: 7,722
|
PowerShell Script Hidden
Forum: How To / Q&A
Last Post: RoboIntern
06-02-2022, 08:47 PM
» Replies: 1
» Views: 7,683
|
failure when setting mutl...
Forum: Bug Reports
Last Post: crnico
05-15-2022, 06:10 AM
» Replies: 6
» Views: 9,916
|
|
|
Copy file option |
Posted by: Spidybot - 07-25-2021, 06:53 AM - Forum: Feature Requests
- No Replies
|
|
The file task copy currrently has options If file exists to do Nothing or Overwrite.
Can you add an option to only copy if newer?
|
|
|
Log |
Posted by: Spidybot - 07-25-2021, 06:51 AM - Forum: Feature Requests
- No Replies
|
|
It would be great if the log was available from the dashboard or task management window instead of having to open it from the program folder.
More detail in logs would be nice also, especially then the status is Error
|
|
|
Email Attachments |
Posted by: deggert - 07-08-2021, 06:16 PM - Forum: How To / Q&A
- No Replies
|
|
Hello,
first of all thank you for this super tool.
I want to send cyclically an email with all PDF files of a folder.
The path is in the dynamic formula style: ="C:\Data\"&"*.pdf".
Unfortunately I get an Error. Can you help me?
MFG
|
|
|
Schedule Task x Run Task |
Posted by: andersonmr - 07-06-2021, 01:01 PM - Forum: Bug Reports
- No Replies
|
|
I'm getting a different result running the same task on schedule time and when using the Run Task button..
I have an schedule task to run everyday a python script which requires a path as an argument.
On the schedule task, the argument is passed as "C:\\PATH\\" and it not fires the script correctly.
If I manually run the same taks, using the "Run Task" button, the argument is passed as "C:\\PATH" and the script runs correctly.
Os the task configuration the "Script parameters" field has C:\PATH as its value.
|
|
|
Software upgrade |
Posted by: fifisave - 05-14-2021, 02:54 PM - Forum: How To / Q&A
- Replies (20)
|
|
Hello, I use your software to automatise some tasks and i want to upgrade to the new version.
How can I upgrade the software to the last version without losing any tasks I have already setup with the previous version please?
Regards
P SAVE
|
|
|
Error at start |
Posted by: stivo - 05-09-2021, 05:24 PM - Forum: Bug Reports
- Replies (3)
|
|
Hi
After last update I am receiving error at app start:
Code: ---------------------------
---------------------------
RoboIntern Application Error:
Wywołanie konstruktora dla typu „tasker.MainWindow” zgodnego z określonymi ograniczeniami wiązania spowodowało wyjątek.
Nieprawidłowy format ciągu wejściowego.
---------------------------
OK
---------------------------
I've try clean whole directory and download it again - doesn't help.
|
|
|
Exclude words from wildcard ? |
Posted by: paule - 04-16-2021, 06:01 PM - Forum: How To / Q&A
- Replies (1)
|
|
Hi again -
So I need to achieve the following:
EG A podcast file comes in with the file name: How to grow a marrow.mp3
Task 1 - Make a copy of it in an archive folder.
Task 2 - Change name of the How to grow a marrow.mp3 to VEGPOD.mp3
Task 3 - Have the new VEGPOD.mp3 replace/overwrite the old VEGPOD.mp3
Situation is a main folder called Vegpod where the podcast software downloads the new shows.
In it a folder called Archive containing all the old shows.
A file called VEGPOD.mp3 which is always the latest edition of the show.
When the next edition of the show comes through, called say Tasty tomatoes.mp3, it downloads to the Vegpod folder and sits there with the Archive folder and the (now) older VEGPOD.mp3. When the file renaming task runs eg
File path C:\Users\Radio\Music\Podcasts\Vegpod\*.mp3
New name C:\Users\Radio\Music\Podcasts\Vegpod\VEGPOD.mp3
... it picks up both Tasty tomatoes.mp3 and VEGPOD.mp3 and therefore fails. I need it to rename Tasty tomatoes only.
So is there a way to have the wildcard exclude the word VEGPOD ? Something like ...
File path C:\Users\Radio\Music\Podcasts\Vegpod\[VEGPOD]*.mp3 ?
I have tried using another method that moves VEGPOD.mp3 to it's own foder (which therefore excludes it from the File path C:\Users\Radio\Music\Podcasts\Vegpod\*.mp3. The problem is that when the Trigger runs (on the timer) and no new file has arrived, it deletes VEGPOD.mp3 meaning no file to play. This was the reason for my enquiry last week re the file created Trigger - it would only run when a new file was there to run on.
A long winded explanation.
Any way of getting this to work ?
Thx
.
|
|
|
File Created Trigger |
Posted by: paule - 04-07-2021, 03:14 PM - Forum: How To / Q&A
- Replies (25)
|
|
RoboIntern is a nifty tool helping me a great deal with file management. A question:
I subscribe to multiple podcasts, with all subs being checked once an hour. When a new podcast is created, is it possible to use the File Created Trigger to run the actions basically as soon as the new podcast file has downloaded ?
I'm currently using the time function to check the folder at certain intervals through the day/week but if it's possible for the file created trigger to do that it would be better. Maybe I need some sort of a formula to make it work ?
Many Thx
|
|
|
SFTP crashes application |
Posted by: janpaul - 04-01-2021, 11:05 AM - Forum: Bug Reports
- Replies (1)
|
|
When I execute a SFTP task to download files, the application crashes.
Where can I get more log with the reason(s)?
Eventviewer is no real use, but I share the log.
|
|
|
|