Launch Windowed ES directly from a shortcut

How do I create a shortcut to launch ES without clicking the config shortcut and then clicking run?

Windows 7 x64

Sorry, I forgot to say I run Windows 7 x64, though I would assume the process would be the same for all versions of Windows.

look for "run fullscreen" in

look for "run fullscreen" in the start menu under electric sheep.

Ah, sorry, I also forgot to

Ah, sorry, I also forgot to add that I want to run just the windowed version

edit that one to add a -x

edit that one to add a -x option ie run "c:\windows\es.scr -x"

Thanks!

Thanks!

problem with run ES in window

It's not easy to make ES run in a window. I tried run "c:\windows\es.scr -x" from the command line, but it exited immediately. I tried to run it from a short-cut, but it ran in full-screen mode.
Finally, I created a BAT file with the command "@start c:\windows\es.scr -x", and it worked.
Now, I can have lots of Sheep on a monitor, like I used to do http://www.flickr.com/photos/78342783@N00/45532925/

The BAT file please!

Could you either tell me how to make one or email me the file at pbsmith2 at gmail dot com?? I couldn't get it working either

1 line only

My BAT file has only 1 line:
@start %SystemRoot%\es.scr -x

User login