Skip to content

Unable to load files via CLI -input if filename has spaces on Windows #72

@earlhood

Description

@earlhood

The use of -input:[filename] does not work if filename contains spaces under Windows Command Prompt. Attempts to surround entire argument in quotes, or just the filename component, does not work.

Examples that fail to work:

HDRImageViewer.exe -input:"file with spaces.jxr"

HDRImageViewer.exe "-input:file with spaces.jxr"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions