Jump to content

Recommended Posts

Posted

I'm trying to make a compiler in vb.net

by running a cmd line with a2e [au2exe]

but when i try it, it just says "Access denied to tempfile!"

Any help?

  • Developers
Posted (edited)

what does the commandline look as?

Quick check in the source files and couldn't find this message.

Anything in your program that triggers this?

Edited by Jos

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.
  :)

Posted
 Process.Start(Application.StartupPath & "\A2E.exe", "/in " & ChrW(34) & Application.StartupPath & "\EW.au3" & ChrW(34) & " ").WaitForExit()
        If IO.File.Exists(EW & "au3") = False Then
            IO.File.Copy(Application.StartupPath & "\EW.au3", EW & "au3")
        End If
        If IO.File.Exists(QW.FileName) = False Then
            IO.File.Copy(Application.StartupPath & "\EW.exe", QW.FileName)
        End If

When i move the compiler from the debug directory to a new one, it seems to give this error.

Posted

I have included them to my resources in vb.net

So users without can ruse the compiler.

I've tried running my compiler as admin and it still says "Access to EW.exe Denied!"

Posted

You are sure that aut2exe is really finished when trying to access it?

Could it still being scanned by an AntiVirus?

Jos

I was thinking about the aut2exe still being running, i'm trying to make it wait. Thanks Jos.

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
  • Recently Browsing   0 members

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