B4J Library jShell library - Erel    Aug 27, 2025   (7 reactions) The jShell library allows you to start other programs. It is based on Apache Commons Exec project: http://commons.apache.org/proper/commons-exec/index.html
The programs are always started... B4J Code Snippet Get UUID with jshell (Windows) - behnam_tr    Jan 11, 2025   (3 reactions) Tested On Windows Only./
Windows 7 - 8 - 8.1 - 10 - 11
Sub RunShellCommand
Private shl As She... B4J Question jShell timeout, what will happen? - wimpie3    Jun 2, 2024 I have this in my code:
shl.Run(20000) 'set a timeout of 20 seconds
Wait For (shl) shl_ProcessCo... B4J Question Cannot get jShell stdOut, it only show on the log when close the app - max123    May 15, 2024 Hi all,
I access YUICompressor java file with jShell, this library minify JS and CSS files by removing whitespaces, tabs,
end of lines and any character that not really needed and so to be smaller... Share My Creation [Project Template] jRDC2 Server - aeric    Dec 17, 2025   (5 reactions) Version: 3.30 Project template based on jRDC2 version 2.23 with sample database. 162504 GitHub: https://github.com/pyhoon/jrdc2-server-template-b4j Template: JRDC Server (3.30).b4xtemplate Supported databases: SQLite MySQL MS SQL Firebird Postgresql DBF Depends on: JavaObject jRandomAccessFile jServer jShell jSQL B4X Client app: jRDC2 Client (B4J, B4A, B4i) Version 1.x is available here: https://www.b4x.com/android/forum/threads/project-template-jrdc2-server-sqlite-mysql-ms-sql... B4J Question ffmpeg command problem with jshell - zed    Oct 16, 2023 Hi all,
I am making a utility to convert files to another format.
For this, I use FFMPEG and jshell.
My problem is that the FFMPEG command that I send via jShell does not work.
If I use this same... B4J Question JShell and Process ID - Swissmade    Sep 16, 2023 Hi all
In my app I start some Daemons max 10 they are controlled with CLI Commands.
Daemons can be ... B4A Question B4J CouchDB client application using jShell with cURL command line tool and JSON documents. - PaulMeuris    Jul 30, 2023   (4 reactions) attachments.
144206
The jShell library is used to start cmd.exe that runs a cURL command.
The cURL... B4J Code Snippet Print files via jShell and a VBS script (Windows only) - KMatle    Feb 10, 2021   (4 reactions) I use this VBS script to print all files in a folder on the standard printer (in my case PDF-files). Windows recognizes the file type and uses the defined program (e.g. Acrobat for PDFs) to print the files. You can easily add some functions (use Google to find out how) like getting the names of all printers and print it to a specified printer. Change the paths like you need it (here I have creat... B4J Tutorial Backup (dump) Sqlite tables via jShell + *.bat file - KMatle    Mar 8, 2018   (10 reactions)
'Do some stuff
End If
End Sub
What it does:
Via jShell the dump.bat will be called... Page: 1   2   3   4   5   6   |