Skip to content

[Bug] NMGUI2 uses single quotes for Windows paths, causing cmd.exe syntax error #2

@huangwenge12

Description

@huangwenge12

Describe the bug
Running NONMEM model via NMGUI2 on Windows throws path syntax error. The generated command uses single quotes to wrap file paths, which is not compatible with Windows Command Prompt.

Command generated by NMGUI2 (failed):
'D:\PsN-5.7.0\strawberry\perl\bin\execute.BAT' 'I:\001.mod' -directory=001

Manually modified command (works fine):
After replacing single quotes with double quotes, the command executes successfully.

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