Access ShellCLI
Fabian Boucsein (2764) 3 posts |
Greetings fellow RISC OS users. |
Chris Hall (132) 3554 posts |
I think you would need to place an f12 key press into the keyboard input buffer using *FX 138,kbd buffer,f12keycode but it seems a strange thing to want to do. |
Fabian Boucsein (2764) 3 posts |
Thanks Chris. I want to double click a script in my directory with basic programms |
Robert Hampton (1923) 57 posts |
Would the *GOS command do what you need? From the RISC OS 3 PRM :- *GOS starts the RISC OS Supervisor application from the current environment. The supervisor can only execute *Commands. |
Chris Hall (132) 3554 posts |
Thanks Chris. I want to double click a script in my directory with basic programms I wrote an application !MultiTask that would sit on the icon bar and make sure the CSD was set to whatever was last double-clicked on. Also if you selected ‘GoToBASIC’ it would open a window showing the ‘>’ prompt with the CSD set to the last directory opened. If you dragged a BASIC programme onto its icon bar icon it would load it and ensure the CSD pointed to the directory it was loaded from so that a ’SAVE “sss” ’ would save the programme back to the same directory. |
Derek Stewart (3094) 1 post |
Hi, I just press ^F12 (Control F12) to get a Task Window rather than F12 that opens a command console at bottom of screen. Not really what you want, but maybe a script could be written to do what is required. |
David Pitt (9872) 363 posts |
|
Fabian Boucsein (2764) 3 posts |
Thanks a lot, David. |