net command

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

Which component I need to can use net command?
My image recognize the command but not execute it.

for example if i write net send 'computer name' hello
it give me the error:
an error occurred while sending a message to 'computer name'
the message alias could not be found on the network
 
make sure you have dns working fine.
try pinging the host before you send a msg to it

YaronM
 
Gianluca,

I don't know what you meant by the error "the message alias could not be
found on the network" - I haven't seen such from net.exe.
However, try including "Network Command Shell Interface Context" component
and see if it helps with net.exe commands. You may also want to include
"Network Command Shell" and "IP Router Monitor Library" components.

As a last trick in this series (if you are working with a Minlogon build),
you may fix a build network connection interface name problem by launching
this command "rundll32 netshell.dll HrRenameConnection" on runtime image.

Hope this helps,
KM
 
Thank you,
but I have already those components in my image and my application isn't a
minlogon
any other suggest?

Regards
Gianluca
 
I had to add "Messenger Service" component



Gianluca Facca said:
Thank you,
but I have already those components in my image and my application isn't a
minlogon
any other suggest?

Regards
Gianluca
 
I think you need to be part of the same work group or domain for net send to
work.


Sean Gahan
 
Back
Top