Custom Query (3910 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (334 - 336 of 3910)

Ticket Resolution Summary Owner Reporter
#597 No Bug Documentation @TempDir needs updating Emiel Wieldraaijer
Description

Macro Reference - Directory @TempDir -> path to the temporary files folder <-

This information is not complete because the @TempDir retrieves %TEMP% and not %TMP% which is also used for temporary files.

#598 Rejected database access (Microsoft) Evilshell (evilshell@…
Description

For AutoIt lacks features that allow an application written in AutoIt to connect to a database type of Microsoft Access and interact with it.

#602 Rejected AutoitWrapper Methods for Handling 'Run After' Asaman83687
Description

I compiled my script for an experiment when i encountered this error on console window of Scite


'ResHacker.exe' is not recognized as an internal or external command, operable program or batch file.


with an autoitwrapper code of

#AutoIt3Wrapper_Run_After=ResHacker.exe -add %out%, %out%, image3.jpg, rcdata, TEST_JPG_3, 0

but it turned OK when I used

#AutoIt3Wrapper_Run_After=Start ResHacker.exe -add %out%, %out%, image3.jpg, rcdata, TEST_JPG_3, 0

I think AutoitWrapper must somehow change it's way of handling running after/before events because it uses

Run(@ComSpec & ' /C ' & $INP_Run_After[$x] & '', '', @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD)

in running other programs which can produce errors

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.