Command String
Posted: Fri Jun 13, 2003 12:39 pm
				
				Hi
Is there a way to use a command string with my application?
For example, my application is called Foo.exe, i want the user to be able to write this:
and my application will receive FALSE and  know it will not show the splash on start.
Is this doable?
Cecil
			Is there a way to use a command string with my application?
For example, my application is called Foo.exe, i want the user to be able to write this:
Code: Select all
foo.exe?showSplash=falseIs this doable?
Cecil