J Johnson Well-known member Joined Mar 6, 2009 Messages 158 Programming Experience Beginner Jul 20, 2009 #1 Basically i want a ppliacation thats not mine to run when my app closes. "C:\Program Files\CCleaner\CCleaner.exe" /AUTO is the command, is this possible?
Basically i want a ppliacation thats not mine to run when my app closes. "C:\Program Files\CCleaner\CCleaner.exe" /AUTO is the command, is this possible?
JuggaloBrotha VB.NET Forum Moderator Staff member Joined Jun 3, 2004 Messages 4,530 Location Lansing, MI; USA Programming Experience 10+ Jul 20, 2009 #2 VB.NET: System.Diagnostics.Process.Start("C:\Program Files\CCleaner\CCleaner.exe", "/AUTO") Upvote 0 Downvote
J Johnson Well-known member Joined Mar 6, 2009 Messages 158 Programming Experience Beginner Jul 20, 2009 #3 Thanks very much Upvote 0 Downvote