Search found 3466 matches: command line help

Searched query: +command +line +help

by rootuid
Tue Jul 29, 2025 11:05 pm
Forum: The PureBasic Editor
Topic: anyone using VsCode with Purebasic?
Replies: 4
Views: 214

anyone using VsCode with Purebasic?

... do I compile and debug from VsCode? I imagine I tell VsCode to use the purebasic command line compiler somehow, anyone done this ?

Thanks in advance :)
by rootuid
Tue Jul 29, 2025 2:42 pm
Forum: Mac OSX
Topic: PUREBASIC_HOME
Replies: 4
Views: 168

PUREBASIC_HOME

... and has been added to my path.


When I try and compile from the command line I get this error
PureBasic 6.21 - C Backend (MacOS X - arm64) Free
Loading external modules...
Error: The 'PUREBASIC_HOME' env variable needs to be set to the install directory before using PureBasic.

Where is my ...
by benubi
Fri Jul 18, 2025 9:06 pm
Forum: 3D Programming
Topic: How to get water height?
Replies: 5
Views: 319

Re: How to get water height?

... random above water, F2=at bottom, F3=at water line). It's 350 barrels now some stick out with color ... see the effect - but I see no CountMeshFaces() command in the help so I'm puzzled on how to find out (Faces=Vertices/3 maybe?).

I think the example could also be improved by checking meshradius and ...
by Michael Vogel
Wed Jul 09, 2025 10:05 am
Forum: The PureBasic Editor
Topic: IDE Tool "Jump to Marker"
Replies: 5
Views: 272

IDE Tool "Jump to Marker"

... Example for Tool Settings:
; --------------------------
; Command Line: %COMPILEFILE\..\..\Pure\Tools\Tool Marker.exe
; Arguments: "%FILE" 552 "JetBrains Mono" the second parameter sets the sizes of the window, line column and font
; Working Dir.: %COMPILEFILE\..\..\Pure\Tools
; Name ...
by highend
Sat Jul 05, 2025 10:15 pm
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3901

Re: Replace text in .pdf file?

@infratec It seems she's not looking for (another) Desktop app to create / fill a form but a tool that allows to automate the whole process via command line interface (and still creates a 100% reproducible output even with non-standard fonts)?
by swissbob
Fri Jun 27, 2025 9:51 am
Forum: The PureBasic Editor
Topic: Compile/Run Options - Executable Commandline
Replies: 1
Views: 164

Compile/Run Options - Executable Commandline

... can't get it to run in the IDE.

I enter the value in the 'Executable Commandline' text box but get nothing but an empty string back with I run the program from the IDE. I have tried:
- Listing the values as I would on the command line: --xxx -f -v abc
- Listing them in single quotes as a string ...
by Randy Walker
Sun Jun 15, 2025 5:36 pm
Forum: Off Topic
Topic: Good Freeware Stuff
Replies: 668
Views: 677694

Re: Good Freeware Stuff

... respect. Review and download here: https://www.helpndoc.com/download/
The reason I went searching ... Imagine being able to F1 on top of any Win API command and get help for that command just like you do ... and searched for SendMessage, so bottom line is this is not very useful, BUT thanks for the ...
by idle
Tue Jun 10, 2025 4:10 am
Forum: Off Topic
Topic: Tsoding did a PB stream...
Replies: 46
Views: 10265

Re: Tsoding did a PB stream...

... s Guide to PureBasic
If you've ever stared at lines of cryptic symbols, feeling your sanity gently ... that understands your existential dread of the command line and squiggly bits in curly brace languages, and so, when in doubt, remember DON'T PANIC, Press F1! Help is at hand and if that's not abundantly ...
by Randy Walker
Mon Jun 09, 2025 10:13 pm
Forum: Coding Questions
Topic: [SOLVED] Shared Roaming Folder is a Problem
Replies: 15
Views: 787

Re: Shared Roaming Folder is a Problem

... ll be able to see.
There is an entry called "Target" and this is the command line which will start the application when clicked in the Start menu.
You can modify this as required by adding switch options after the target exe name:
"C:\Program Files\PureBasic 620\PureBasic.exe" /P ...
by spikey
Mon Jun 09, 2025 1:53 pm
Forum: Coding Questions
Topic: [SOLVED] Shared Roaming Folder is a Problem
Replies: 15
Views: 787

Re: Shared Roaming Folder is a Problem

... is an entry called "Target" and this is the command line which will start the application when clicked in the Start menu.
You can modify this as required by adding switch options after the target exe ... which can also cause files to not be opened in the way you expect them to.

I hope this helps!
by idle
Mon Jun 09, 2025 12:49 am
Forum: General Discussion
Topic: PB code assistant compiler tool
Replies: 15
Views: 1548

PB code assistant compiler tool

... FIM(query)
;FIM query
EndMacro

And an example, trying to get inlinec and asm working with an odd instruction


EnableExplicit
Macro FIM ... 5000)
CloseProgram(compiler)
EndProcedure

Procedure SendCompilerCommand(compiler, command$)
If ProgramRunning(compiler)
WriteProgramStringN ...
by Randy Walker
Sun Jun 08, 2025 6:38 pm
Forum: Coding Questions
Topic: [SOLVED] Shared Roaming Folder is a Problem
Replies: 15
Views: 787

Re: Shared Roaming Folder is a Problem

AZJIO wrote: Sun Jun 08, 2025 5:46 pm
Randy Walker wrote: Sun Jun 08, 2025 5:25 pm Is this something you execute from command line?
This can be written in the registry or in a shortcut
Still confused.
by AZJIO
Sun Jun 08, 2025 5:46 pm
Forum: Coding Questions
Topic: [SOLVED] Shared Roaming Folder is a Problem
Replies: 15
Views: 787

Re: Shared Roaming Folder is a Problem

Randy Walker wrote: Sun Jun 08, 2025 5:25 pm Is this something you execute from command line?
This can be written in the registry or in a shortcut
Image
by Randy Walker
Sun Jun 08, 2025 5:25 pm
Forum: Coding Questions
Topic: [SOLVED] Shared Roaming Folder is a Problem
Replies: 15
Views: 787

Re: Shared Roaming Folder is a Problem

... created a configurations folder as C:\PB\Conf but don't understand your what looks like a command line. Is this something you execute from command line?