CommandLineMod

BlitzMax Forums/BlitzMax Module Tweaks/CommandLineMod

Ked(Posted 2007) [#1]
I created this because I liked B+'s and B3D's CommandLine$() function. I'm sorry if this has already been done.

DOWNLOAD:
http://files.filefront.com/CommandLineModzip/;9213164;/fileinfo.html
http://www.sendspace.com/file/f0yhkf


xlsior(Posted 2007) [#2]
"Cannot Find Server", so I couldn't look at your file... I'm guessing it's something like this?


Local t:Int
Local c:String

For t = 1 To AppArgs.length-1
	c$=c$+AppArgs[t]+" "
Next

Print "Command line: "+c$



Ked(Posted 2007) [#3]
I'm honestly not sure if thats similar to my code because when I created that module I didn't know what the code meant but knew what the outcome would be (if that makes sense). I have no idea how I did it but it worked!

I will get another link ready in the morning.


xlsior(Posted 2007) [#4]
You links might be fine, it seems my internet is a bit on the fritz tonight.


Ked(Posted 2007) [#5]
Another link added.