@echo off REM Istation configuration script for NComputing vSpace 6. Based on a configuration script by Bill Lowrey at Istation for multi-user environments, modified by NComputing. set DIRNAME=%CLIENTNAME% REM DO NOT CHANGE THINGS BELOW THIS LINE if "%DIRNAME%"=="" goto error if exist "%DIRNAME%" goto runit mkdir "%DIRNAME%" copy /V /Y *.* "%DIRNAME%" xcopy Fonts "%DIRNAME%"\Fonts /s /i :runit pushd "%DIRNAME%" start IStation.exe popd goto end :error echo "There is an issue - directory name is not set" :end