Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: spartarra on January 11, 2009, 08:19:06 pm
-
Hi,
I am using Code::Blocks 8.02 in Linux.
I am working with a "Console application" project.
When I run the project I obtain a shell.
Question: Is there anyway of making the usage of the command 'ls' periodically every 0.4 seconds (automatically obviously)?
Thanks in advance
-
Question: Is there anyway of making the usage of the command 'ls' periodically every 0.4 seconds (automatically obviously)?
Not by design, but you could easily implement a plugin that does so... for whatever reason. ;-)
-
Not by design, but you could easily implement a plugin that does so... for whatever reason. Wink
A plugin? How can I do that?