Search found 295 matches: cmd

Return to advanced search

Re: How to include hbCurl?

... "is_syncing": false}' ``` Now, applying this format to your specific case, the command should look something like this: ```bash DCOM := 'cmd /c curl -X POST https://us8.api.mailchimp.com/3.0/lists/' + cListID + '/members/' + cSecure_Email + '/tags --user "anystring:' + cApi + '" ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2947

Re: SWAGGER-UI para documentar nuestras API.

... API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi+' > clogrooms.txt' In order ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: How to include hbCurl?

... API, but struggle with the one that can change a TAG (like a groupname) into Mailchimp. This is working, and I get the tags from a email DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi+' > clogrooms.txt' In order ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2947

Fulltext-Search

Hello friends, I'm working on a full-text search module. I'm using findstr. findstr is a command-line tool in Windows Command 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 ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1243

Re: How to include hbCurl?

Marc, you can redirect to a file: clogrooms and then read with memoread. Regards, Otto DCOM := 'cmd /c "' +; cCurlPath + 'curl.exe -u username:password -i -k -F "fileToUpload=@' +; aSrc[I] + '" -F "uploadDirectory=' + cuploadDirectory + '" ' +; ...
by Otto
Fri Mar 08, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2947

file ID in the Windows file system

... simple example of how you might retrieve a file's ID using the fsutil command: 1. Open Command Prompt as Administrator. 2. Execute the command: ```cmd fsutil file queryfileid C:\path\to\your\file.txt ``` Replace `C:\path\to\your\file.txt` with the actual path to your file. This will return the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Using Microsoft AI Phi-2 from FWH

... 2>Building Custom Rule F:/llama.cpp/CMakeLists.txt 3>Generating build details from Git 2>ggml.c 3>-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.43.0.windows.1") 3>Building Custom Rule F:/llama.cpp/common/CMakeLists.txt 3>build-info.cpp 2>C:\Program ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8282

Firmar con COPICOM RSA SHA256

... de Microsoft Descargar de aquí https://wwws.prodemge.gov.br/component/phocadownload/category/26-capicom Instalar, luego ejecutar CMD como administrador y ejecutar el siguiente comando para registrar COPICOM.DLL C:\Windows\system32> regsvr32 “C:\Program Files\Microsoft CAPICOM ...
by acuellar
Fri Jun 09, 2023 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Firmar con COPICOM RSA SHA256
Replies: 8
Views: 531

vscode usefull settings

To open the terminal using cmd.exe in the current path where you are: From settings look for "terminal" then click on "Edit on settings.json" and add these entries: "terminal.integrated.shell.windows": "cmd.exe", ...
by Antonio Linares
Sat Jun 03, 2023 9:29 am
 
Forum: Utilities / Utilidades
Topic: vscode usefull settings
Replies: 0
Views: 398

Re: como se puede insertar cmd en dialogo

buenas pongo el archivo txt y queda bastante bien muchas gracias a todos
by morin0510
Mon May 08, 2023 8:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como se puede insertar cmd en dialogo
Replies: 11
Views: 1001

Re: como se puede insertar cmd en dialogo

Buenos dias Si observas bien el video, verás que SI te indica el error. hello.prg[7] Error E0020 ....... Puedes tener solo la ventana del CMD o tener CMD y el resultado de info.txt Como D. Antonio Linares te indicó, si utilizas " > info.txt ", todo lo que te va a mostrar el CMD ...
by JESUS MARIN
Mon May 08, 2023 5:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como se puede insertar cmd en dialogo
Replies: 11
Views: 1001

Re: como se puede insertar cmd en dialogo

buenas si es bastante parecido a lo que tenia pensado, pero la cmd solo la quiero para ver si hay algun error y ver la linea del error ,con lo del archivo txt que me dijo antonio sale pero no dice la linea del error tengo que mirarlo en la cmd que sale ...
by morin0510
Sun May 07, 2023 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como se puede insertar cmd en dialogo
Replies: 11
Views: 1001

Re: como se puede insertar cmd en dialogo

... Winexec(d:\prueba\p1.bat") funciona pero no ves los errores y quisiera poner debajo del editor en la misma pantalla el texto que sale en cmd para no ir de un lado a otro no se si se puede hacer y si me explique bien lo que quiero hacer. Buenas ¿ algo como esto ? (está reducido para que ...
by JESUS MARIN
Sun May 07, 2023 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como se puede insertar cmd en dialogo
Replies: 11
Views: 1001

Re: como se puede insertar cmd en dialogo

en los samples sciedit.prg modificado como buenamente e podido
by morin0510
Sat May 06, 2023 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como se puede insertar cmd en dialogo
Replies: 11
Views: 1001

Re: como se puede insertar cmd en dialogo

muchas gracias me puede servir lo que queria
by morin0510
Sat May 06, 2023 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como se puede insertar cmd en dialogo
Replies: 11
Views: 1001
Next

Return to advanced search