On the 3550 you can use the 'interface range' command to apply settings to multiple interfaces simultaneously:
conf t
interface range fastethernet 0/1 - 10
switchport mode access
If you have non-contiguous ports you need to separate them with commas:
interface range fastethernet 0/1 - 10 , 0/12 - 15
switchport mode access
HTH
Andy