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'.
Search found 22 matches
- Mon Nov 14, 2022 11:16 am
- Forum: Suggestions
- Topic: Runtime module fail with SPACES even in quotes
- Replies: 5
- Views: 13636
- Mon Nov 14, 2022 9:24 am
- Forum: Suggestions
- Topic: Runtime module fail with SPACES even in quotes
- Replies: 5
- Views: 13636
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
The bat files from robotask don't do that though and use a different executable e.g.
"C:\Program Files\RoboTask\RTaskRun.exe" $6CD53B88
- Fri Nov 11, 2022 5:02 pm
- Forum: Suggestions
- Topic: Runtime module fail with SPACES even in quotes
- Replies: 5
- Views: 13636
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...
- Tue Sep 20, 2022 11:52 am
- Forum: General Discussion
- Topic: Bug with new versions of Powershell
- Replies: 5
- Views: 7251
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.
This includes RoboTask.
I have removed the offending line from my profile anyway. So problem worked around and debugged.

- Tue Sep 20, 2022 9:47 am
- Forum: General Discussion
- Topic: Bug with new versions of Powershell
- Replies: 5
- Views: 7251
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.
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.
- Fri Sep 16, 2022 11:05 am
- Forum: General Discussion
- Topic: Bug with new versions of Powershell
- Replies: 5
- Views: 7251
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
I have tried ms store, scoop and direct install types of Powershell version 7.2.6 all fail
- Tue Jun 28, 2022 9:40 am
- Forum: General Discussion
- Topic: JSON parsing sample import
- Replies: 3
- Views: 5604
Re: JSON parsing sample import
perfect, thanks
- Mon Jun 27, 2022 3:04 pm
- Forum: General Discussion
- Topic: JSON parsing sample import
- Replies: 3
- Views: 5604
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
viewtopic.php?p=5646&hilit=json#p5646
However the samples provided do not import as valid.
Running 9.1.1
- Fri May 06, 2022 10:34 am
- Forum: General Discussion
- Topic: Read in and use local variables at runtime
- Replies: 2
- Views: 5135
Re: Read in and use local variables at runtime
Perfect, thank you
- Fri May 06, 2022 9:52 am
- Forum: General Discussion
- Topic: Are programmable Interrupts possible
- Replies: 2
- Views: 3409
Re: Are programmable Interrupts possible
Thats a shame. Thanks for the speedy reply.
This would be great for RoboTask v10
This would be great for RoboTask v10