News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Execute command periodically

Started by spartarra, January 11, 2009, 08:19:06 PM

Previous topic - Next topic

spartarra

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

MortenMacFly

Quote from: spartarra on January 11, 2009, 08:19:06 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. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

spartarra

Not by design, but you could easily implement a plugin that does so... for whatever reason. Wink

A plugin? How can I do that?