Custom Query (3931 matches)
Results (220 - 222 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #795 | No Bug | IniReadSection limitation | ||
| Description |
I am having a problem with IniReadSection not returning all elements in a section. By reading AutoIt's documentation I found this a an intentional limitation due to Win9X compatibility. Quoting: Only the first 32767 chars are taken in account in an section due to Win9x compatibility. Since Win9X support was dropped in AutoIt version 3.3.0.0 there is no sense in keeping this limitation. Please remove it. Thank you very much. |
|||
| #799 | No Bug | @appdatadir bugged vista 64bit | ||
| Description |
Somepeople had problems with my autoit program because a folder in the appdata dir was not found. Today I heard they have got all Vista 64bit. I said he should create a little program msgbox(0,"test",@appdatadir), but the window is empty. The @appdatadir function returns nothing. I can't find out more about the problem because i don't use a 64bit operatingsysteme. |
|||
| #800 | No Bug | runas from a network path | ||
| Description |
I have written a script that will elevate an uninstall process to admin credentials. This works nicely when run from a local drive. However when run from a network path, the scripts pauses. RunAs Command line reads: RunAs($Admin, @LogonDomain, $AdminPwd,1,@ComSpec & ' /c ' & $RemoveOld) As I'm using the @ComSpec /c, when running from local drive the command line box appears. When running same script (absolutely no changes) from a network path, this command line box does not appear. To get around this I have created a .cmd file that copies the script file from the network path to the local drive and run script locally. Bit of a bummer! |
|||
