Well you’ve been looking all over the internet to find something to execute a batch file after the visual studio installer has executed and installed your program. The visual studio…
Execute batch files after visual studio setup project / installer has completed
Email Notifications For FreeFileSync – 100% working! – LoggyMail
For ages FreeFileSync users have been asking for email notifications which inform them of the status of the backup based on logs stored in a specific directory. Well wait no…
Prevent multiple instances of C# application – 100% working
If you only want 1 (one) instance of your C# application running, then simply make use of the following code in the Form1 (or whatever you form is called) constructor,…
Olivetti d-copia 284mf review and default password
Olivetti has got to be the most useless printer company I have ever come across, their website is shocking with absolutely no logical way (if any at all) to find…
WHMCS – Perfect helpdesk/support online e-commerce platform
I have been fiddling around with WHMCS, which is the perfect solution to create an online store. It manages everything from purchases and credit card gateways, to stock levels, quotes,…
Fix Eclipse Problem with SDK Update – [find_lock] Directory locked by javaw.exe (eclipse.exe)
Hi ladies and gents ? I ran in the problem where I wasn’t able to update my Eclipse SDK while eclipse was open, so the way I solved it was…
Download G41M-VS3 LAN driver – 100% all windows operating systems
For ages I was trying to find the LAN driver for the ASROCK G41M-VS3 motherboard, and even though its listed on the ASROCK website, it didnt work! So finally I…
Schedule script in Ubuntu
If you would like to run the script as Admin/Sudo, then: sudo crontab -e and paste the following at the bottom of the file: 59 23 * * * sh…
Add users to data base from MySQL workbench
One command does it nicely: Grant insert, update, select, delete on DATABASENAME.* to ‘ANY-USERNAME’@’localhost’ identified by ‘PASSWORD’; Have fun! Cherio!
How to open a webpage from C# button – Windows Form
Very simple, a one liner: System.Diagnostics.Process.Start(“http://www.xplodebackup.com”); Cherio!









