Tag archives for Command Line
How to redirect the C# compiler output to Rebol Console
Are you a C# programmer and are you a fan of SnippetCompiler ? If no see why in "Ten Must-Have .NET Tools" (Snippet Compiler is Number One), if yes then you will love the idea of being able to test a C# snippet code by just copying it to the ...more»
Improving the twitter client to read message status from clipboard (coping with Optional Parameters)
We're going to improve our twitter command line program by adding support for message from clipboard: if the user just type tweet without specifying any message as parameter, the message will be read from the clipboard. So we could just type "tweet" and the message would be sent straight away ...more»
How to pass arguments to a remote script through the do command
We have seen how to pass Command Line arguments to a script through Rebol.exe in this article on Interfacing C# Client with Rebtweeter: in this case system/options/args will contain a block of Command Line arguments.
In the case of the Do Command for Remote Code execution, we'll use the /args refinement ...more»
How to run and wait for an Exe to finish (Shell Command)
Askinstall.com is a project which is still in development phase. The aim is to streamline Installation Process from the Internet. Like AskCodeGeneration.com (see ""), it's very easy to use. For example:
1°) Browse to http://askinstall.com/java, click on "All Installation Scripts", Choose for example "BlueJ", Copy and paste the Url ...more»
Tags: Command Line, DOS, Shell
How to call Rebtweeter from C# Client (through Command Line Arguments)
Microsoft has made a great job with Visual Studio IDE for building Windows Applications and they even generously ;) offer Visual Studio Express Editions. So you may like to use Winform instead of Rebol's VID or you just don't want to re-develop everything and want to integrate a Rebol's library ...more»
Tags: Command Line, Shell



No Comment
Tags: Build Tools, C#, Command Line, Console, Redirection, Shell, Subversion, Testing