net command

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
 
Y

Yaron Maor

make sure you have dns working fine.
try pinging the host before you send a msg to it

YaronM
 
K

KM

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
 
G

Gianluca Facca

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

Regards
Gianluca
 
G

Gianluca Facca

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
 
S

Sean Gahan

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


Sean Gahan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top