Code::Blocks Forums

User forums => Help => Topic started by: FriedV on April 30, 2008, 01:06:46 pm

Title: DOS shell commands from within scripts
Post by: FriedV on April 30, 2008, 01:06:46 pm
Is it possible to put shell commands in wizard scripts?
I want to copy a standard makefile into current the project directory.
Thx, Fried
Title: Re: DOS shell commands from within scripts
Post by: mandrav on April 30, 2008, 01:46:12 pm
Is it possible to put shell commands in wizard scripts?
I want to copy a standard makefile into current the project directory.
Thx, Fried


Read this (http://wiki.codeblocks.org/index.php?title=Scripting_commands#IO_namespace).
I 'd expect you to have read it by yourself though, after giving you the links in that other thread of yours...
Title: Re: DOS shell commands from within scripts
Post by: FriedV on April 30, 2008, 01:49:55 pm
Thx,
I have read it but would not have searched for this function under io namespace.
I'll read the docs more thouroughly in the future...