If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
OS version module
- CoreStylerz
- Posts: 327
- Joined: Sun Jan 22, 2012 2:19 am
- Location: italy
- Contact:
Re: OS version module
Works correctly now. 
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
Re: OS version module
OK ... so ' 5 is a charm'
Retested on XP-32 confirmed.
Thanks for both apps MO. I've not seen the EXEC prim in action before.
Retested on XP-32 confirmed.
Thanks for both apps MO. I've not seen the EXEC prim in action before.
Re: OS version module
Okay, and how to execute external file, that is associated with "any default application" in the system? Something like double click on a destination file? As an example - not everyone is using or having notepad for text files.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
Re: OS version module
Hi tester,
I'm not sure what you mean.
You can execute a file like this:
I'm not sure what you mean.
You can execute a file like this:
Re: OS version module
It looks I mean something like this.
What is the meaning of "/c" part?
In the project, there is a button "open the file", and destination file is opened by "default windows app", which means that it depends on what is set as "default windows app".
BTW, it looks that FS hangs if I try to start mp3 file, associated with winamp (only if winamp must start, not if it already on). Winamp starts, starts to play correctly, but FS is dead. Can someone confirm such sort of behavior?
What is the meaning of "/c" part?
In the project, there is a button "open the file", and destination file is opened by "default windows app", which means that it depends on what is set as "default windows app".
BTW, it looks that FS hangs if I try to start mp3 file, associated with winamp (only if winamp must start, not if it already on). Winamp starts, starts to play correctly, but FS is dead. Can someone confirm such sort of behavior?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- trogluddite
- Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
Re: OS version module
tester wrote:Winamp starts, starts to play correctly, but FS is dead. Can someone confirm such sort of behavior?
Try connecting a boolean true to the "back" input of the exec prim'. This tells FS to run the command as a background task - i.e. don't wait for the called command to return a "done" signal.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
Re: OS version module
Okay, thanks for tip. I was wondering what was that input for.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
Re: OS version module
tester wrote:What is the meaning of "/c" part?
c/ is an option to cmd.exe which means: run command and then terminate.
Re: OS version module
Thanks for info Mo.
With bool set to true - it works as it should.
With bool set to true - it works as it should.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
Re: OS version module
Question: why this cmd procedure is not working when I try to open a folder?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.