Search found 6 matches

by pierrehl
Wed Sep 03, 2008 8:22 am
Forum: General Discussion
Topic: Robotask appear on all terminal sessions
Replies: 1
Views: 6029

Robotask appear on all terminal sessions

I installed Robotask on a Windows terminal server. Afterward, I take care to delete any startup link in the startup folder, both for my local account and for "all users" account. Still, whenever anyone login, they get a robotask windows. How can I avoid this? I just could not figure out wh...
by pierrehl
Sun Feb 10, 2008 11:40 pm
Forum: Suggestions
Topic: Minor bugs
Replies: 2
Views: 19047

Minor bugs

I am sorry I did not make it clear. I have a dialog that has[{Time}, {DayOfWeek}, {Date}]{TextFile(c:\test.txt)}Except c:\test.txt has many lines in it. The net effect is that the OK button is below the bottom of the screen and there is no option to position the dialog in order to click on that. If ...
by pierrehl
Sun Feb 10, 2008 10:31 am
Forum: General Discussion
Topic: Dialog disappeared using desktop shortcut
Replies: 4
Views: 9870

Dialog disappeared using desktop shortcut

Never mind. I figured it out. I download a dos utility called wait, and setup my batch file as followed:@echo Starting the task "[DEMO] Simple Hello Message"start "robotask" /B "C:\Program Files\RoboTask\RoboTask.exe"wait 2"C:\Program Files\RoboTask\rtaskrun.exe&qu...
by pierrehl
Sat Feb 09, 2008 9:03 am
Forum: Suggestions
Topic: Minor bugs
Replies: 2
Views: 19047

Minor bugs

Create batch file needs to place a quote around rtaskrun, like "C:\Program Files\RoboTask\rtaskrun.exe". Otherwise the batch won't run.{Textfile(filename)}, please add a vertical scrollbar to it. If the text file is too long, there is no way to terminate that dialog unless you kill robotas...
by pierrehl
Sat Feb 09, 2008 8:43 am
Forum: General Discussion
Topic: Dialog disappeared using desktop shortcut
Replies: 4
Views: 9870

Dialog disappeared using desktop shortcut

We are running under terminal server modes, with 20 users login concurrently. I don't want to load every session with RT, the user may play with it w/o permission.Based on what you mentioned, I tried create a batch file:@echo Starting the task "[DEMO] Simple Hello Message"cmd /k "C:\P...
by pierrehl
Fri Feb 08, 2008 8:21 pm
Forum: General Discussion
Topic: Dialog disappeared using desktop shortcut
Replies: 4
Views: 9870

Dialog disappeared using desktop shortcut

I right click on the Simple Hello message demo, select create shortcut on the desktop. I exited out of Robotask and executed the shortcut, but no dialog popped up. Is this to be expected? I noticed that if robotask is currently running, the dialog box is displayed properly.I would like to create rob...