Click here to Skip to main content
15,885,366 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 6:19
Frank W. Wu23-May-14 6:19 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 6:41
mveRichard MacCutchan23-May-14 6:41 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 6:47
Frank W. Wu23-May-14 6:47 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 7:02
mveRichard MacCutchan23-May-14 7:02 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 7:41
mveRichard MacCutchan23-May-14 7:41 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 9:21
Frank W. Wu23-May-14 9:21 
GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Richard MacCutchan23-May-14 11:38
mveRichard MacCutchan23-May-14 11:38 
AnswerRe: Retrieving the .NET 4.0 install path from a batch file Pin
Eddy Vluggen23-May-14 7:31
professionalEddy Vluggen23-May-14 7:31 
Simple; create a console-application that retrieves the path. Call it from the batch-file.

That's how it SHOULD be done. If the network-admin complains that he won't allow foreign executables, simply upload the sourcecode to do it (as a text-file) and compile it on the target-machine itself.

If he still complains, make it a simple powershell-script. If he keeps complaining, send him here.

Yes, can also be done with the commands already available, and that way should be avoided. A hint below;
REGEDIT.EXE [ /L:system | /R:user ] /E exportfile.REG "registry_key"
Now you have the complete key in a text-file. Next, research "FOR".
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Retrieving the .NET 4.0 install path from a batch file Pin
Frank W. Wu23-May-14 9:23
Frank W. Wu23-May-14 9:23 
QuestionRe: Retrieving the .NET 4.0 install path from a batch file Pin
Eddy Vluggen23-May-14 9:45
professionalEddy Vluggen23-May-14 9:45 
Questionleast corner detection Pin
Member 1043467423-May-14 0:24
Member 1043467423-May-14 0:24 
SuggestionRe: least corner detection Pin
Richard Deeming23-May-14 1:27
mveRichard Deeming23-May-14 1:27 
Questionhow to disable controls using control.syle.add() Pin
Annsree21-May-14 21:05
Annsree21-May-14 21:05 
AnswerRe: how to disable controls using control.syle.add() Pin
Kornfeld Eliyahu Peter21-May-14 21:27
professionalKornfeld Eliyahu Peter21-May-14 21:27 
AnswerRe: how to disable controls using control.syle.add() Pin
ZurdoDev22-May-14 8:20
professionalZurdoDev22-May-14 8:20 
QuestionMVC 4 Local Database Pin
AnCristina21-May-14 4:09
professionalAnCristina21-May-14 4:09 
AnswerRe: MVC 4 Local Database Pin
AmitGajjar29-May-14 6:52
professionalAmitGajjar29-May-14 6:52 
GeneralRe: MVC 4 Local Database Pin
AnCristina9-Jun-14 8:43
professionalAnCristina9-Jun-14 8:43 
QuestionRead comamnd prompt output and displaying User Interface Pin
Mohan Subramani20-May-14 5:00
Mohan Subramani20-May-14 5:00 
SuggestionREPOST Pin
Richard Deeming20-May-14 5:13
mveRichard Deeming20-May-14 5:13 
QuestionGetting Corflags.exe values to a User Interface Pin
Mohan Subramani20-May-14 3:54
Mohan Subramani20-May-14 3:54 
AnswerRe: Getting Corflags.exe values to a User Interface Pin
Richard MacCutchan20-May-14 4:08
mveRichard MacCutchan20-May-14 4:08 
AnswerRe: Getting Corflags.exe values to a User Interface Pin
PIEBALDconsult20-May-14 5:59
mvePIEBALDconsult20-May-14 5:59 
AnswerRe: Getting Corflags.exe values to a User Interface Pin
Bernhard Hiller20-May-14 21:04
Bernhard Hiller20-May-14 21:04 
Questioncheck printing Pin
zuber ahmed17-May-14 2:52
zuber ahmed17-May-14 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.