Search found 250 matches: waitrun

Return to advanced search

Fulltext-Search

... Prompt (cmd) that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with waitrun(). I redirect the response from findstr to a file and then examine the hits. Actually, the program only needs the search string and the path ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1245

Re: How to include hbCurl?

... +; aSrc[I] + '" -F "uploadDirectory=' + cuploadDirectory + '" ' +; cEndpointRooms + ' > ' +; clogrooms + '"' WAITRUN( DCOM, 0)
by Otto
Fri Mar 08, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2949

Re: Abrir una aplicacion en una ventana MDI

Saludos y gracias por las respuestas, si es un Exe lo llamo con WaitRun() pero se va al inicio de la pantalla y no dentro de la aplicación principal voy a probar las indicaciones y comento si ubiera un ejemplo agradecido
by CARLOS ATUNCAR
Fri Nov 10, 2023 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir una aplicacion en una ventana MDI
Replies: 4
Views: 585

Re: DBF . Commit

... I := 1 to 5000 APPEND BLANK REPLACE FIELD ->test WITH "TEST"+ str(i) + time() UNLOCK if I = 5000 ? FILEDATE( cDbf ), FILETIME( cDbf ) waitrun( 'powershell_ise.exe -file ".\ps_datumzeit.ps1"' ) endif NEXT # Definieren Sie den Pfad zur Datei$filePath = "c:\fwh2023\samples\MYTEST19.DBF"# ...
by Otto
Sun Oct 22, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339

Re: No borrar fichero

Armando wrote:Mr. Enrico,

I didn't understand your idea, I'm sorry, can you expand on it

Regards

Enrico Maria Giordano wrote:Also try with WAITRUN().


Code: Select all  Expand view
WAITRUN( "your_pdf_reader.exe your_pdf_file.pdf" )
by Enrico Maria Giordano
Fri Oct 20, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No borrar fichero (SOLUCIONADO)
Replies: 12
Views: 478

Re: No borrar fichero

Mr. Enrico,

I didn't understand your idea, I'm sorry, can you expand on it

Regards

Enrico Maria Giordano wrote:Also try with WAITRUN().
by Armando
Fri Oct 20, 2023 6:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No borrar fichero (SOLUCIONADO)
Replies: 12
Views: 478

Re: No borrar fichero

Also try with WAITRUN().
by Enrico Maria Giordano
Fri Oct 20, 2023 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No borrar fichero (SOLUCIONADO)
Replies: 12
Views: 478

Re: wrong Desciption of WaitRun() Error

Dear Hua,

github allows you to search in the wiki repo
by Antonio Linares
Fri Nov 04, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wrong Desciption of WaitRun() Error
Replies: 3
Views: 267

Re: wrong Desciption of WaitRun() Error

Antonio,
How to use this wiki? Do we have to download and host it ourselves because everything seems to be pure text files

Thank you
by hua
Fri Nov 04, 2022 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wrong Desciption of WaitRun() Error
Replies: 3
Views: 267

wrong Desciption of WaitRun() Error

hi,
0 System was out of memory, executable file was corrupt, or relocations were invalid.
2 File was not found.
3 Path was not found.
...

as i found out 0 == OK so it must be
1 System was out of memory

please change it in Help File
by Jimmy
Thu Nov 03, 2022 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: wrong Desciption of WaitRun() Error
Replies: 3
Views: 267

Re: FWH: All functions, classes, methods with source code

Making the lib is ok.

The program is making a LST file from the lib, but when I make a LST file from my lib

WaitRun( cBccFolder + "bin\tlib.exe ..\lib\maveco.lib, maveco.lst " )

the content is :

No public symbols exist.
by Marc Venken
Wed Sep 14, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1580

Re: WAITRUN() doesn't wait

Ok, thank you.

EMG
by Enrico Maria Giordano
Sun Jul 17, 2022 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WAITRUN() doesn't wait
Replies: 2
Views: 386

Re: WAITRUN() doesn't wait

Dear Enrico,

If you replace calc.exe with notepad exe then it works as expected

Why ? No idea...
by Antonio Linares
Sun Jul 17, 2022 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WAITRUN() doesn't wait
Replies: 2
Views: 386

WAITRUN() doesn't wait

The END message pops up while the calculator is still active. Any ideas?

Code: Select all  Expand view
#include "Fivewin.ch"


FUNCTION MAIN()

    WAITRUN( "calc.exe" )

    ? "END"

    RETURN NIL


EMG
by Enrico Maria Giordano
Sun Jul 17, 2022 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WAITRUN() doesn't wait
Replies: 2
Views: 386
Next

Return to advanced search