How do I create a batch file for Kaspa wallet operations on Windows?

To run Kaspa CLI commands on Windows without retyping them each time, create a separate .bat (batch) file for each operation. A batch file is a plain text file that Windows can execute as a script. In the C:\Kaspa\ folder, right-click an empty area, choose "New text document," and then rename the file — for example, create-wallet.bat for wallet creation or wallet-daemon.bat for starting the wallet daemon. Having dedicated batch files for each task means you can launch any Kaspa operation with a simple double-click instead of opening a command prompt and typing the full command every time.

Learn more ›