*****************************************
Hi bounty
NewDir 2.3 added
site new command works great,all is correctly shown there from newdir.log
site new
200- +----+-------+---------+---------+--------------------------NEWDIR V2.3----------+
200- | ## | Age | Owner | Section | Directory Name |
200- +----+-------+---------+---------+-----------------------------------------------+
set sections "ISO DiVX MP3 RiP TOOLS SVCD EBOOK"
but in my section-files .ioFTPD.message
f.e
%[execute(..\scripts\newdir\newdir.itcl)(10 EBOOK)]
+----+------------------------------------------------------------------------+
only get
CWD EBOOK
250-+----+------------------------------------------------------------------------+
i dont get it to run....tried really all now....exec,full-path.itcl,etc
Maybe phys.paths are to "far" away from execution X:\EBOOK ?
btw lille gaming with"|" Charakter in nedir.itcl
iputs " +----+-------+---------+---------+--------------------------NEWDIR V$ver----------+"
iputs " | ## | Age | Owner | Section | Directory Name |"
iputs " +----+-------+---------+---------+-----------------------------------------------+"
line 68+69
if { [string match -nocase $ndsection [lindex $tmpline 2]] == 1 ||[string match -nocase $ndsection "all"] == 1 } {
iputs " \|\[[format %02d $cnt]\]|[format %-7s $age]| [format %-8s [lindex $tmpline 1]]| [format %-8s [lindex $tmpline 2]]| [format %-.${lng}s [lrange $tmpline 3 end]]"
cheers Optixxx
|