Post Reply 
Kixtart scripts
Author Message
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #1
Kixtart scripts
Kixtart is nice. This is what I made in a few minutes, a fool-proof menu with confirmation! Noone can possibly mess this up.

cls
:choseinsttype
'Chose your installation'
?'1. Full'
?'2. Update'
?'3. Advanced'
get $in_insttype

$choice = 0
Select case $in_insttype = 'f' Or $in_insttype = '1'
$choice = 1
$insttype = 'F'
??'Full?'
case $in_insttype = 'u' Or $in_insttype = '2'
$choice = 1
$insttype = 'U'
??'Update?'
case $in_insttype = 'a' Or $in_insttype = '3'
$choice = 1
$insttype = 'A'
??'Advanced?'
endselect

if $choice <> 1
cls
'Error.'?
goto choseinsttype
endif


?'Y/N:' get $confirm

$choice = 0
select case $confirm = 'n'
cls
'Retry.'?
goto choseinsttype
case $confirm = 'y'
$choice = 1
goto insttypeok
endselect

if $choice <> 1
cls
'Retry.'?
goto choseinsttype
endif

:insttypeok
???
$insttype
exit


what a mess code though! that's the cool thing about kixtart. it just works no matter how ugly you make it :P

[Image: ub1985584.jpg]
19/03/2007 08:55 PM
Find all posts by this user Quote this message in a reply
beaner2k6
∞©∞

Posts: 2,523.4281
Threads: 62
Joined: 1st Mar 2007
Reputation: 1.65351
E-Pigs: 73.7237
Offline
Post: #2
RE: Kixtart scripts
cool i don't know what it is but it seems like a good thing if it works no matter how you make it

[Image: beaner2k6.jpg]
[Image: 218ohu.jpg]
[Image: newbitmapimage3aj5.png]
[Image: beaner2k6.png]
19/03/2007 09:32 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #3
RE: Kixtart scripts
O_o

What do you have to use KiXtart for?
(This post was last modified: 19/03/2007 11:35 PM by ZiNgA BuRgA.)
19/03/2007 11:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
sticky
Way Of Destruction 33

Posts: 719.3800
Threads: 25
Joined: 16th Mar 2007
Reputation: -1.78625
E-Pigs: 11.3336
Offline
Post: #4
RE: Kixtart scripts
what......is....kixtart????????????
19/03/2007 11:53 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #5
RE: Kixtart scripts
sticky Wrote:what......is....kixtart????????????
Some scripting language apparently...

kixtart
19/03/2007 11:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #6
RE: Kixtart scripts
I use it for things where batch files just won't do but i don't feel like making exes...

[Image: ub1985584.jpg]
20/03/2007 03:00 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,023.4213
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.0333
Offline
Post: #7
RE: Kixtart scripts
* ZiNgA BuRgA uses Visual Basic :) (it's interpreted, so no EXE compiling is required)
20/03/2007 03:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #8
RE: Kixtart scripts
you mean VBS? i considered that but i guess ppl can think its malicious. i never open vbs files unless i know what they do (usually i just open them and find out)

i know VB, but don't feel like the spoon especially when textmode is sufficient

[Image: ub1985584.jpg]
20/03/2007 04:45 AM
Find all posts by this user Quote this message in a reply
Ge64
Former Admin ;)

Posts: 3,163.4170
Threads: 295
Joined: 3rd Feb 2007
Reputation: 0.38918
E-Pigs: 108.4795
Offline
Post: #9
RE: Kixtart scripts
uhuh

[Image: ub1985584.jpg]
31/03/2007 08:31 PM
Find all posts by this user Quote this message in a reply
amzter
The bird stole my shoe.

Posts: 1,830.3066
Threads: 342
Joined: 3rd May 2007
Reputation: -4.56241
E-Pigs: 54.7074
Offline
Post: #10
RE: Kixtart scripts
that look soo confusing i only know how to html ( a lil) i mostly use dreamweaver

[Image: 494851774.png]
Search:
03/05/2007 12:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: