Search found 80 matches: shutdown

Return to advanced search

Re: OT, shutdown linux desde mi aplicación

Horacio eso es Facil,

Primero tienes ubicarte este archivo
y lo pones en el directorio de tu aplicacion y luego el codigo es este

Code: Select all  Expand view

WaitRun( "plink.exe -pw " + LinuxPass + " " + LinuxUser + "@" + LinuxHost + " poweroff ", 0 )

 
by pablovidal
Fri Dec 20, 2013 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT, shutdown linux desde mi aplicación
Replies: 5
Views: 659

Re: OT, shutdown linux desde mi aplicación

Gracias Adolfo por tu respuesta. Alguna idea donde podría empezar a mirar este tema. Existe alguna utilidad desarrollada en Harbour ? Nuevamente gracias.

Saludos
by horacio
Thu Dec 19, 2013 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT, shutdown linux desde mi aplicación
Replies: 5
Views: 659

Re: OT, shutdown linux desde mi aplicación

Si y solo si tienes acceso a una cuenta del grupo ROOT
Eso solo para empezar, segundo, deberias poder accesar por SSH o TELNET

Con eso en mente "se podria"

Saludos
by Adolfo
Wed Dec 18, 2013 9:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT, shutdown linux desde mi aplicación
Replies: 5
Views: 659

OT, shutdown linux desde mi aplicación

Hola a todos, necesitaría apagar un servidor Linux Ubuntu desde una aplicación FWH. Es posible ? Desde ya muchísimas gracias.

Saludos
by horacio
Wed Dec 18, 2013 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT, shutdown linux desde mi aplicación
Replies: 5
Views: 659

Re: Visual Studio 2013 download

... moment, only to MSDN subscribers, soon (maybe today) , to public. FWH Works fine desktop mode in Windows 8.1, and we can boot direct to desktop, shutdown from desktop, disable chams and Works like old Windows 7. :P important to note that is a preview version, that is, subject to change, it is ...
by norberto
Thu Jun 27, 2013 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio 2013 download
Replies: 13
Views: 4141

Windows 8 vs Ubuntu 13.04 quality...

... where Ubuntu were complaining about Windows that had corrupted the file system. To my surprise it was required a chkdsk /f from Windows, a total shutdown and then Ubuntu started again smoothly. The funny thing is that I was thinking bad about Ubuntu, when it is Windows 8 the one that is constantly ...
by Antonio Linares
Sat Jun 22, 2013 10:34 am
 
Forum: Off Topic / Otros temas
Topic: Windows 8 vs Ubuntu 13.04 quality...
Replies: 2
Views: 945

Re: lost memory with images in xBrowse

... to a blob field that are later shown on an xbrowse? Or everyone else is living with the problem and simply accept that the application must be shutdown frequently? This is indeed a bug and an easy one to reproduce with your sample code. I hope Mr. Rao takes notice and at least offer a workaround. ...
by reinaldocrespo
Wed Dec 19, 2012 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lost memory with images in xBrowse
Replies: 24
Views: 4997

Re: Server vs Notebook as Server for FW programms

... production, as if nothing has happened, takes two minutes. We also deployed a spare server in case there's a major malfunction or if we need to shutdown the main server for maintenance, the spare one takes over. Migrating virtual machines from one server to another takes a couple of minutes. ...
by HunterEC
Tue Nov 06, 2012 4:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 17082

Re: xHB TipClientHTTP( ) substitute ?

Thanks for the libraries. However, I still have the same issue. 1) If I only link hbtip.lib, I get a successful build, but the error I mentioned before that does not allow me to create a new tipclienthttp object 2) If I link in hbtipssl.lib or hbtipssl.lib and hbtip.lib, I get the following error in...
by TimStone
Wed Oct 17, 2012 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHB TipClientHTTP( ) substitute ?
Replies: 30
Views: 8248

Re: No more shadows on Win8 :-(

... etc. as there is the win7manager, with tweaks. but I noticed that my computer was faster without this lot of things, including the graphics, boot, shutdown, etc. to back start menu google it : classic shell setup 361. Regards
by norberto
Tue Sep 11, 2012 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: No more shadows on Win8 :-(
Replies: 19
Views: 5302

Compilando updftp.prg MVC 2010

... distinta C:\VC2010\SDK\Include\winsock.h(832) : vea la declaración de 'setsockopt' C:\VC2010\SDK\Include\winsock2.h(2018) : error C2375: shutdown' : nueva definición; vinculación distinta C:\VC2010\SDK\Include\winsock.h(839) : vea la declaración de 'shutdown' C:\VC2010\SDK\Include\winsock2.h(2039) ...
by nnicanor
Tue Apr 17, 2012 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando updftp.prg MVC 2010
Replies: 1
Views: 738

Visor de LIBS

Hola,

Algun programa/utileria para ver el contenido de las LIBS ando buscando unas funciones de HB_SendMail pero no las encuentro

SSL_INIT
Rand_Seed
SSL_CTX_New
SSL_ShutDown

con el ultimo build de HB bajado del SVN


Saludos,
Mauricio
by Mauricio
Fri Feb 10, 2012 1:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visor de LIBS
Replies: 1
Views: 529

Re: FTP access suddenly doesn't work!?

... still the same problem. Have you tried rebooting? Sometimes this seems to fix some vary strange problems. Of course, every night I go to sleep and shutdown the laptop :) Anyway, will check the WinInet.DLL Thanks for attention
by codemaker
Wed Dec 14, 2011 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP access suddenly doesn't work!?
Replies: 29
Views: 9644

Re: Logoff on exit

Maybe You want to use a DLL-Function : DLL32 FUNCTION ExitWindow; ( dwReserved AS LONG, ; uReturnCode AS LONG ) ; AS LONG PASCAL; FROM "ExitWindows" LIB "USER32" and DLL32 FUNCTION ExitWindEx; ( uFlags AS LONG, ; dwReserved AS LONG ) ; AS LONG PASCAL; FROM "ExitWindowsEx&quo...
by ukoenig
Thu Feb 10, 2011 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logoff on exit
Replies: 3
Views: 1211

Re: Shutdown a prog. and restart it again within the program ?

Mr. Uwe Gradients also can be set and reset during runtime. Please examine the following sample. This sample demonstrates: 1. Switching of MDI backgrouds between Images, Image tiled mode, Image fill mode and Gradients and resizing filled-image and gradient backgrounds while resizing the main window ...
by nageswaragunupudi
Sun Jan 02, 2011 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shutdown a prog. and restart it again within the program ?
Replies: 10
Views: 4428
PreviousNext

Return to advanced search