home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / dospro11.arj / XDOSSHEL.ADD < prev    next >
Encoding:
Text File  |  1991-07-23  |  5.0 KB  |  161 lines

  1.     group = 
  2.     {
  3.     program = 
  4.     {
  5.         command = xdir %1
  6.         title = Xdir
  7.         pause = enabled
  8.         dialog = 
  9.         {
  10.         title = XDIR
  11.         info = Enter file names to be listed.
  12.         prompt = Parameters . . .
  13.         parameter = %1
  14.         }
  15.         help = List file info from one or more directories.^m^m/allocated^m/archive^m/attributes^m/before^m/bydate^m/bysize^m/columns^m/date^m/debug^m/directories^m/foot^m/full^m/grandtotal^m/heading^m/hidden^m/modified^m/pause^m/readonly^m/since^m/size^m/system^m/total
  16.         screenmode = text
  17.         alttab = enabled
  18.         altesc = enabled
  19.         ctrlesc = enabled
  20.         prevent = disabled
  21.     }
  22.     program = 
  23.     {
  24.         help = Deletes files and directory trees in either regular (recoverable) or secure (overwrite) modes.^m^m/before^m/directories^m/hidden^m/list^m/modified^m/patterns^m/pause^m/readonly^m/secure^m/since^m/system^m/unmodified^m/verify
  25.         screenmode = text
  26.         alttab = enabled
  27.         altesc = enabled
  28.         ctrlesc = enabled
  29.         prevent = disabled
  30.         command = xdel %1
  31.         title = Xdel
  32.         pause = enabled
  33.         dialog = 
  34.         {
  35.         title = Xdel
  36.         info = Enter files to delete.
  37.         prompt = Parameters . . .
  38.         parameter = %1
  39.         }
  40.     }
  41.     program = 
  42.     {
  43.         help = Substitutes, inserts, or deletes characters from each or from matching lines of text files^m^m/at^m/bak^m/before^m/copy^m/delete^m/for^m/from^m/insert^m/noexpand^m/pad^m/pause^m/silent^m/strip^m/tabs^m/truncate
  44.         screenmode = text
  45.         alttab = enabled
  46.         altesc = enabled
  47.         ctrlesc = enabled
  48.         prevent = disabled
  49.         command = sub %1
  50.         title = Sub
  51.         pause = enabled
  52.         dialog = 
  53.         {
  54.         title = Sub
  55.         info = Enter the file spec and substitution operations.
  56.         prompt = Parameters . . .
  57.         default = %f
  58.         parameter = %1
  59.         }
  60.     }
  61.     program = 
  62.     {
  63.         help = Divides large text files into smaller ones by specifying the number of pieces, their length, the lines at which breaks are to be made, or the text marking the breaks.^m^m/after^m/at^m/before^m/every^m/into^m/pause
  64.         screenmode = text
  65.         alttab = enabled
  66.         altesc = enabled
  67.         ctrlesc = enabled
  68.         prevent = disabled
  69.         command = split %1
  70.         title = Split
  71.         pause = enabled
  72.         dialog = 
  73.         {
  74.         title = Split
  75.         info = Enter the file spec of files to split and the method to use.
  76.         prompt = Parameters . . .
  77.         default = %f
  78.         parameter = %1
  79.         }
  80.     }
  81.     program = 
  82.     {
  83.         help = Searches binary or text files in a directory tree for a character string.^m^m/before^m/case^m/context^m/numbers^m/pause^m/since
  84.         screenmode = text
  85.         alttab = enabled
  86.         altesc = enabled
  87.         ctrlesc = enabled
  88.         prevent = disabled
  89.         command = search %1
  90.         title = Search
  91.         pause = enabled
  92.         dialog = 
  93.         {
  94.         title = Search
  95.         info = Enter file spec followed by text search string.
  96.         prompt = Parameters . . .
  97.         parameter = %1
  98.         }
  99.     }
  100.     program = 
  101.     {
  102.         command = dump %1
  103.         title = Dump
  104.         pause = enabled
  105.         dialog = 
  106.         {
  107.         title = Dump
  108.         info = Enter file name or disk to be examined.
  109.         prompt = Parameters . . .
  110.         parameter = %1
  111.         default = %f
  112.         }
  113.         help = Displays contents of binary files, directories, disk sectors, the FAT, and cluster chains.^m^m/boot^m/byte^m/cluster^m/contents^m/disk^m/extended^m/fat^m/first^m/interpret^m/last^m/numbering^m/pause^m/sector
  114.         screenmode = text
  115.         alttab = enabled
  116.         altesc = enabled
  117.         ctrlesc = enabled
  118.         prevent = disabled
  119.     }
  120.     title = DOS Extensions for Pros
  121.     help = Displays the program items for "DOS Extensions for Professionals" - a complete collection of robust, no-nonsense utilities available from:^m^m                    Allison Software^m                     166 Shady Lane^m                    Ap
  122.     program = 
  123.     {
  124.         command = diff %1
  125.         title = Diff
  126.         pause = enabled
  127.         dialog = 
  128.         {
  129.         title = Diff
  130.         info = Enter the names of two text files to compare.         A single name implies name.bak for the second file.
  131.         prompt = Parameters . . .
  132.         parameter = %1
  133.         }
  134.         help = Display the differences between two text files line by line.^m^m        diff  file_1  [file_2]  [/Comand_Modifiers...]^m^mIf no file_2 is specified, file_2 takes the name of file_1 but with the extension ".BAK".^m^m/case    /numbers    /pause    /notabs
  135.         screenmode = text
  136.         alttab = enabled
  137.         altesc = enabled
  138.         ctrlesc = enabled
  139.         prevent = disabled
  140.     }
  141.     program = 
  142.     {
  143.         screenmode = text
  144.         alttab = enabled
  145.         altesc = enabled
  146.         ctrlesc = enabled
  147.         prevent = disabled
  148.         command = xhelp %1
  149.         title = Examples (Xhelp)
  150.         pause = enabled
  151.         dialog = 
  152.         {
  153.         title = Examples (Xhelp)
  154.         info = Enter program/topic name for examples/more detailed information, nothing for top-level descriptions.
  155.         prompt = Parameters . . .
  156.         parameter = %1
  157.         }
  158.         help = Displays top-level documentation if no parameter entered or examples and more detailed information if program name or topic entered.^m^mdiff  dump  search  split  sub  xdel  xdir^m^m-BUG_REPORTING  -LICENSE  -MODIFIERS  -WILDCARDS
  159.     }
  160.     }
  161.