home *** CD-ROM | disk | FTP | other *** search
- /* this is dufrom */
- OPTIONS results
- MENU Clear
-
- MENU 0 "Q" "QUIT" "'""filelist/ctprt"";""filelist/cfprt""'"
- MENU 0 "K" '"Delete Line "' "DLine"
- MENU 0 "X" '"Cut Block"' "Cut"
- MENU 1 " " '"DF0:"' '"filelist/getlist df0: from"'
- MENU 1 " " '"DF1:"' '"filelist/getlist df1: from"'
- MENU 1 " " '"DF2:"' '"filelist/getlist df2: from"'
- MENU 1 " " '"HD: "' '"filelist/getlist hd: from"'
- MENU 1 " " '"FAST:"' '"filelist/getlist fast: from"'
- MENU 1 " " '"VD0:"' '"filelist/getlist vd0: from"'
- MENU 1 " " '"RAM:"' '"filelist/getlist ram: from"'
- MENU 2 "G" '"Get Directory"' '"filelist/getdirectory from"'
- MENU 2 "P" '"Parent Dir."' '"filelist/parent from"'
- MENU 2 "L" '"List Pattern"' '"filelist/listpattern from"'
- MENU 2 "M" '"Make Dir."' '"filelist/makedir from"'
- MENU 2 "R" '"Refresh "' '"filelist/refresh from"'
- MENU 3 "C" '"Copy Files "' '"filelist/copyfiles"'
- MENU 3 "D" '"Delete Files "' '"filelist/deletefiles"'
- MENU 3 "E" '"Edit File "' '"filelist/editfile"'
- MENU 3 ">" '"Move Files "' '"filelist/movefiles"'
- MENU 4 " " '"Copy All "' '"filelist/copyall"'
- MENU 4 " " '"Delete All"' '"filelist/deleteall"'
- MENU 5 " " '" "'
-
- address command "e startup filelist/duto"
-
- x = setenv("dufromdir"," ")
- WINDOW 0 0 345 444
- MSG "From Window"
- exit
-
-