Link
Text

MDIChild form from an MDIChild form in C #

I was working in a MDI Desktop Application, and I was looking for a way to open a new form (send some parameters) and make this new form a child of my MDIControl Form or main Form. I didn’t have to much luck looking around for an answer on Forums so here I post a very simple solution that I came up with.

I hope this help someone in need out there :)

Link

Quote
"Get a chicken, hijack its DNA, and stand back!"

How to Hatch a Dinosaur | Magazine

Text

Backing up files in Windows with a .bat file

I was asked to write a batch file or script to backup some files in one of the servers. Here I attached an image of the batch file. It used xcopy and /I if the destination does’t exist and there is more than one file to copy assume that is a folder, /E Copy directories and and subdirectories, including empty ones. You set up the scheduler to run this batch one a day and voila! I hope this can help someone out there.