Modify

Opened 5 years ago

Closed 5 years ago

#3706 closed Bug (No Bug)

AutoIt3.exe /ErrorStdOut should output filename without quotes

Reported by: George <mrgeorge.sandler@…> 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)

Change History (1)

comment:1 Changed 5 years ago by Jos

  • Resolution set to No Bug
  • Status changed from new to closed

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)

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.