home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / diffx.zip / COMPARE.WBT < prev    next >
Text File  |  1992-05-05  |  229b  |  10 lines

  1. ;
  2. start=AskYesNo("Compare", "Compare directories and files?")
  3. if start==@FALSE Then exit
  4. name=AskLine("Compare", "Name?", "01")
  5. DirChange("c:\bin\snap")
  6. RunHide("c:\windows\comp.pif", name)
  7. Message("Snapshot", "Done")
  8.  
  9.  
  10.