Format:
Recent snippets matching tags of commandline
public static int Main(params string[] args) { List<string> filesList = new List<string>(); foreach (string arg in args) { if (arg.StartsWith("-")) { if (arg.ToLower().Contains("nogui")) ...; else if (arg.ToLower().Contains("autostart"))
32 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
