Skip to content
Snippets Groups Projects
Commit c73535a8 authored by tpylak's avatar tpylak
Browse files

DMV: support user names with space in them on windows

SVN: 19415
parent 3392e0d0
No related branches found
No related tags found
No related merge requests found
@echo off @echo off
IF EXIST bin\home\%username%\.ssh GOTO START IF EXIST "bin\home\%username%\.ssh" GOTO START
mkdir bin\home\%username%\.ssh mkdir "bin\home\%username%\.ssh"
:START :START
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\win\rsync.exe --ssh-executable=bin\win\ssh.exe --ln-executable=bin\win\ln.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\win\rsync.exe --ssh-executable=bin\win\ssh.exe --ln-executable=bin\win\ln.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