Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Happybobjr

Pages: 1 ... 48 49 [50] 51 52 ... 166
736
Gaming Discussion / Re: Omnimaga Haxball
« on: May 02, 2011, 11:27:27 pm »
I have a 24/7 server up.
http://tinyurl.com/HBJHaxball

737
Computer Programming / Re: Minecraft backup script.
« on: May 02, 2011, 07:50:07 pm »
Kick me as hard as you can.  I was thinking of asking to be banned for wasting time with such a dumb question. (it may not be dumb to you as you may not have been exposed to such things)  I had to save as a bat file instead of txt :P

I found this.
How do i compile it?

:: CHANGE THESE VARIABLES TO SUIT YOUR NEEDS ::
set WORLD_LOC=c:\Users\James Oldiges\Desktop\Minecraft Server\world
set BACKUP_LOC=c:\Users\James Oldiges\Desktop\Backup
:: DO NOT EDIT BEYOND THIS LINE ::
for /F "tokens=2-4 delims=/- " %%A in ('date/T') do set TODAY=%%A-%%B-%%C

set BACKUP_LOC_TODAY=%BACKUP_LOC%\%TODAY%
cd "%BACKUP_LOC_TODAY%"

for /F %%A in ('chdir') do set CURRENT_DIR=%%A

if "%BACKUP_LOC_TODAY%" NEQ "%CURRENT_DIR%" (mkdir "%BACKUP_LOC_TODAY%")
xcopy "%WORLD_LOC%" "%BACKUP_LOC%\%TODAY%" /D /E /C /R /H /I /K /Y

738
Computer Programming / Minecraft backup script.
« on: May 02, 2011, 05:48:52 pm »
Could someone help me with a script that would back up my Minecraft server every half hour?
(By help, I mostly mean doing it for me.)
It should have 24 backups (12 hours worth) and when that is done it overwrites the first backup.

Backup 1
Backup 2
....
Backup 24
Backup 1


I know a little C and i am fluent in Axe (not sure if the latter helps :P )



I have been in this community for quite some time, so even though this isn't a computer programing community, I know you guys won't give me viruses :/ )

739
Humour and Jokes / Re: Friday!
« on: April 30, 2011, 07:48:51 pm »
I am nearly tone-deaf so this sounds quite good to me. (other than cheesy lyrics)

740
TI Z80 / Re: zStart - an app that runs on ram clears
« on: April 30, 2011, 06:59:04 pm »
Request:  Have the molar mass thing turn on lowercase letters.

741
Humour and Jokes / Re: What pokemon are you?
« on: April 30, 2011, 03:05:08 pm »
togatic  :(
My favorite Pokemon is Exploud.

I tend to dislike the questions for these personality quizzes, there aren't enough answers to choose from.

742
Axe / Re: Axe Q&A
« on: April 24, 2011, 03:59:29 pm »
Think about it:

rand generates a number between 0 and 255.

Rand returns a 2 byte number i think,

743
Computer Usage and Setup Help / Re: Linux
« on: April 23, 2011, 11:57:21 am »
thanks guys

744
Computer Usage and Setup Help / Linux
« on: April 22, 2011, 10:06:49 am »
what is the best Linux to run.
It must be free

745
Miscellaneous / Re: Mr. Hott
« on: April 20, 2011, 10:32:57 pm »
Is he married? Does he have kids? Gah.
yes and yes

746
Miscellaneous / Re: Mr. Hott
« on: April 20, 2011, 10:21:07 pm »
Also, the misspelled "phon" keeps bugging me XD
Ya, that was really annoying.

The reason the students loved him so much is because he didn't do anything.  He just sat in a corner texting all period...  We made jokes that things like this were going on, but we didn't expect to be right.

747
Miscellaneous / Mr. Hott
« on: April 20, 2011, 08:58:06 pm »

748
News / Re: Warning about OS 3.0.1 destroying calcs
« on: April 20, 2011, 05:56:01 pm »
This is the 3rd reason for me to go with Casio. TI failed again. And everyone is like "OMG TI iz teh best company ever" on the Facebook page.
they delete negative posts and try to bann the person who wrote them...

749
The Axe Parser Project / Re: Features Wishlist
« on: April 19, 2011, 10:44:04 pm »
Request: 4 line rectangle.  (probably could be an axiom I guess.

It would draw 4 lines, but it would not be restricted to vertical and horizontal points.
I know This can be done through normal code, but The only way I see to do it is very large compared to what it could be.

750
The Axe Parser Project / Re: Features Wishlist
« on: April 18, 2011, 07:10:24 pm »
up once?

Pages: 1 ... 48 49 [50] 51 52 ... 166