dfhack/docs/builtins/script.rst

24 lines
639 B
ReStructuredText

2022-07-18 11:58:35 -06:00
script
======
**Tags:** `tag/system`
:dfhack-keybind:`script`
2022-07-18 11:58:35 -06:00
2022-07-22 11:01:04 -06:00
:index:`Execute a batch file of DFHack commands.
<script; Execute a batch file of DFHack commands.>` It reads a text file and
runs each line as a DFHack command as if it had been typed in by the user --
treating the input like `an init file <init-files>`.
2022-07-18 11:58:35 -06:00
Some other tools, such as `autobutcher` and `workflow`, export their settings as
the commands to create them - which can later be reloaded with ``script``.
Usage::
script <filename>
Example
-------
2022-07-18 11:58:35 -06:00
``script startup.txt``
Executes the commands in ``startup.txt``, which exists in your DF game
directory.