What type of files does the Shell command open??
Its not opening my .reg file.. I though it did all file types that had an associated application.
Is there anyway to get my vb app to run the specified .reg file??
-Sac
Printable View
What type of files does the Shell command open??
Its not opening my .reg file.. I though it did all file types that had an associated application.
Is there anyway to get my vb app to run the specified .reg file??
-Sac
i tried
Shell ("Regedit.exe \s " & App.Path & "\RegSetup.reg")
but it gives me an error saying it cant import it.. why?? My reg file is 100% correct in its content.