Posted by member 248213 on 2005-09-20 23:06:32 link

well, your pushing it now, but: !execute is really only needed for running two or more bangs (or apps).
!execute [!bang1][!bang2][notepad]


You dont need the quotes around it if it has no spaces ;)
!execute [!bang]["C:\My Folder\"]
!execute [!bang][C:\Folder\]


but basically what you are doing is this:
litestep.exe "notepad"

so you can test different ways in the commandline ;)

Good luck

ps: There is heaps of info everywhere on the net, some old, but most of it relevant to what you want to find out.
Head to the wiki for more info ;)