Why is not visible msg.exe in install programs
Why is not visible in Windows 7 ( I have Enterprise 64-bit new version ) command C:\Windows\System32\msg.exe. When I use explorer.exe I find msg.exe. If I Use install programs (like file manager) to find or run msg.exe i not find
it. why? How i set permissions to find and run msg.exe in install programs.
Because I use program IP Monitor
http://veronisoft.hostei.com/
and whe i send message I get:
msg /V /SERVER:localhost console sfdsdsa
'msg' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\system32>msg
'msg' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\system32>
and when i use program FreeCommander I don find msg.exe in directory C:\Windows\System32\ why?
And When I run cmd.exe i get:
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\mkovac>msg
Send a message to a user.
MSG {username | sessionname | sessionid | @filename | *}
[/SERVER:servername] [/TIME:seconds] [/V] [/W] [message]
username Identifies the specified username.
sessionname The name of the session.
sessionid The ID of the session.
@filename Identifies a file containing a list of usernames,
sessionnames, and sessionids to send the message to.
* Send message to all sessions on specified server.
/SERVER:servername server to contact (default is current).
/TIME:seconds Time delay to wait for receiver to acknowledge msg.
/V Display information about actions being performed.
/W Wait for response from user, useful with /V.
message Message to send. If none specified, prompts for it
or reads from stdin.
October 24th, 2010 8:30am
Hi, thank you for posting here.
Try to fix it by the steps in:
http://helpdeskgeek.com/how-to/fix-not-recognized-as-an-internal-or-external-command
This can fix ping.exe but is the same steps to fix msg.exe
This link may also helpful to you:
http://www.vistaheads.com/forums/microsoft-public-windows-vista-general/218139-help-msg-exe-winvista.html
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Regards,
Leo
HuangPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
October 27th, 2010 4:40am
I have system path corect setting because i have
C:\Program Files (x86)\IP Monitor>PATH
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\B
inn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Micr
osoft SQL Server\100\DTS\Binn\
and
msg.exe is on the path C:\Windows\system32\msg.exe
this is no problem is on the fix-not-recognized-as-an-internal-or-external-command
have you other way how help me?
October 27th, 2010 9:29am
Hi, also try to login with
Clean Boot
or Safe Mode
to see if the same issue occurs.
Regards,
Leo
HuangPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
October 31st, 2010 9:29pm
see http://stackoverflow.com/questions/4680045/c-cannot-find-file-specified
an excerpt:
edit: ok i found the problem when running 64bit 32 bit applications cannot run 64 bit apps in the system 32 folder. when trying to access this folder it redirects you to %WinDir%\SysWOW64 a work around is to use this path C:\Windows\Sysnative\file (%windir%\Sysnative)
February 18th, 2011 7:05am