Search found 1 match

by dofele
22 Oct 2013 08:16
Forum: DOS Batch Forum
Topic: Reference to Variable
Replies: 2
Views: 2540

Reference to Variable

Hi, i need to know how i can pass the reference to a variable. i got an dll which writes the response to a parameter. example: var response="" rundll32.exe my.dll writeTestToParameter response echho %response% the method writeTestToParameter writes "test" to the parameter so the ...