Modify ↓
Opened 7 years ago
Closed 7 years ago
#3706 closed Bug (No Bug)
AutoIt3.exe /ErrorStdOut should output filename without quotes
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.5 | Severity: | None |
| Keywords: | Cc: |
Description
AutoIt3.exe outputs error where file is quoted:
"C:\AutoIt_3.3.14.5\Include\GUIConstantsEx.au3" (2) : ==> Unknown function name.: Test ^ ERROR
In this case SciTE can not recognise the file when we double click on the line.
Au3Check outouts without quotes:
C:\AutoIt_3.3.14.5\Include\GUIConstantsEx.au3 (2,7) : error: test(): undefined function. test ~~~~~~^
Attachments (0)
Note:
See TracTickets
for help on using tickets.

It is unclear what you are trying to tell us, but the file needs to be within double quotes to allow it to contain spaces.
Please come to the forum and open a discussion there about the issue you see and How I can replicate it.
Jos
(closing as no-bug for now)