Rev 3298 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3298 | Rev 7680 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !endif |
3 | !endif |
4 | !if $wims_read_parm=help |
4 | !if $wims_read_parm=help |
5 | !read help/$lang/special/rename.phtml |
5 | !read help/$lang/special/rename.phtml |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | !set imgf_=!word 1 of $wims_read_parm |
9 | !set imgf_=!word 1 of $wims_read_parm |
10 | !set newf_=!rename $imgf_ |
10 | !set newf_=!rename $imgf_ |
11 | "$newf_" |
11 | "$newf_" |
12 | - |