CODE: [Copy to clipboard]@echo off assoc .exe=exefile ftype exefile="%%1" %%* assoc .exe ftype exefile pause