home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / z / zippy / !Zippy / Desc < prev    next >
Text File  |  1995-04-15  |  888b  |  53 lines

  1. # This is a description of the wimp interface for zippy
  2.  
  3. tool_details_start
  4.    name          "Zippy";
  5.    command_is "<zippy$dir>.zip";
  6.    version       "0.50";
  7.    wimpslot      520k;
  8. tool_details_end
  9.  
  10.  
  11. metaoptions_start
  12.    has_text_window;
  13.    has_summary_window;
  14. metaoptions_end
  15.  
  16.  
  17. dbox_start
  18.    icons_start
  19.       icn 3  maps_to string not_saved;
  20.       icn 5  maps_to string not_saved;
  21.       icn 8  maps_to "-r";
  22.       icn 9  maps_to "-v";
  23.       icn 10 maps_to "-k";
  24.       icn 11 maps_to "-m" not_saved;
  25.    icons_end
  26.  
  27.    defaults
  28.       icn 3 "newzip",
  29.       icn 5 "",
  30.       icn 8 off,
  31.       icn 9 off,
  32.       icn 10 off,
  33.       icn 11 off;
  34.  
  35.    imports_start
  36.       drag_to any inserts icn 5;
  37.       drag_to  iconbar inserts icn 3;
  38.       drag_to  icn 5   inserts icn 5 separator_is " ";
  39.    imports_end
  40. dbox_end
  41.  
  42.  
  43. menu_start
  44. menu_end
  45.  
  46.  
  47. order_is  icn 8, icn 9, icn 10, icn 11, icn 3, icn 5;
  48.  
  49.  
  50.  
  51.  
  52.  
  53.