News

A lightweight configurable script using batch and powershell that makes running scripts with SQLPLUS easy. Edit necessary variables in the local file "input_variables.txt" Execute the loader script ...
How to Make an executable file from a Batch Script? Executables are probably the best way to run batch files along with an option to hide your script from everyone else.
Do you have a batch file that must run as admin? Use this trick to save some extra steps on Windows 11.
I'm trying to start/stop MS SQL Service on various DB servers (locally) but we don't always know the name of the instance (Always only 1 SQL Server running on a single server).
It’s pretty easy to run a batch file on Windows. Just create a file, change the extension to .bat, and either call the script in PowerShell or double click to execute it.