Code Library
Home Submit Free Hosting Link To Us Contacts

mIRC File Read

mIRC File Read mIRC mIRC File Read Download (.zip)



alias readfile {
  var %total = $lines(file.txt)
  var %i = 1
  while (%i <= %total) {
    echo -a $read(file.txt, g, %i)
    inc %i
  }
}




  • mIRCFile Read Search in file File Manager


Tatet