!!!Question about BAT file
Posted: 20 Apr 2010 05:26
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 very important to me if someone could help me to make it work for me. I need it make BAT file and to put it to START-PROGRAMS-START UP, to make it start automaticaly when computer starts.I use windows XP.
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 very important to me if someone could help me to make it work for me. I need it make BAT file and to put it to START-PROGRAMS-START UP, to make it start automaticaly when computer starts.I use windows XP.