By default, if you start WinCatalog 2021 without command line parameters, it tries to open most recently opened catalog file. If you pass a filename as a single parameter, WinCatalog will try to open it. In other cases, use the -Open command (short version: -o or /o or :o):
-Open "catalog filename"
-o "catalog filename"
Creating a new Catalog File
For creating a new empty catalog file use -FileNew (-n). If the file exists, it will be opened without clearing the contents:
-FileNew "catalog filename"
-n "catalog filename"
The creation and opening commands are mutually exclusive; you can use only one of them at the same time. The opening and creation commands can be combined with other commands (updating, adding, navigation).