home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / dde / backthrow / !backthrow / Desc < prev    next >
Encoding:
Text File  |  1992-08-10  |  557 b   |  25 lines

  1. # This is a description of the wimp interface for Backthrow
  2. # nothing but a dbox for the filenames to be processed.
  3.  
  4. tool_details_start
  5.    name          "Backthrow";
  6.    command_is    "<Backthrow$Dir>.!Runimage";
  7.    version       "0.1";
  8.    wimpslot      128k;
  9.    has_extended_cmdline;
  10. tool_details_end
  11.  
  12. dbox_start
  13.     icons_start
  14.         icn  3  maps_to string  not_saved;
  15.     icons_end
  16.  
  17.     defaults
  18.         icn 3 "";
  19.  
  20.     imports_start
  21.         drag_to any     inserts icn 3 separator_is " ";
  22.         drag_to iconbar inserts icn 3;
  23.     imports_end
  24. dbox_end
  25.