Search found 55 matches: nul

Return to advanced search

Re: Esperar a que termine la plicaion llamada con ShellExecute

... minimized or maximized, Windows restores it to its original size and position (the same as 1). Hugs, xComando := "copy /b temp.txt prn > NUL" WaitRun( xCOMMAND, 7 ) Regards, Saludos.
by karinha
Sun Oct 13, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Esperar a que termine la plicaion llamada con ShellExecute
Replies: 7
Views: 303

Re: Flag para no crear archivos .MAP

Hola a todos, gracias por responder: Uso borland BCC70 y utilizo hbmk2 , todo se crea y funciona bien , solo que aparece un archivo nul.map y no tengo idea como se crea , porque se hace y me gustaria que se borre automatico. Se que en mi archivo bat puedo poner un condicion y se borre automaticamnte, ...
by carito
Tue Sep 24, 2024 3:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Flag para no crear archivos .MAP
Replies: 5
Views: 180

Re: SET MULTIPLE EN HARBOUR

Hola, No sé si hay equivalencia para el SET MULTIPLE OFF Una alternativa es crear un fichero cualquiera ( FCreate("Semaforo.Nul", FO_EXCLUSIVE) ) en exclusivo. El primer usuario / primera vez que entra pilla semaforo verde. Las siguientes pulsaciones no permitirá acceder. Si ...
by hmpaquito
Tue Apr 05, 2022 7:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET MULTIPLE EN HARBOUR
Replies: 9
Views: 767

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... !if $(RES_FILE) == YES $(APP_RES) : $(APP_RC) $(BORLANDC_RES_EXE) -r $** $(APP_EXE) :: $(APP_RES) @if exist $(APP_EXE) del $(APP_EXE) > nul !endif $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> make.tmp @echo ...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 7451

Re: Fix for Resedit

... and run it in admin mode: netsh interface set interface "Wi-Fi" disablestart c:\software\resedit\resedit.exeping -n 6 127.0.0.1 > nulnetsh interface set interface "Wi-Fi" enable change the path for resedit.exe to yours. Here it works :-) ping -n 6 127.0.0.1 > nul waits ...
by Antonio Linares
Fri Aug 06, 2021 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1961

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

... .hbmk\wi n\bcc\menu.obj .hbmk\win\bcc\frecuencia.obj .hbmk\win\bcc\pron_2.obj .hbmk\win\bcc\seeyou.obj .hbmk\win\bcc\mmovil.obj, menu.exe, nul, fiveh.lib fivehc.lib gtgui.lib hbextern.lib hbdebug.lib hbvm.lib hbrtl.lib hblang.lib hbcpage.lib gtcgi.l ib gtpca.lib gtstd.lib gtwin.lib gtwvt.lib ...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3738

Compilando con Harbour 3.2, Bcc7 y Hbmk2

... .hbmk\wi n\bcc\menu.obj .hbmk\win\bcc\frecuencia.obj .hbmk\win\bcc\pron_2.obj .hbmk\win\bcc\seeyou.obj .hbmk\win\bcc\mmovil.obj, menu.exe, nul, fivehg.lib fivehgc.lib gtgui.lib hbextern.lib hbdebug.lib hbvm.lib hbrtl.lib hblang.lib hbcpage.lib gtcgi .lib gtpca.lib gtstd.lib gtwin.lib gtwvt.lib ...
by Armando Picon
Sat Jan 25, 2020 6:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3738

harbour v1.x -> v.3x Error

... -aa c0w32.obj .hbmk\win\bcc\HBXBASE.obj .hbmk\win\bcc\_hbmkaut_HBXBASE.obj, HBXBASE.exe, nul, gtwvg.lib hbxpp.lib hbwin.lib png.lib hbextern.lib hbdebug.lib hbvmmt.lib hbrtl.lib hblang.lib hbcpage.lib gtcgi.lib gtpca.lib gtstd.lib gtwin.lib ...
by Jimmy
Thu Oct 17, 2019 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour v1.x -> v.3x Error
Replies: 2
Views: 551

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... -aa c0w32.obj .hbmk\win\bcc\HBXBASE.obj .hbmk\win\bcc\_hbmkaut_HBXBASE.obj, HBXBASE.exe, nul, gtwvg.lib hbxpp.lib hbwin.lib png.lib hbextern.lib hbdebug.lib hbvmmt.lib hbrtl.lib hblang.lib hbcpage.lib gtcgi.lib gtpca.lib gtstd.lib gtwin.lib ...
by Jimmy
Thu Oct 17, 2019 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 108523

Pdf a variable - SOLUCIONADO

... Abrí el archivo con un editor de texto y me di cuenta que muestra correctamente la información hasta que llega a los caracteres desconocidos NUL DLE , adjunto imagen. http://demo.livingo.co/images/imagen_pdf.png Segunda forma:     fMimeEnc( "c:\xpmake\factura.pdf", ...
by leandro
Wed May 15, 2019 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pdf a variable - SOLUCIONADO
Replies: 5
Views: 1241

Re: Building Harbour 3.4 for BCC outside MSYS

... -ap c0x32.obj "C:\Users\BYTE-ONE\AppData\Local\Temp\hbmk_jeve4z.dir\testend.obj", testend.exe, nul, hbmainwin.lib fiveh32.lib fivehc32.lib hbextern.lib hbdebug.lib hbvm.lib hbrtl.lib hblang.lib hbcpage.lib gtcgi.lib gtpca.lib gtstd.lib gtwin.lib ...
by byte-one
Fri Dec 08, 2017 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 20327

Re: funciones de FWH y Harbour en un archivo .txt

... CharWin([<nTop>],[<nLeft>],[<nBottom>],[<nRight>],[<xNewChar>],[<xOldChar>])->cNull CharXOR(<cString1>,<cString2>)->cResult CheckSum(<cString>)->nCheckSum Chr(<nCode>)->cChar ClearBit(<nInteger>|<cHex>,[<nBitPos,...>])->nNewValue ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6394

Re: funciones de FWH y Harbour en un archivo .txt

... HB_IdleWaitNoCPU HB_IsArray HB_IsBlock HB_IsByRef HB_IsDate HB_IsDateTime HB_IsFunction HB_IsHash HB_IsLogical HB_IsMemo HB_IsNil HB_IsNull HB_IsNumeric HB_IsObject HB_IsPointer HB_IsRegex HB_IsRegExString HB_IsString HB_JSONDecode HB_JSONEncode HB_KeyPut HB_KeyVal HB_LangErrMsg HB_LangMessage ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6394

Re: Construir Harbour con BCC 7.1

... "c:\bcc7164\lib\c0x64.o" ) + " {LO}, {OE}, " + iif( hbmk[ _HBMK_lMAP ], "{OM}", "nul" ) + ", {LL} {LB} {LF} " + cLibBCC_CRTL + " import64.a, {IM}, {LS}{SCRIPT}" cOpt_Dyn := "-Gn -Tpd -L{DL} {FD} " ...
by Antonio Linares
Fri Apr 21, 2017 10:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Construir Harbour con BCC 7.1
Replies: 34
Views: 6494

Re: Bug in ADrives()

The problem is that ADrives() should return (and did before the recent Windows updates) only the existing drives in the system. In my PC it did return C, D AND E while now it wrongly returns all the drives from C to Z. Using ISDISK() instead of the NUL trick fixed the problem for me.

EMG
by Enrico Maria Giordano
Thu Apr 13, 2017 8:31 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in ADrives() [Fixed]
Replies: 11
Views: 5306
Next

Return to advanced search