Author Topic: Execute command periodically  (Read 3865 times)

Offline spartarra

  • Single posting newcomer
  • *
  • Posts: 6
Execute command periodically
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Execute command periodically
« Reply #1 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. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline spartarra

  • Single posting newcomer
  • *
  • Posts: 6
Re: Execute command periodically
« Reply #2 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?