Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: spartarra on January 11, 2009, 08:19:06 pm

Title: Execute command periodically
Post 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
Title: Re: Execute command periodically
Post by: MortenMacFly on January 11, 2009, 09:02:15 pm
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. ;-)
Title: Re: Execute command periodically
Post by: spartarra on January 11, 2009, 09:15:36 pm
Not by design, but you could easily implement a plugin that does so... for whatever reason. Wink

A plugin? How can I do that?