2022-07-18 11:58:35 -06:00
|
|
|
script
|
2022-07-20 00:01:25 -06:00
|
|
|
======
|
2022-07-18 11:58:35 -06:00
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Execute a batch file of DFHack commands.
|
2022-08-12 00:34:37 -06:00
|
|
|
:tags: dfhack
|
2022-08-09 23:37:24 -06:00
|
|
|
|
|
|
|
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``.
|
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
::
|
2022-07-18 11:58:35 -06:00
|
|
|
|
|
|
|
script <filename>
|
|
|
|
|
2022-07-23 17:03:40 -06:00
|
|
|
Example
|
|
|
|
-------
|
2022-07-18 11:58:35 -06:00
|
|
|
|
2022-07-23 17:03:40 -06:00
|
|
|
``script startup.txt``
|
2022-07-18 12:16:05 -06:00
|
|
|
Executes the commands in ``startup.txt``, which exists in your DF game
|
|
|
|
directory.
|