Update of /cvsroot/nice/Nice/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv7817/F:/nice/bin
Modified Files:
nicec.bat
Log Message:
minor thing
Index: nicec.bat
===================================================================
RCS file: /cvsroot/nice/Nice/bin/nicec.bat,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** nicec.bat 13 May 2003 13:11:19 -0000 1.8
--- nicec.bat 13 May 2003 13:58:45 -0000 1.9
***************
*** 33,37 ****
echo You must set the NICE environment variable to point to the directory you've installed nice in e.g.
! echo set NICE=C:\programs\nice (note: do not add a ';' at the end)
echo You can do it by modifying Autoexec.bat or in the system settings.
goto end
--- 33,38 ----
echo You must set the NICE environment variable to point to the directory you've installed nice in e.g.
! echo set NICE=C:\programs\nice
! echo (note: do not add a ';' at the end)
echo You can do it by modifying Autoexec.bat or in the system settings.
goto end
|