Translations:Možnosti spuštění/2/cs

Z Solvertech
Verze z 3. 11. 2023, 13:38, kterou vytvořil FuzzyBot (diskuse | příspěvky) (Importuje se nová verze z vnějšího zdroje)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Skočit na navigaci Skočit na vyhledávání
Parameter Table
Parameter Purpose Example
DoNotConnectToDatabase If this flag is used Tasha will not try to connect to a database at all, it will use files instead. --DoNotConnectToDatabase
SettingsFile See Portable settings article. Supply a file similar to Tasha.config, which will be used for settings storage and retrieval. --SettingsFile "..\UserConfigs\suus.config"
CustomIcon Custom Tasha Icon in Taskbar, Used when you need to run multiple instances of Tasha for somewhat different purposes (different usage type per user role (warehouse, dispatcher, different depot, different planning scenarios) --CustomIcon ..\Icons\Kompas SolverTech 256x256.ico"
ScenarioIdentifier When set will try to open scenario with matching Identifier. You can use LastCreated and LastOpened to open the last created or last opened scenarios respectively. When set with an existing file name with the .scenario extension, it import that scenario and open it. --ScenarioIdentifier "C:\Scenarios\Expedo.scenario" ; --ScenarioIdentifier LastOpened ; --ScenarioIdentifier LastCreated
SaveAsScenarioFile Saving will save the currently opened scenario as this file. --SaveAsScenarioFile "C:\Scenarios\ExpedoUpravene.scenario"