Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 3922)

Ticket Resolution Summary Owner Reporter
#2676 Fixed installdir.htm - Extras - sqlite Jpm mlipok
Description
SQLite\ Contains the SQLite command line executable and help file. 

There is no such folder.

It is possible that this is not a problem of documentation, but the installer.

#2675 Completed installdir.htm - Extras mlipok
Description

Documentation in installdir.htm do not mention anything about Geshi folder.

Please consider adding an appropriate description.

#629 No Bug iniwrite / iniread doesn't work on file called "clock.ini" alucke@…
Description

The code

$ini = @ScriptDir&"\clock.ini"
MsgBox(1,"",IniRead ( $ini, "Settings", "test", "nix" ))
IniWrite ( $ini, "Settings", "test", "13" )

on first execution the message is "nix" on second execution it's "13", but the file "clock.ini" is NOT created, nowhere on the entire disk I can find the file. But still the value is stored somewhere.

Naming the file to "click.ini" works as expected.

There is something special about the filename "clock.ini".

I searched the registry and found that instead of storing the data in the file it got stored in the registry:

[HKEY_USERS\S-1-5-21-1229272821-527237240-839522115-1003\Software\Microsoft\Clock]
"iFormat"="1"

[HKEY_USERS\S-1-5-21-1229272821-527237240-839522115-1003\Software\Microsoft\Clock\settings]
"test"="13"
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.