I've adapted the script to read a different text file on a new line, and each text file only has one line of text to read so it posts that only. Each file is one line of an ascii picture but when this script posts it it does not maintain the ascii formatting, ie any spaces will be lost, therefore the ascii will not show correctly.

Code:
 
On me:*:Join:#GGGGGGGGGG,#channel,#ect:{
  msg $chan $read "C:\Thriller\Ascii\1.txt"
  msg $chan $read "C:\Thriller\Ascii\2.txt"
  msg $chan $read "C:\Thriller\Ascii\3.txt"
  msg $chan $read "C:\Thriller\Ascii\4.txt"
  msg $chan $read "C:\Thriller\Ascii\5.txt"
  msg $chan $read "C:\Thriller\Ascii\6.txt" 
}
 


Is there a way that this script can post ascii ie hold the formatting or do I need a completely different script?

Thanks in advance..

Wookie