I have a problem with batch file. If I open CMD (start-run-cmd) and paste there this: cd /d C:\Progra~1\samba cygsetup.cmd start_daemons.cmd EVERYTHING works perfect, but if I make BAT file with: cd /d C:\Progra~1\samba cygsetup.cmd start_daemons.cmd in it, it won't start the program for me... It's ...