Jump to content

Check Syntax


Recommended Posts

I seem to recall setting up the "Check Syntax" in right mouse click menu in a previous version of AutoIt but in v3.1.1 (which I have installed) it seems to be borked on my machine. When I try to use it I get a command prompt window saying params are wrong.

AutoIt3 Syntax Checker v1.12, Copyright (c) Tylo, 2004

Usage: Au3Check [-I include-dir]... [-q] [-v verbose-level] file.au3

C:\Somewhere on my hard drive\>

My HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Check Syntax\Command\ "Default" Value =

cmd /k "C:\Progra~1\AutoIt3\au3check\Au3Check.exe -v 9" %1

although I've tried several different combinations of data in that value and still get the same error... :)

Can somebody tell me what stupid thing I'm doing?

Possibly relevant:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystemNtfsAllowExtendedCharacterIn8dot3Name = 0

HKLM\System\CurrentControlSet\Control\FileSystem\ NtfsDisable8dot3NameCreation = doesn't exist

This signature is computer generated, nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#.......

Link to comment
Share on other sites

  • Developers

I seem to recall setting up the "Check Syntax" in right mouse click menu in a previous version of AutoIt but in v3.1.1 (which I have installed) it seems to be borked on my machine. When I try to use it I get a command prompt window saying params are wrong.

AutoIt3 Syntax Checker v1.12, Copyright (c) Tylo, 2004

Usage: Au3Check [-I include-dir]... [-q] [-v verbose-level] file.au3

C:\Somewhere on my hard drive\>

My HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Check Syntax\Command\ "Default" Value =

cmd /k "C:\Progra~1\AutoIt3\au3check\Au3Check.exe -v 9" %1

although I've tried several different combinations of data in that value and still get the same error... :)

Can somebody tell me what stupid thing I'm doing?

Possibly relevant:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystemNtfsAllowExtendedCharacterIn8dot3Name = 0

HKLM\System\CurrentControlSet\Control\FileSystem\ NtfsDisable8dot3NameCreation = doesn't exist

<{POST_SNAPBACK}>

try:

cmd /k "C:\Progra~1\AutoIt3\au3check\Au3Check.exe -v 9 "%1""

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Thanks, that did it. I must have tried 10 combinations but apparently not that one... :)

This signature is computer generated, nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#nothing can go wron#.......

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...