| language
Information, tips and tutorials for ZTree file manager
rpVTTutorial
rpVT Tutorial
Because of the new integrated Help system and the many changes made to rpVT functionality, this tutorial will be rewritten in the next few weeks. We are keeping in here the information about the Y commands because there were little or no changes in most of them. Read the FAQs in this mean time.The Assist mode (Y command)
The nature of the Y command in ZTree allows it to be addressed to any assisting application. Coping with this concept, rpVT requires the first letter in the treating commands to be a capital R to identify the command as addressed to rpVT. To access the Treating Commands you have to use Y or Ctrl-Y from ZTree. If you use simple Y, the command entry and the filename under the highlighted bar are passed to rpVT for processing. If you use Ctrl-Y, the command entry and all tagged filenames are passed to rpVT for processing. Examples of currently implemented treating commands are: Output File CreationRoutput,filename.ext (Y only)
Rsplit,alpha,120,file:00:.ext (Y only) where: alpha = alpha is for text lines files & bin is for a binary files. 120 = # of lines (or bytes) on each fragment (except remainder). :00: = incremental indexing number (also the starting value).
Rjoin, (Y & Ctrl-Y)
Rsort,alpha,a1,5,12 (Y & Ctrl-Y) where: a = sorting order, 'a' for ascending, 'd' for descending. 1 = number of the sorting table used (from 1 to 8). 5 = start comparing in the 5th character. 12 = compare for 12 consecutive characters.
Rsort,bin,1700,d1,5,12 (Y & Ctrl-Y) where: 1700 = size in bytes of the binary records used. d = sorting order, 'a' for ascending, 'd' for descending. 1 = size of little endian entity. 0=byte, 1=word, 2=dword, 3=qword, 4=oword. 5 = start comparing in the 5th byte. 12 = compare for 12 consecutive entities.
Rsearch,m,c,argument, (Y & Ctrl-Y) where:
m = mode. 't' for tag/untag, 's' for displaying results.
c = Case sensitivity, where:
y = Case sensitive.
o = Case insensitive considering all OEM characters that
represent accented letters or characters like 'ç' or 'ñ'.
O = OEM diacritical reduction. Letters with any accents are
seen as equal, ç cedilhas are equal to c, etc...
a = Same as 'o' but for ANSI
A = Same as 'O' but for ANSI
argument = Text string (Some Regular Expressions supported).\c=CR \l=LF \f=FF \t=Tab \\=\ \,=comma \.=. .=any character \b=word delimiter \s=white space \d=decimal digit \xHH=hexadecimal byte
Rreplace,c,argfrom,argto, (Y & Ctrl-Y) where:
c = Case sensitivity. (Same rules as the Search command above)
argfrom = Argument to search.
argto = Argument to replace.Rslide,keep,xx (keep tags) (Ctrl-Y only) where: Rslide,untag,xx (remove tags) (Ctrl-Y only) where: xx = time in units of 50 mS each to wait between 2 consecutive displays of the tagged files.
Rcode,c,Unicode,ANSI (Y & Ctrl-Y) where:
Rcode,e, jpegtran -rot 270 %1 %9=ver%4%5 (Y & Ctrl-Y) where:
%1 - Full path\filename C:\1997\sept\file.ext
%2 - Driver letter C
%3 - Path \1997\sept
%4 - Filename file
%5 - Extension .ext
%9 - Full path C:\1997\sept\
%c - Parameter is passed as is.Note: This page originate from http://www.rpvt.com
. This website being closed down, its original webpages have been included in this Wiki for posperity with some light editing. Thanks to John Clark who got a copy of the website
Contributors to this page: admin
.
Page last modified on Wednesday 14 of February, 2007 00:45:54 EST by admin.
