Why this program does not run telnet in windows 7
in XP it works fine
#include "fivewin.ch"
FUNCTION MAIN()
winexec( "telnet" )
RETURN NIL
P.S. telnet is enabled
WaitRun( "c:\windows\system32\Telnet.exe",1 )
WaitRun( GetWinDir()+"\system32\Telnet.exe",1 )
cStrg := "runas /noprofile /user:" + GetEnv( "COMPUTERNAME" ) + "\" + GetEnv( "USERNAME" ) + " TELNET"
winexec( cStrg )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 40 guests