Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

background run of command in startup script

(1/1)

wbest116:
Hello,

I have made my_script in cb(for windows XP), and registered it into "startup.script". But the problem was occured.
I intend to run one program(by using function Execute()) in background before cb start, but my_script don't turn cb on until the previous command had finished in "startup.script".

Of course, It has no problem in linux by organizing follow script.(maybe...)
=> ...
     function Execute()
     {
         IO.Excute(_T("my_program &"));
         return 0;
     }
     ...
     ExecutePlugin(_T("plugin_name"));

But, I have no idea in Windows.

What should I do for solve this problem?

mandrav:
So you want to execute a command and not wait for it to return? Not supported yet.

Navigation

[0] Message Index

Go to full version