Search found 20 matches

by lonnie16
Tue Mar 25, 2008 6:05 pm
Forum: General Discussion
Topic: symantec virus false alarm ?
Replies: 8
Views: 25445

symantec virus false alarm ?

Thank You, Oleg.You're Great.
by lonnie16
Sun Mar 23, 2008 8:20 am
Forum: General Discussion
Topic: symantec virus false alarm ?
Replies: 8
Views: 25445

symantec virus false alarm ?

This morning I go to the trusty box and stare are the screen in dis-belief.  There was a 'norton antivirus notification'. It stated it found a virus.  the name was 'hacktool.rootkit'. ( an old one of the past )  it said the virus was in the robotask sub-dir, in a file called 'idlehook.dll ~~~   ~~~ ...
by lonnie16
Fri Feb 23, 2007 7:04 am
Forum: General Discussion
Topic: File Monitor Trigger
Replies: 7
Views: 20996

File Monitor Trigger

And this may help the detection. ( maybe ) Is the target machine loafing most of the time?  If so, output the query to a thousand line text file, and call it the master.  Then every five minutes, pull and build a new text file from a query at that moment.  You see where I'm going...  Comparing text ...
by lonnie16
Tue Jan 30, 2007 5:49 pm
Forum: General Discussion
Topic: Batch find/replace text string....
Replies: 5
Views: 19308

Batch find/replace text string....

okay, (shareware) http://12ghosts.com/ghosts/replace.htm To repeatedly replace the same strings in the same files or folders call 12-Replace via command line options. This makes it easy to create either a shortcut or a batch file to easily replace several text strings at once. Syntax:    12replace P...
by lonnie16
Tue Jan 30, 2007 4:44 pm
Forum: General Discussion
Topic: Batch find/replace text string....
Replies: 5
Views: 19308

Batch find/replace text string....

Ahh, hmm, not to take the task away from RoboTask, but I have had to do this many times and I used the 'replace' utility with the 12Ghosts collection.  But you want automation, so never mind...
by lonnie16
Mon Jan 08, 2007 5:52 am
Forum: General Discussion
Topic: Turn Text Into Robotask Key Inputs?
Replies: 8
Views: 24259

Turn Text Into Robotask Key Inputs?

Wow, that sure "sounded" like common server side scripting to be done by the likes of: php -or- vbscript -or- javascript . . .
( I could be wrong. )
by lonnie16
Mon Jan 08, 2007 5:44 am
Forum: General Discussion
Topic: Suspend/Sleep/Standby Invoked from Robota
Replies: 1
Views: 8549

Suspend/Sleep/Standby Invoked from Robota

Did you "search" the forum ?  I remember Oleg giving an answer to this one before.  ( Hmmm, now where was it ? )
by lonnie16
Mon Jan 08, 2007 5:41 am
Forum: General Discussion
Topic: Starting and stopping a task
Replies: 4
Views: 14636

Starting and stopping a task

Just a thought.  If you do not want to use the "new" RoboTask function of "terminate process", then re-boot the box at 5pm.
. . . . .
I guess you may then have to have a conditional on the start of the ftp application/service that would test and "only" start at 8am.
by lonnie16
Tue Jan 02, 2007 11:22 am
Forum: General Discussion
Topic: 64-bit and rights
Replies: 1
Views: 9019

64-bit and rights

What cpu do you have.  I run the AMD part because it was cheaper.  ( Have an Athlon 64 and a Athlon X2 dual core )  All 32 software cpu instruction code will run okay on the 64 bit hardware.  And I run the RoboTask on a windoze 2000 Server, serving up sql dataset queries and web pages.  All runs gre...
by lonnie16
Tue Jan 02, 2007 7:58 am
Forum: General Discussion
Topic: Scheduled task
Replies: 5
Views: 17920

Scheduled task

Ah, you mean like a "clean flag", "dirty flag" tied to a task.  In windoze 2000 scheduler, if a task got skipped for any reason, then the status for the task sez "could not start".  Then at least you know you've got some back tracking and clean up to do. . . . . . Wish:...