-
-
Notifications
You must be signed in to change notification settings - Fork 500
Response file
Konstantin Nosov edited this page Apr 16, 2019
·
3 revisions
Response files are widely used in command line toolchains. This allows to specify application's command line in a file rather than listing options as command line parameters.
To use response file, simply use this the following command line format:
umodel @<filename>
You may list options separated with spaces or newlines. Empty lines are ignored. Parameters could be enclosed in double quotes. It is possible to use comments (for example to disable part of command line), use shell-style comments starting with '#' or ';'.
# ShooterGame
"C:/Unreal/ShooterGame/WindowsNoEditor/ShooterGame/Content/Paks" -game=ue4.22
# Disabled block
# Fortnite
# -path=C:/UnrealEngine/Fortnite/FortniteGame/Content/Paks -game=ue4.22 -aes=...
# Disabled block
# Paragon
# C:/UnrealEngine/Paragon/OrionGame/Content/Paks -game=paragon