Author: toad Date: 2009-01-15 15:32:04 +0000 (Thu, 15 Jan 2009) New Revision: 25063
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: Even more logging Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2009-01-15 15:10:52 UTC (rev 25062) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2009-01-15 15:32:04 UTC (rev 25063) @@ -35,15 +35,19 @@ @bin\cat.exe wrapper.conf | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > wrapper2.conf @move /Y wrapper2.conf wrapper.conf > NUL +...@echo Copying install_service.bat @bin\cat.exe bin\install_service.bat | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > install_service.bat @move /Y install_service.bat bin\install_service.bat > NUL +...@echo Copying remove_service.bat @bin\cat.exe bin\remove_service.bat | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > remove_service.bat @move /Y remove_service.bat bin\remove_service.bat > NUL +...@echo Copying start.cmd @bin\cat.exe bin\start.cmd | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > start.cmd @move /Y start.cmd bin\start.cmd > NUL +...@echo Copying stop.cmd @bin\cat.exe bin\stop.cmd | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > stop.cmd @move /Y stop.cmd bin\stop.cmd > NUL _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
