### Link with a specific path using link_app.bat Source: https://github.com/nvidia-omniverse/kit-extension-sample-airoomgenerator/blob/main/README.md Executes the `link_app.bat` script, providing a direct file system path to the desired Omniverse Kit app installation directory using the `--path` command-line argument. The path should be enclosed in double quotes if it contains spaces. ```cmd > link_app.bat --path "C:/Users/bob/AppData/Local/ov/pkg/create-2021.3.4" ``` -------------------------------- ### Run default link_app.bat script Source: https://github.com/nvidia-omniverse/kit-extension-sample-airoomgenerator/blob/main/README.md Executes the `link_app.bat` script without arguments. This attempts to automatically link the repository with a recommended Omniverse Kit app found in the Omniverse Launcher installation directory. ```cmd > link_app.bat ``` -------------------------------- ### Link with a specific Omniverse app using link_app.bat Source: https://github.com/nvidia-omniverse/kit-extension-sample-airoomgenerator/blob/main/README.md Runs the `link_app.bat` script and specifies a particular Omniverse Kit app, such as 'create', to link with using the `--app` command-line argument. ```cmd > link_app.bat --app create ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.