net command

Posted: 12-30-2003, 08:55 AM
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


Reply With Quote

Responses to "net command"

Yaron Maor
Guest
Posts: n/a
 
Re: net command
Posted: 12-30-2003, 09:02 AM
make sure you have dns working fine.
try pinging the host before you send a msg to it

YaronM

"Gianluca Facca" <g.facca@teledata-i.com> wrote in message
news:%23ERRWsrzDHA.548@tk2msftngp13.phx.gbl...
> 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
>
>

Reply With Quote
Gianluca Facca
Guest
Posts: n/a
 
Re: net command
Posted: 12-30-2003, 09:12 AM
The ping is successfull, but net send and the other net command do not work

"Yaron Maor" <yaronmaor@012.net.il> ha scritto nel messaggio
news:ug2N6vrzDHA.3416@tk2msftngp13.phx.gbl...
> make sure you have dns working fine.
> try pinging the host before you send a msg to it
>
> YaronM
>
> "Gianluca Facca" <g.facca@teledata-i.com> wrote in message
> news:%23ERRWsrzDHA.548@tk2msftngp13.phx.gbl...
> > 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
> >
> >
>
>

Reply With Quote
KM
Guest
Posts: n/a
 
Re: net command
Posted: 12-30-2003, 09:38 AM
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
> The ping is successfull, but net send and the other net command do not
work
>
> "Yaron Maor" <yaronmaor@012.net.il> ha scritto nel messaggio
> news:ug2N6vrzDHA.3416@tk2msftngp13.phx.gbl...
> > make sure you have dns working fine.
> > try pinging the host before you send a msg to it
> >
> > YaronM
> >
> > "Gianluca Facca" <g.facca@teledata-i.com> wrote in message
> > news:%23ERRWsrzDHA.548@tk2msftngp13.phx.gbl...
> > > 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
> > >
> > >
> >
> >
>
>

Reply With Quote
Gianluca Facca
Guest
Posts: n/a
 
Re: net command
Posted: 12-30-2003, 10:00 AM
Thank you,
but I have already those components in my image and my application isn't a
minlogon
any other suggest?

Regards
Gianluca

"KM" <konstmor@nospam_yahoo.com> ha scritto nel messaggio
news:ebgKTEszDHA.1660@TK2MSFTNGP09.phx.gbl...
> 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
>
> > The ping is successfull, but net send and the other net command do not
> work
> >
> > "Yaron Maor" <yaronmaor@012.net.il> ha scritto nel messaggio
> > news:ug2N6vrzDHA.3416@tk2msftngp13.phx.gbl...
> > > make sure you have dns working fine.
> > > try pinging the host before you send a msg to it
> > >
> > > YaronM
> > >
> > > "Gianluca Facca" <g.facca@teledata-i.com> wrote in message
> > > news:%23ERRWsrzDHA.548@tk2msftngp13.phx.gbl...
> > > > 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
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Reply With Quote
Gianluca Facca
Guest
Posts: n/a
 
Re: net command
Posted: 12-30-2003, 11:01 AM
I had to add "Messenger Service" component



"Gianluca Facca" <g.facca@teledata-i.com> ha scritto nel messaggio
news:%23mWPtQszDHA.2460@TK2MSFTNGP10.phx.gbl...
> Thank you,
> but I have already those components in my image and my application isn't a
> minlogon
> any other suggest?
>
> Regards
> Gianluca
>
> "KM" <konstmor@nospam_yahoo.com> ha scritto nel messaggio
> news:ebgKTEszDHA.1660@TK2MSFTNGP09.phx.gbl...
> > 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
> >
> > > The ping is successfull, but net send and the other net command do not
> > work
> > >
> > > "Yaron Maor" <yaronmaor@012.net.il> ha scritto nel messaggio
> > > news:ug2N6vrzDHA.3416@tk2msftngp13.phx.gbl...
> > > > make sure you have dns working fine.
> > > > try pinging the host before you send a msg to it
> > > >
> > > > YaronM
> > > >
> > > > "Gianluca Facca" <g.facca@teledata-i.com> wrote in message
> > > > news:%23ERRWsrzDHA.548@tk2msftngp13.phx.gbl...
> > > > > 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
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Reply With Quote
Sean Gahan
Guest
Posts: n/a
 
Re: net command
Posted: 12-30-2003, 03:05 PM
I think you need to be part of the same work group or domain for net send to
work.


Sean Gahan


"Gianluca Facca" <g.facca@teledata-i.com> wrote in message
news:%23ERRWsrzDHA.548@tk2msftngp13.phx.gbl...
> 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
>
>

Reply With Quote
Mule Skinner
Guest
Posts: n/a
 
Net Command
Posted: 06-07-2004, 04:55 PM
Which file/component has the help in it for the Net.EXE Command? When I
type Net ? or Net /? I get "Error accessing the Help File"

Thanks Again,
Richard


Reply With Quote
Bing.Chen
Guest
Posts: n/a
 
Re: Net Command
Posted: 06-08-2004, 01:24 AM
Dear Mule,

I think that you must uncheck "Do not copy help files for this *".

1. Try to select "settings->Other Settings->Do not copy help files for
this configuration"

2. Try to select "Net.exe Utility->settings->Do not copy help files for
this component "


Best Regards,
Bing Chen
2004.06.08


"Mule Skinner" <S@S.com> ¦b¶l¥ó news:OaioTBLTEHA.3720@TK2MSFTNGP10.phx.gbl
¤¤¼¶¼g...
> Which file/component has the help in it for the Net.EXE Command? When I
> type Net ? or Net /? I get "Error accessing the Help File"
>
> Thanks Again,
> Richard
>
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I used dos command ???? Genie Windows Vista Install & Setup 4 05-30-2006 12:15 PM
Command DATE OUG Windows XP Configuration & Management 3 10-12-2004 11:14 AM
command prompy wayne o Windows XP Configuration & Management 2 06-30-2004 12:53 PM
NET USE command _LS_ Windows XP Printers / Scanners / Fax 9 10-29-2003 06:43 AM
dos command:( gopi Windows XP 3 07-11-2003 02:00 AM