Click here to Skip to main content
15,920,632 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: [newbie] error C2065: 'b' : undeclared identifier Pin
jon-8013-Jun-09 5:18
professionaljon-8013-Jun-09 5:18 
GeneralRe: [newbie] error C2065: 'b' : undeclared identifier Pin
Luc Pattyn13-Jun-09 14:32
sitebuilderLuc Pattyn13-Jun-09 14:32 
AnswerRe: [newbie] error C2065: 'b' : undeclared identifier Pin
N a v a n e e t h13-Jun-09 4:48
N a v a n e e t h13-Jun-09 4:48 
Question[newbie] error C2065: 'b' : undeclared identifier Pin
jon-8013-Jun-09 4:12
professionaljon-8013-Jun-09 4:12 
AnswerRe: [newbie] error C2065: 'b' : undeclared identifier Pin
dybs13-Jun-09 5:20
dybs13-Jun-09 5:20 
QuestionDataGrid1 column width Pin
wael_r12-Jun-09 23:36
wael_r12-Jun-09 23:36 
QuestionRunning apps remotely (CLI) Pin
See_Sharp12-Jun-09 10:51
See_Sharp12-Jun-09 10:51 
AnswerRe: Running apps remotely (CLI) Pin
Randor 12-Jun-09 12:55
professional Randor 12-Jun-09 12:55 
See_Sharp wrote:
Does anyone know a CLI command that can do this? Just the command or an idea would do, I just need a better starting point.


There is no simple CLI 'command' to execute code on remote computers. If it were that simple to execute code on remote machines we would be in big trouble. Mark Russinovich over at Microsoft created a great tool called PsExec [^]which does exactly what your describing. You can even use it in batch files.

It is certainly possible to create a tool which does the same thing. Mark described how psexec is implemented in this WindowsITPro article[^] but unfortunately it requires a subscription to be read. If you look around the net you will find others who have discussed how PsExec works:

PsExec Internals[^]

Best Wishes,
-David Delaune
GeneralRe: Running apps remotely (CLI) Pin
See_Sharp12-Jun-09 13:30
See_Sharp12-Jun-09 13:30 
QuestionLabel flickering Pin
cherrymotion11-Jun-09 21:56
cherrymotion11-Jun-09 21:56 
AnswerRe: Label flickering Pin
Luc Pattyn12-Jun-09 2:59
sitebuilderLuc Pattyn12-Jun-09 2:59 
GeneralRe: Label flickering Pin
cherrymotion12-Jun-09 3:34
cherrymotion12-Jun-09 3:34 
GeneralRe: Label flickering Pin
Luc Pattyn12-Jun-09 3:40
sitebuilderLuc Pattyn12-Jun-09 3:40 
GeneralRe: Label flickering Pin
cherrymotion12-Jun-09 4:34
cherrymotion12-Jun-09 4:34 
GeneralRe: Label flickering Pin
Luc Pattyn12-Jun-09 4:50
sitebuilderLuc Pattyn12-Jun-09 4:50 
QuestionAvoid if else... Pin
vikasvds11-Jun-09 2:19
vikasvds11-Jun-09 2:19 
AnswerRe: Avoid if else... [modified] Pin
thoru11-Jun-09 3:17
thoru11-Jun-09 3:17 
AnswerRe: Avoid if else... Pin
led mike11-Jun-09 4:36
led mike11-Jun-09 4:36 
AnswerRe: Avoid if else... Pin
LionAM13-Jun-09 21:25
LionAM13-Jun-09 21:25 
GeneralRe: Avoid if else... Pin
vikasvds14-Jun-09 21:36
vikasvds14-Jun-09 21:36 
QuestionRun external executable file in C++ Pin
wael_r11-Jun-09 2:11
wael_r11-Jun-09 2:11 
AnswerRe: Run external executable file in C++ Pin
vikasvds11-Jun-09 2:28
vikasvds11-Jun-09 2:28 
AnswerRe: Run external executable file in C++ Pin
Luc Pattyn11-Jun-09 3:23
sitebuilderLuc Pattyn11-Jun-09 3:23 
QuestionBeginning C++/CLI Question Pin
Shadowsoal9-Jun-09 13:39
Shadowsoal9-Jun-09 13:39 
AnswerRe: Beginning C++/CLI Question Pin
N a v a n e e t h9-Jun-09 16:30
N a v a n e e t h9-Jun-09 16:30 

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.