|
| Author |
Message |
LEEDSTREV Newbie

Joined: 01 Feb 2004 Posts: 48
   
|
Posted: Sat Feb 28, 2004 1:31 pm Post subject: |
|
|
| it there a program so i dont have to type the commands into ms-dos. |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Sat Feb 28, 2004 2:02 pm Post subject: |
|
|
Not really a program...but its a shortcut to running your bot. I saw it somewhere on the website.
1. Goto the folder with you bot.pl 2. Create a new txt file and rename it bot.bat 3. Edit it and type the following in the text file: | Code: | | perl bot.pl<br />pause | ...just like that.
The perl bot.pl tells the command prompt (ms-dos) to run the bot. And the pause tells the command prompt (ms-dos) to stay open if your bot is kicked off for any errors. That way you will be able to see what the error was. _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
Calum Not Yet a God

Joined: 21 Feb 2004 Posts: 373 Location: england
   
|
Posted: Sat Feb 28, 2004 2:04 pm Post subject: |
|
|
| do you need a .bat reader? |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Sat Feb 28, 2004 2:12 pm Post subject: |
|
|
I don't believe so. For me when I double click it, it opens up command prompt (ms-dos) and runs it rightaway. _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
WinterBot Member

Joined: 17 Jan 2004 Posts: 108
   
|
Posted: Sat Feb 28, 2004 4:20 pm Post subject: |
|
|
| don't put pause in, it won't work and if you are using andromeda make sure you change bot.pl to andromeda.pl (if thats what you stillc all it) |
|
| Back to top |
|
 |
Tony_shu God Like

Joined: 12 Nov 2003 Posts: 624
    
|
Posted: Sat Feb 28, 2004 4:42 pm Post subject: |
|
|
Pause works. What it does is if your bot gets kicked offline it keeps the command window from closing. That way you can see the error that caused your bot to die. _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation |
|
| Back to top |
|
 |
LEEDSTREV Newbie

Joined: 01 Feb 2004 Posts: 48
   
|
Posted: Sat Feb 28, 2004 5:03 pm Post subject: |
|
|
i have done it e-mial me or instant message me at msn- leedstrev@hotmail.com aim- leedstrev
with what you normaly type in to the ms-dos window |
|
| Back to top |
|
 |
..::BIGmouth( )::.. God Like

Joined: 05 Feb 2004 Posts: 801
    
|
Posted: Sat Feb 28, 2004 6:10 pm Post subject: |
|
|
| Code: | | <br />C:\Turtlebot>perl andromeda.pl<br />MSN Module v. 1.3.6<br />Checksum:41591<br /><br />Starting now... | It worked, but it won't turn the bot on... |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Sat Feb 28, 2004 7:24 pm Post subject: |
|
|
try
| Code: | | C:\Turtlebot>perl andromeda.pl -debug |
and let us know what it prints. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
Future owner of cheatbot Senior Member

Joined: 02 Jan 2004 Posts: 161
   
|
Posted: Sat Feb 28, 2004 8:56 pm Post subject: |
|
|
| hey visit the mayabot template v 1.1 and look where cer type the code |
|
| Back to top |
|
 |
LEEDSTREV Newbie

Joined: 01 Feb 2004 Posts: 48
   
|
Posted: Sun Mar 21, 2004 5:19 pm Post subject: |
|
|
i did
| Code: | | <br />cd\<br />cd Turtlebot<br />perl andromeda.pl<br />perl andromeda.pl<br />pause<br />perl andromeda.pl<br />pause<br />perl andromeda.pl<br />pause<br /> |
then you only have to press a button to start it or use the one below to make it so it wont stop i use this when i am not home
| Code: | | <br />cd\<br />cd Turtlebot<br />perl andromeda.pl<br />perl andromeda.pl<br />perl andromeda.pl<br />perl andromeda.pl<br /> |
|
|
| Back to top |
|
 |
|