The following command runs Wincv.exe and loads myApp.exe and the default assemblies for browsing.
The following command runs Wincv.exe and loads only myApp.exe for browsing. The default assemblies do not load.
wincv /r:myApp.exe /nostdlib+
The following code shows the contents of a response file myFile.rsp. Using a response file eliminates the need to individually type the commands at the command prompt.
/r:myAssembly.dll
/r:myOtherAssembly.dll
The following command reads the response file myFile.rsp and executes the commands specified in the file.