Extract SQLSERVER.exe programmatically
Database
1
Posts
1
Posters
0
Views
1
Watching
-
hi all, To extract SQLSERVER.exe, we run SQLEXPR /X from the command line which prompt the user to specify the Loaction where he want to extract the files.but i want to extract this file programmatically. so how can perform this task in vb.net ? I know shell command but i want to skip the Step, in which it asks from user for location of the extract files.