diff options
Diffstat (limited to 'UpdateIvyWeb.bat')
-rw-r--r-- | UpdateIvyWeb.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/UpdateIvyWeb.bat b/UpdateIvyWeb.bat new file mode 100644 index 0000000..b7e1ca9 --- /dev/null +++ b/UpdateIvyWeb.bat @@ -0,0 +1,5 @@ +@echo On
+echo Web Update %*
+copy /b %1 "C:\Documents and Settings\fcolin\My Documents\IvyCVSWWW\WWW\download\packages"
+cd "C:\Documents and Settings\fcolin\My Documents\IvyCVSWWW\WWW\download\packages"
+"c:\Program Files (x86)\TortoiseCVS\cvs.exe" -d ":pserver:pii:/projet/ivy/cvsroot" ci -m "Automatic IDE rebuild " .
|