PDA

View Full Version : Anyone still got these scripts?


jared-
02-03-2014, 09:19 AM
Hey guys,

Does anyone still have a copy of Storm's scripts? Looking for the NFO one.

Thanks.

Yil
02-03-2014, 05:21 PM
I've got a copy of all the scripts available circa 2005 that were on this site, but I don't have st0rms since it looks like none of them were there at that time. Hopefully someone else might have it for you.

jared-
02-03-2014, 07:22 PM
Cool! Are you able to send me a copy of the scripts?

Do you have any to display NFO files?

Yil
02-04-2014, 03:17 PM
If I want to see a .nfo I just use the view file option in FlashFXP. When/how were you wanting to see them? I can't think printing them out on CWD's would be a good idea. Some of them are huge...

Dahlia
05-11-2014, 06:08 AM
I was using this nfoshow script from Jeza


set iojNFO(version) "1.0"

set ldir [glob -nocomplain -directory [resolve pwd $pwd] *]

foreach ndir $ldir {
if { ([string match -nocase "*.nfo" $ndir ]) } {
if { [file exists $ndir] } {
set Oerror [catch { set nfoFile [open $ndir r] } Oresult]
if { !$Oerror } {
while { ![eof $nfoFile] } {
iputs -nobuffer [gets $nfoFile]
}
}
set Cerror [catch { close $nfoFile } Cresult]
}
}
}


and this is what you looking for:
StormSHOWNFO V1.0
stormshownfo.rar (http://www.sendspace.com/file/ndxvxx)