Archives for Automation
Backup to FTP Server with this free script
There are many great FTP Client Freewares like Filezilla but uploading the same folders again and again is a pain in a hass. So this little Script is a real time-saver as it will allow you to automate your backup or upload to FTP Server. I didn't have to invent ...more»
HTML scaffolding - Create an HTML form by just writing its specification
Scaffolding is generally used for Database Persistence Framework, according to Wikipedia
Scaffolding is a meta-programming method of building database-backed software applications. It is a technique supported by some model-view-controller frameworks, in which the programmer may write a specification that describes how the application database may be used. The compiler uses this ...more»
Tags: Code Generation, HTML, Parse
Easily Integrate Rebol with Visual Studio Express as Code Generator (Part II)
In part I, we created 2 Rebol Templates which generate a new form (.cs and .Designer.cs) within the Visual Studio Project directory. Unfortunately, Visual Studio doesn't detect and ask if we would like to add them automatically. If we really want to do this manually, we have to automate further.
To ...more»
Tags: C#, Code Generation, Parsing, Visual Studio, XML
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»
Tags: Build Tools, C#, Command Line, Console, Redirection, Shell, Subversion, Testing
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 automatically generate a Simple VID Form
AskCodeGeneration.com is a project which is still in development phase. But you can already use it to automatically generate a simple VID Form (more complex form coming soon) - like the one in this VID tutorial by typing (see do/args refinement tutorial) or pasting the command below in Rebol Console:
do/args ...more»
Hey a Cup of UML Please!
AskUML.com will be an online "UML Café" where people will be able to draw UML Diagrams in plain English. It will be based on yUML and the easy yUML Dialect presented here.
The UML Café is not opened yet so the Submit Button will not work, please be patient!
...more»
Backup files on Gmail drive by sending an email with attachments
GMail Drive is well-known shell extension which adds a virtual drive to your computer where you can create new folders, copy and drag'n'drop files to.
If you want to automate the backup to a gmail drive this is basically how you can do it by sending an email to your gmail ...more»
[Hot] How to tweet from Rebol in One line (using Twitter API)!
Can't believe it? Launch Rebol's Console, and copy and paste this:
do http://reboltutorial.com/source/rebol-twitter.r
You can now tweet in one line by typing:
tweet "Hello World!"
Nevertheless do not forget the quote (you can also write a multiple-lines message using braces {}).
The first time it will ask your login and password:
The second and next time, ...more»





![[Hot] How to tweet from Rebol in One line (using Twitter API)!](http://reboltutorial.com/files/2009/08/rebol-twitter.jpg )

No Comment
Tags: Automation, Backup, copy folder, Free Script, Freeware, FTP