Skip to content
Snippets Groups Projects
Commit 7a316ae9 authored by brinn's avatar brinn
Browse files

fix: startup file for Windows

SVN: 18667
parent 53ee8d14
No related branches found
No related tags found
No related merge requests found
@echo off
java -cp lib\datamover.jar:lib\log4j.jar:lib\cisd-base.jar:lib\cisd-args4j.jar:lib\commons-lang.jar:lib\commons-io.jar:lib\activation.jar:lib\mail.jar ch.systemsx.cisd.datamover.Main --rsync-executable=bin\rsync.exe --ssh-executable=bin\ssh.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
java -cp lib\datamover.jar;lib\log4j.jar;lib\cisd-base.jar;lib\cisd-args4j.jar;lib\commons-lang.jar;lib\commons-io.jar;lib\activation.jar;lib\mail.jar ch.systemsx.cisd.datamover.Main --rsync-executable=bin\rsync.exe --ssh-executable=bin\ssh.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment