Author: toad Date: 2008-04-21 15:01:23 +0000 (Mon, 21 Apr 2008) New Revision: 19480
Modified: trunk/apps/new_installer/res/windows/bin/install_plugins.cmd Log: rename doesn't work outside the cwd Modified: trunk/apps/new_installer/res/windows/bin/install_plugins.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_plugins.cmd 2008-04-21 14:19:39 UTC (rev 19479) +++ trunk/apps/new_installer/res/windows/bin/install_plugins.cmd 2008-04-21 15:01:23 UTC (rev 19480) @@ -13,7 +13,7 @@ @if exist offline goto end1 @java -jar bin\sha1test.jar plugins/JSTUN.jar.url plugins > NUL @del /F plugins\JSTUN.jar > NUL - at rename plugins\JSTUN.jar.url plugins\JSTUN.jar > NUL + at move plugins\JSTUN.jar.url plugins\JSTUN.jar > NUL :end1 @del /F stun > NUL :nostun @@ -24,7 +24,7 @@ @if exist offline goto end2 @java -jar bin\sha1test.jar plugins/MDNSDiscovery.jar.url plugins > NUL @del /F plugins\MDNSDiscovery.jar > NUL - at rename plugins\MDNSDiscovery.jar.url plugins\MDNSDiscovery.jar > NUL + at move plugins\MDNSDiscovery.jar.url plugins\MDNSDiscovery.jar > NUL :end2 @del /F mdns > NUL :nomdns @@ -35,7 +35,7 @@ @if exist offline goto end3 @java -jar bin\sha1test.jar plugins/UPnP.jar.url plugins > NUL @del /F plugins\UPnP.jar > NUL - at rename plugins\UPnP.jar.url plugins\UPnP.jar + at move plugins\UPnP.jar.url plugins\UPnP.jar :end3 @del /F upnp > NUL :noupnp @@ -46,7 +46,7 @@ @if exist offline goto end4 @java -jar bin\sha1test.jar plugins/XMLLibrarian.jar.url plugins > NUL @del /F plugins\XMLLibrarian.jar > NUL - at rename plugins\XMLLibrarian.jar.url plugins\XMLLibrarian.jar + at move plugins\XMLLibrarian.jar.url plugins\XMLLibrarian.jar :end4 @del /F xmllibrarian > NUL :nolibrarian
