Third Error

Quick Lists with Launchy

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.

The BAT File

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.

Configuring Launchy

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.

Configuring todo.bat with Launchy

  • Under Name, put what you want your command to be (we chose todo).
  • Under Program, put the path to the todo.bat file you wrote (our path is H:\Documents and Settings\<username>\My Documents\To Do\todo.bat).
  • In Arguments, put “$$” (with the quotes).

Hit OK.

Making the Taskbar Toolbar

To make the most of your new list, you’ll need to be able to see it without opening an Explorer window:

  • Right click the taskbar.
  • ToolbarsNew Toolbar…
  • Select the folder you put todo.bat in. Again, ours is H:\Documents and Settings\<username>\My Documents\To Do\.

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.

Adding a To-Do List Item

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.

Tags: ,

This entry was posted on Friday, July 11th, 2008 at 11:51 am and is filed under Frontpage, Windows. You can follow any responses to this entry through the RSS 2.0 feed.

You can leave a response, or trackback from your own site.

Leave a Reply

Subscribe to Third Error

recent posts

tag cloud