Search found 20 matches: computername

Return to advanced search

Autostart on workstations with defined config-settings ?

... maybe a solution ? ( Alarm.exe is installed on the server ) http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27576&p=153877&hilit=computername#p153877 http://forums.fivetechsupport.com/viewtopic.php?f=3&t=30839&p=177539&hilit=computername#p177539 how it works in short ...
by ukoenig
Sat Aug 17, 2019 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autostart on workstations with defined config-settings ?
Replies: 1
Views: 533

REMOTE DESKTOP

When i execute an application with Remote Desktop (TS) ,
the function GetEnv( "COMPUTERNAME" ) return the NAME of the SERVER and not the name of the workstation that execute Remote Desktop .

How to know this name ?

Thanks
by Jack
Fri Jun 05, 2015 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REMOTE DESKTOP
Replies: 2
Views: 841

Re: Local INI file

Boris
And Section?
GetEnv( "COMPUTERNAME" ) + "_" + GetEnv( "USERNAME" )
by cnavarro
Sun Nov 03, 2013 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Local INI file
Replies: 9
Views: 3127

Manifest file to elevate User rights to Admin

... this manifest file. This works for me but it prompts for the user password. Code: cStrg := "runas /noprofile /user:" + GetEnv( "COMPUTERNAME" ) + "\" + GetEnv( "USERNAME" ) + " TELNET" winexec( cStrg ) @Rick: when you use winexec waitrun etc... ...
by Rick Lipkin
Wed Sep 26, 2012 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest file to elevate User rights to Admin
Replies: 1
Views: 656

Re: Copy to USB? Argox/Zebra

... windows: 1. Bring up printer properties and Share printer. 2. Create batch file with the following contents. net use lpt1 /delete net use lpt1 \\%computername%\PRINTERSHARENAME /persistent:yes rem replace PRINTERSHARENAME with the name you used. 3. Create link to batch file in startup folder. ...
by Gale FORd
Mon May 28, 2012 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy to USB? Argox/Zebra
Replies: 8
Views: 1660

Re: Impresoras y estaciones de trabajo

... reinstalacion del s.o. Aunque eso puede ser un mal menor. A mi me parece que la mejor solucion es buscar un identificador unico en la red, llamese computername, mac address o el que sea y luego ya una tabla que contenga id estacion/ documento/ impresora/ preview/ printer dialog. En mi experiencia, ...
by hmpaquito
Tue Dec 20, 2011 8:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresoras y estaciones de trabajo
Replies: 14
Views: 3571

Re: MyRpt - Diseñador de Reportings - En desarrollo :-)

... v0.409 http://code.google.com/p/fivewin-contributions/downloads/list?saved=1&ts=1310806811 v.0409 ------ + Add Specials Items: Page xx of yy, ComputerName, UserName, Date Report, TimeStamp,... -> Check (45) FuncItem.prg + Check ProdList.prg to see special item : Page xx of yy
by Carles
Sat Jul 16, 2011 9:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MyRpt - Diseñador de Reportings - En desarrollo :-)
Replies: 132
Views: 36032

S.O.S.: Error 0x23

... -fcompila.rmk -p MAKE Version 5.2 Copyright (c) 1987, 2000 Borland Macros: PIPEHANDLE = 0 .path.OBJ = .\obj USERDOMAIN = PAPA COMPUTERNAME = PAPA COMMONPROGRAMFILES = C:\Archivos de programa\Archivos comunes .path.CH = D:\fwh712\include;D:\fwh712\xhb712\include MAKEFLAGS = ...
by Armando Picon
Fri Jun 25, 2010 10:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: S.O.S.: Error 0x23
Replies: 11
Views: 3409

Re: Cómo saber que usuario esta usando la aplicación?

... PSEUDOCODIGO para hacer un fichero de texto como bloqueo: nHandle:= FCreate(CODIGO_USUARIO+ ".log", MODO COMPARTIDO) fwrite(nhandle, computername()) Si queremos saber si CODIGO_USUARIO esta conectado solo es necesario mirar si existe su log y si existe entonces intentar abrirlo en ...
by hmpaquito
Fri Jul 03, 2009 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo saber que usuario esta usando la aplicación?
Replies: 9
Views: 2791

Re: How to monitor a network directory?

Hello Otto 1 . Check if the wireless is ON FOR nX := 1 TO 10 inetinit() aIpDNS:=InetGetHosts(Getenv("ComputerName")) inetcleanup() IF len(aIpDNS) >= 1 IF aIpDNS[1] == "127.0.0.1" ::lRete := FALSE ELSE ::lRete := TRUE exit ENDIF ELSE ::lRete := FALSE ENDIF ...
by Maurizio
Tue Jun 30, 2009 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to monitor a network directory?
Replies: 17
Views: 4055

Re: Como hacer una impresion al puerto serial ?

... + If( ! "." $ cPort .and. ! "\\" $ cPort, ".PRN", "" ) // considers the port can be a network route (\\computername\sharename) ::hDC := -1 // FCreate( ::cPort ) moved down, after port checking is done ::LastError := 0 ::lFile := ! ( Left( cPort, 3 ) == ...
by Erick Almanza
Sat Apr 04, 2009 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como hacer una impresion al puerto serial ?
Replies: 3
Views: 877

Hola,

Prueba con :

// Nombre Equipo

cEquipo:=getenv("COMPUTERNAME")

// Nombre usuario

cUsuario:=getenv("USERNAME")


Atte.,

Lautaro Moreira
by Lautaro
Wed Dec 10, 2008 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda plisss !!!!!!!! obtener datos del equipo(nombre)
Replies: 2
Views: 596

Hello,

You can try this :


cName:=getenv("COMPUTERNAME")


this it's ok in Windows Vista Busines.


Atte.,

Lautaro Moreira


Pd. : Sorry for my bad english
by Lautaro
Sun Dec 07, 2008 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Computer/Workstation name
Replies: 5
Views: 1248

EN LA LINEA DE COMANDO DEL MSDOS DA SET Y TE DARA UNA LISTADE VARIABLES Y UTILIZANDIO Getenv("computername") EN TU PROGRAMA POR EJEM. SE PUEDEN HACER ALGUNAS COSAS EN FIN A LOMEJOR SE TE OCURRA ALGO.
by JOSEMAR
Thu Nov 27, 2008 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: una pequeña duda
Replies: 5
Views: 2156

... GetEnv( cNombreVariable ) la cual obtiene el contenido de variables internas de windows por ejemplo ?getenv( "WINDIR" ) // c:\windows ?getenv( "COMPUTERNAME" ) // en mi caso "CARLITOSPC1" ?getenv( "USERNAME" ) // en mi caso "VARGAS07" dando un set en le prompt puedes obtener una lista de las ...
by carlos vargas
Wed Nov 12, 2008 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAPTURO EL NOMBE DEL USUARIO DE WINDOWS
Replies: 2
Views: 580
Next

Return to advanced search