If you do your scripting via the EM scripting wizard you can specify "script triggers" under the options tab - in fact, the table scripting options will script indexes, primary key constraints et al...this would be the easiest way!
You could also view a list of all triggers in a given database by doing a
"select name from sysobjects where xtype = 'tr'"
**ASCII stupid question, get a stupid ANSI !!!**