Home Tags PowerShell
Tag
Cancel

PowerShell 7

Preview Image

delphi-clean: A Scriptable Project Cleaner for RAD Studio Builds

I imagine that most every Delphi developer has clicked Project > Clean in the IDE at some point and wondered what it actually accomplished. The help text says “removes generated files from the p...

Preview Image

delphi-terminal: From Six Clicks to Two with Saved Commands

Here is something I do many times a week within RAD Studio. I want to see what changed in a file that I am editing, so I right-click the file in the Project Manager, then click Show in Explorer, w...

Preview Image

delphi-terminal: A Dockable Console for RAD Studio

There is a strong possibility that most Delphi developers keep one or two (or more) console windows open while working in the IDE. Build scripts, git, a quick PowerShell one-liner, whatever tool yo...

Preview Image

Where Is Delphi Installed, And Can It Build?

Where is Delphi on this machine? It is a question with more answers than it may appear. On any given Windows box, the registry hive may be under \Software\Borland\Delphi, \Software\Borland\BDS, \So...

Preview Image

Treating Delphi Compiler Versions As Data

You commit a build script. Dave runs it on his machine. It fails - his Delphi is in D:\Delphi13, not C:\Program Files (x86)\Embarcadero\Studio\23.0. You fix it for Dave. Six months later, Delphi 14...

Preview Image

Help Prevent Link Rot: Archive URLs from the Command Line with PowerShell

Anyone who has maintained technical documentation over time has run into the problem of link rot. After carefully crafting a links section pointing to a relevant blog post or reference page, six m...

Preview Image

PowerShell script to install PostgreSQL on Windows using the binary release zipfile

PostgreSQL is one of the most popular database solutions in the world. A few years back, I published a blog post full of PostgreSQL links and general information which includes links for the vario...