Search found 22 matches

by DK.Ideagen
Mon Nov 14, 2022 11:16 am
Forum: Suggestions
Topic: Runtime module fail with SPACES even in quotes
Replies: 5
Views: 5128

Re: Runtime module fail with SPACES even in quotes

In powershell specifically the behavior is different.

Start-Process: A positional parameter cannot be found that accepts argument 'C:\Users\daniel.kendall\OneDrive - Ideagen plc\Desktop\Notepad.tsk'.
by DK.Ideagen
Mon Nov 14, 2022 9:24 am
Forum: Suggestions
Topic: Runtime module fail with SPACES even in quotes
Replies: 5
Views: 5128

Re: Runtime module fail with SPACES even in quotes

That is how I would start a program from the CLI it wouldn't work otherwise (Illegal expression)

The bat files from robotask don't do that though and use a different executable e.g.
"C:\Program Files\RoboTask\RTaskRun.exe" $6CD53B88
by DK.Ideagen
Fri Nov 11, 2022 5:02 pm
Forum: Suggestions
Topic: Runtime module fail with SPACES even in quotes
Replies: 5
Views: 5128

Runtime module fail with SPACES even in quotes

Example start "C:\Program Files\RoboTask\RoboTaskRuntime.exe" "C:\Users\daniel.kendall\Notepad.tsk" works Example start "C:\Program Files\RoboTask\RoboTaskRuntime.exe" "C:\Users\daniel.kendall\OneDrive - Ideagen plc\Desktop\Notepad.tsk" doesn't work and gets c...
by DK.Ideagen
Tue Sep 20, 2022 11:52 am
Forum: General Discussion
Topic: Bug with new versions of Powershell
Replies: 5
Views: 1986

Re: Bug with new versions of Powershell

You are correct, However the cls command was coming from my $profile script which runs on every powershell session like a .rc file on linux.
This includes RoboTask.

I have removed the offending line from my profile anyway. So problem worked around and debugged. :)
by DK.Ideagen
Tue Sep 20, 2022 9:47 am
Forum: General Discussion
Topic: Bug with new versions of Powershell
Replies: 5
Views: 1986

Re: Bug with new versions of Powershell

Discovered my problem I had a
cls
command at the top of my $profile
to clear the screen
this ran a function to get the mouse cursor which robotask failed on.
by DK.Ideagen
Fri Sep 16, 2022 11:05 am
Forum: General Discussion
Topic: Bug with new versions of Powershell
Replies: 5
Views: 1986

Bug with new versions of Powershell

If I run a powershell script and set the path to powershell to pwsh ie use powershell core the newest version I get an invocation error despite powershell core working perfectly everywhere else.

I have tried ms store, scoop and direct install types of Powershell version 7.2.6 all fail
by DK.Ideagen
Tue Jun 28, 2022 9:40 am
Forum: General Discussion
Topic: JSON parsing sample import
Replies: 3
Views: 1882

Re: JSON parsing sample import

perfect, thanks
by DK.Ideagen
Mon Jun 27, 2022 3:04 pm
Forum: General Discussion
Topic: JSON parsing sample import
Replies: 3
Views: 1882

JSON parsing sample import

I have found examples of JSON parsing on this forum e.g.

viewtopic.php?p=5646&hilit=json#p5646

However the samples provided do not import as valid.

Running 9.1.1
by DK.Ideagen
Fri May 06, 2022 10:34 am
Forum: General Discussion
Topic: Read in and use local variables at runtime
Replies: 2
Views: 2138

Re: Read in and use local variables at runtime

Perfect, thank you
by DK.Ideagen
Fri May 06, 2022 9:52 am
Forum: General Discussion
Topic: Are programmable Interrupts possible
Replies: 2
Views: 1165

Re: Are programmable Interrupts possible

Thats a shame. Thanks for the speedy reply.

This would be great for RoboTask v10