How Could I Get My Program That when I run it with -Cheat on the end to make it run SUB Programs?
In your Form_Load or Sub_Main (usually here, but not required), evaluate the Command$ variable for info
i.e: Code: Sub Main() if Command$ = "/p" then call Password etc... End Sub just in case you neeeded an explanation ------------------ david Teenage Programmer
Sub Main() if Command$ = "/p" then call Password etc... End Sub
Forum Rules