View Single Post
Old 02-05-2005, 11:02 AM  
Turrican
Junior Member
 
Join Date: Feb 2005
Posts: 7
Default

many thanks. this works....

but still one problem left. it creates the "link" in the root dir.

i found this in the script ....

file mkdir "$root/$latestlink$lastdir"
if {[file exists "$root/$latestlink$lastdir"]} {
vfs chattr "$root/$latestlink$lastdir" 1 "$vfs"

how i can change this to make the latestdirlink in the root\home\
dir ?
mabey this way ?

file mkdir "$root/home/$latestlink$lastdir"
if {[file exists "$root/home/$latestlink$lastdir"]} {
vfs chattr "$root/home/$latestlink$lastdir" 1 "$vfs"


or depends this linkscript, on the user which is logged in ?

thanks forward ...
Turrican is offline   Reply With Quote