@echo off rem Send the Basis model to 3d.furnit.market rem Run this AFTER the export script has finished in Basis. rem Keep this file next to send.ps1 title 3d.furnit.market powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0send.ps1" %* if errorlevel 1 pause