/* call KEDIT from command line: */ /* use XEDIT.CMD for association */ /* use XDROP.CMD for drag & drop */ if arg() = 1 then 'kedit' arg( 1 ) ; else 'kedit dir' exit rc /* X.CMD does not strip quoted "arg( 1 )" */