/* Password Client Editor - DMS - Mar 98 - by Sylvain HUET */ defcom Csetpsw=setpsw S;; fun _end(s)= if s==nil then nil else _DMSsend this Csetpsw [s];; fun main(s)= iniBW _channel DMSwin nil nil 315 260 (_loc this "PASS_TITLE2" nil) @_end s 0;;