View Single Post
  #1  
Old 12-28-2008, 06:14 AM
Lust's Avatar
Lust Lust is offline
Ex-Staff Member
 
Join Date: Jun 2008
Location: Russia
Posts: 1,143
Reputation: 1479
Lust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud of
Default Perfected RSBot Downloader

Don't like/understand how to use SVN? This is an easy way to get updates for RSBot.
First of all, if you are using Windows, you need to download wget:
http://users.ugent.be/~bpuype/wget/wget.exe
Right click > Save AS > and save in C:\WINDOWS\system32\


Save this on your desktop as a .bat or .cmd file, make sure to select All Files, just as you would if you were saving an RSBot script
Code:
@echo off
wget -mrq http://rsbotsvn.googlecode.com/svn/trunk/
xcopy "C:\Documents and Settings\USERACCOUNT\Desktop\rsbotsvn.googlecode.com\svn\trunk" "C:\Documents and Settings\USERACCOUNT\Desktop\RSBot\" /S /Q /Y
rd "C:\Documents and Settings\USERACCOUNT\Desktop\rsbotsvn.googlecode.com\" /S /Q
exit
Change USERACCOUNT to your user account name.

It will appear as if nothing is happening, but when it is closed RSBot will be on your desktop.
__________________

Reply With Quote