Jump to content

Search the Community

Showing results for tags 'environment-variables'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. i have one application that need to run under below condition: 1. the application start in at path : C:\NETSL\system\Config 2. the target path is C:\NETSL\system\netsl.exe if i run the application using only C:\NETSL\system\netsl.exe , the application run differently. so, i thinking to set the path at environment variable but nothing happened. what i do is i set the variable at control panel - > System -> advanced system settings -> environment variables   variable  name = TEST_PATH     variable value = C:\NETSL\system\Config;C:\NETSL\system\netsl.exe and run using autoit: Local $sEnvVar = EnvGet("TEST_PATH") MsgBox("","", $sEnvVar ) ShellExecuteWait($sEnvVar) am i doing it wrongly? i also need to run another application as below: 1. C:\NETSL\system\initnetsl.exe "C:\NETSL\system\Config\Users.xxx" but i dont know how to called the exe. any idea?
×
×
  • Create New...