background preloader

Batch

Facebook Twitter

Google Account Multi-Login for Greasemonkey. Script Summary: Replaces "Sign Out" link on Google pages with a select box of accounts. If the script is requesting to update every day, especially through a big huge alert box full of nonsense, please delete all copies of the script currently installed and reinstall. Propaganda My script was featured on Lifehacker, and WorthaWow put together a nice post with instructions and a video. Thanks, guys! :D Like this script? You might like to too. Screenshot Notes Important Note: I am no longer actively working on this script. Some Google services, like Google Docs and Google Webmaster Tools, use a separate login than the normal Google account and won't change the account signed in to all services.

This script checks itself daily for updates using my Script Update Checker. This script works in every language GMail supports; however, only the US English GMail has the new version of GMail. Script has been tested and works in: Recent Updates. Geek to Live: Quick-log your work day - Downloads. Create a Windows Daily Backup Script - Team Tutorials. This tutorial will show you how to use a simple Windows Batch file and the task scheduler to create an automated daily backup.

We will use the date variable to backup the files into folders with the first three letters of the day as the folder name. First you will need to open notepad. The easiest way is going to start > run and typing notepad. We will use notepad to create are batch file. A windows batch file is a set of instructions that tells the computer what to do.

All we really need to do is add the command to copy the folder that we want to backup. Now I will explain the command “xcopy c:\test\* x:\backup\%date:~0,3%\* /Y /Q /S” The xcopy commands will copy files and folders. Where you see \%date:~0,3%\ is the name of the destination folder. Once you have made the changes that you nee, save the file as backup.bat Now Open the Control Panel and select Scheduled Tasks Now we want to add a new task so click the “Add Scheduled Task” button. Click next and then browse. Click finish. CD2FILE and FILE2CD. Computer Hope. Short for Microsoft Disk operating system, MS-DOS is a non-graphical command line operating system created for IBM compatible computers that was first introduced by Microsoft in August 1981 and was last updated in 1994 when MS-DOS 6.22 was released.

Although the MS-DOS operating system is not often used today, the command shell commonly known as the Windows command line is still used and recommended. Continue reading >> Tip: If you are new to MS-DOS or the Windows command line we suggest reading how to use the Windows command line (DOS). All MS-DOS commands MS-DOS applications MS-DOS error messages and codes MS-DOS History MS-DOS and Windows command line tips MS-DOS Top 10 commands MS-DOS questions and answers Batch Files MS-DOS Command List Tip: See the complete overview for a brief description on each of the below commands. Recent MS-DOS Forum Posts. MS-DOS 7 Commands. DOS the Easy Way Guide to MS-DOS.