Learn to make a quick list of notes or manage a custom to-do list using Launchy. For this tutorial, you’re going to need Launchy.
This is very basic functionality, as the actual list is a folder containing files with the names being your notes/to-do items. As a result, you will not be able to use symbols denied to you by Windows (such as /). Also, these to-do list items do nothing when clicked. This tutorial is rather meant to be a replacement for sticky note widgets by providing a simple list instead of cluttering your desktop with yellow boxes.
Launchy will be configured to send statements to a bat file. Write the following code in todo.bat (or whatever you wish to name it):
echo > %1
This code will create a new file named whatever argument you pass to it. Make sure you have not hidden file extensions for known file types, or otherwise your file will be named todo.bat.txt. We’ve saved it into My Documents\To Do\.
Or you can download my todo.bat right here.
Open up Launchy with your hotkey (default is Ctrl+Space). Right click it and select Options. Click the Plugins tab, then click Runner. Add a new entry by clicking the + button.
Hit OK.
To make the most of your new list, you’ll need to be able to see it without opening an Explorer window:
A new item called To Do should popup in the taskbar near your system tray. Click it, and you should see todo.bat. If you need more detailed instructions, take a look at our custom start menu tutorial, which uses the same concept.
Test the new functionality by opening Launchy and inputting todo [tab] This is a test of the list. Click To Do on the taskbar, and check for a new file named This is a test of the list. If you see it, you’re done.