thanx to mr kookie.. i PRIMARY partitioned
Announcement
Collapse
No announcement yet.
ZOMG I'm a computer geek.
Collapse
X
-
for all your partitioning needs, check out gparted and gparted livecd:
http://gparted.sourceforge.net/
http://gparted.sourceforge.net/livecd.php
allows resizing of existing partitions (inc. NTFS)
next best thing to LVM
Comment
-
Originally posted by MrThanh View Postbloody spammers. i dont know what a computer is, but would you like to find out what ban is?
20 PRINT "ban list"; U$
30 REM
40 INPUT "how many bans do you want: "; N
50 S$ = ""
60 FOR I = 1 TO N
70 S$ = S$ + "*"
80 NEXT I
90 PRINT S$
100 REM
110 INPUT "do you wnat to ban thes people? "; A$
120 IF LEN(A$) = 0 THEN GOTO 110
130 A$ = LEFT$(A$, 1)
140 IF (A$ = "Y") OR (A$ = "y") THEN GOTO 40
150 PRINT "BANNED!!!";
160 FOR I = 1 TO 200
170 PRINT U$; " ";
180 NEXT I
190 PRINT... retired/
Comment
Comment