@echo off :: call \cmd\inst_ssh.cmd :: copy new unzip.exe to \utl if already present (old unzip does'nt work) if exist d:\utl\unzip.exe copy ..\ssh_sses\unzip.exe d:\utl\ if exist c:\utl\unzip.exe copy ..\ssh_sses\unzip.exe c:\utl\ cd \ssh_sses call inst_ssh.cmd cd \ cls echo+ echo Please remove the newly created user test by typing: user -r test echo (otherwise a user test with password test can acces Your system!) echo+ echo and change the password of user root by typing: user -c root echo (otherwise the user root with password root can access Your system!) echo+ echo You have to reboot the system before use pause menu.cmd