Testing RAR & Zip Files Within DO

Opus can pass files to 7-zip and WinRAR via command line, e.g.

"/programfiles\7-Zip\7z.exe" t {filepath}
XML
<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none">
	<label>7z Test</label>
	<function type="batch">
		<instruction>@nodeselect</instruction>
		<instruction>&quot;/programfiles\7-Zip\7z.exe&quot; t {filepath}</instruction>
		<instruction>pause</instruction>
	</function>
</button>

How to use buttons and scripts from this forum