All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.bin.conveyor.win Maven / Gradle / Ivy

Go to download

Conveyor makes distributing desktop and command line apps as easy as shipping a web app.

The newest version!
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
"%dp0%\install\bin\conveyor.exe"   %*




© 2015 - 2024 Weber Informatics LLC | Privacy Policy