I'd mark this community wiki if the button where still there.

Do you have any good tips you'd like to share for using PhraseExpress?

PhraseExpress is basically a utility that saves you keystrokes, by allowing you to create keyboard shortcuts, and autocomplete phrases for filling in massive amounts of text and running macros.

link|improve this question

79% accept rate
feedback

2 Answers

You will find a lot step-by-step video tutorials at http://www.text-expander.com and http://manual.phraseexpress.com

It is a good start to get the most out of PhraseExpress.

Enjoy!

link|improve this answer
Knew about those already, but thank you for the input none the less. – leeand00 Apr 13 '11 at 11:48
feedback

I use the following phrase to copy a directory's contents to the clipboard.

  1. Copy the path,
  2. run the phrase
  3. Paste the path of the directory in the dialog
  4. Hit enter in the command prompt

The clipboard now contains the list of files of the specified directory, which you can simply paste in notepad or whatever.

{#setclipboard {#input -head Folder Path -single}}

{#run "cmd"}{#sleep 250}
cmd /c dir "{#insertclipboard}" /b /a:-d /o:n | clipnn
link|improve this answer
Cool I didn't know you could run commandline stuff from Phrase Express nice tip! :) – leeand00 Apr 17 '11 at 22:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.