i have an excel file with the commands in colums
int g1/1 desc 1A switchport access vlan 100
i have thousands i need to convert to text file and load onto several 6509's
right now i have to copy and paste and hit enter to make the text file
int g1/1
desc 1A
switchport access vlan 100
is there a character that can be inserted to emulate a carriage return
thanks