I wish to execute 7za.exe, which is located in the directory of my project files at the moment, with the argument
"e"+strTheGadget+" -o C:\Program Files\Windows Sidebar\Shared Gadgets\"+strTheGadgetName+""
So I used this:
Process.Start("7za.exe e "+strTheGadget+" -o C:\Program Files\Windows Sidebar\Shared Gadgets\"+strTheGadgetName+"")
However, #Develop throws up an error that it can't find the application... any help?
I'm a n00b... I've just started with VB.NET...
(I'm using 7zip because I can't figure out #ZipLib)
I changed my timezone from +10 to -12 to save myself from the almighty wrath of Friday the 13th.