Posts by Vitor Queiroz • 1 point
2 posts
-
-1
votes3
answers85
viewsQ: Searching and opening files by name
Well I’d like a code that looks all over the directory @"c:\" with a name I put and open the folder or folders where they are located. Ex: Process.Start(@"c:\" + PastaOndeEstaLocalizadoOArquivo);…
-
0
votes1
answer398
viewsQ: How to run programs without specific path
Example: I want you to automatically do a search of the program I write, and if you find an application ". exe" it run it, if not find, send a message saying that the program is not installed on the…