Author: nextgens Date: 2006-06-07 09:31:10 +0000 (Wed, 07 Jun 2006) New Revision: 9068
Modified: trunk/apps/installer/installclasspath/windows/start.cmd trunk/apps/installer/installclasspath/windows/stop.cmd Log: installer: resolves https://bugs.freenetproject.org/view.php?id=418 Modified: trunk/apps/installer/installclasspath/windows/start.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/start.cmd 2006-06-07 07:53:29 UTC (rev 9067) +++ trunk/apps/installer/installclasspath/windows/start.cmd 2006-06-07 09:31:10 UTC (rev 9068) @@ -1,2 +1,2 @@ -echo "Starting freenet" + at echo "Starting Freenet" @net start @serviceName@ Modified: trunk/apps/installer/installclasspath/windows/stop.cmd =================================================================== --- trunk/apps/installer/installclasspath/windows/stop.cmd 2006-06-07 07:53:29 UTC (rev 9067) +++ trunk/apps/installer/installclasspath/windows/stop.cmd 2006-06-07 09:31:10 UTC (rev 9068) @@ -1,2 +1,2 @@ -echo "Stopping freenet" + at echo "Stopping Freenet" @net stop @serviceName@
