| Author |
Message |
Topic: AutoHotkey.net - a free place to upload your scripts online |
ladiko
Replies: 100
Views: 21430
|
Forum: Scripts & Functions Posted: Fri Jun 27, 2008 7:16 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
| seems to work now, while fireftp still doesnt show the file .htaccess - maybe it's a limitation of fireftp. |
Topic: check write access? |
ladiko
Replies: 14
Views: 386
|
Forum: Ask for Help Posted: Fri Jun 06, 2008 11:32 am Subject: check write access? |
with my eyes in the explorer of windows xp. what should createfile does instead?
my first unfinished try to get the folder rights. now i have to get the current users membership in the groups and c ... |
Topic: check write access? |
ladiko
Replies: 14
Views: 386
|
Forum: Ask for Help Posted: Fri Jun 06, 2008 11:11 am Subject: check write access? |
i changed your msgbox to:
MsgBox, % "Admin: " . A_IsAdmin . " Access: " . FolderWriteAccess(A_ProgramFiles)
and i get:
Admin: 0 Access: 0
and
Admin: 1 Access: 124
and in the ... |
Topic: check write access? |
ladiko
Replies: 14
Views: 386
|
Forum: Ask for Help Posted: Fri Jun 06, 2008 9:00 am Subject: check write access? |
on xp i get the correct result with tic's version but the folder method is almost the same as the FileAppend try from SKAN, isnt it?
so there is no other way than to create a file and delete it? is ... |
Topic: check write access? |
ladiko
Replies: 14
Views: 386
|
Forum: Ask for Help Posted: Thu Jun 05, 2008 9:48 am Subject: check write access? |
what aboutFileCreateDir , %A_ScriptDir%\existing_folder
Msgbox , %ErrorLevel%
FileCreateDir , %A_WinDir%
Msgbox , %ErrorLevel%
but it doesnt work on vista, cause vista redirects the created folder ... |
Topic: check write access? |
ladiko
Replies: 14
Views: 386
|
Forum: Ask for Help Posted: Thu Jun 05, 2008 7:53 am Subject: check write access? |
thank you skan
Loop , %A_ScriptDir%\*.* , 1 , 1
list .= A_LoopFileFullPath . " = " . WriteAccess( A_LoopFileFullPath ) . "`n"
Sort , list
list := A_ScriptN ... |
Topic: Compile_AHK II - for those who compile! |
ladiko
Replies: 100
Views: 9293
|
Forum: Scripts & Functions Posted: Sat May 31, 2008 11:26 pm Subject: Compile_AHK II - for those who compile! |
Update from 2008-04-31+ New: defaults.ini can be saved in Compile_AHK's folder
+ Changed: More compact GUI
+ Changed: ini-files are read in following order / priority:script folder
AppData folder
... |
Topic: check write access? |
ladiko
Replies: 14
Views: 386
|
Forum: Ask for Help Posted: Sat May 31, 2008 10:06 pm Subject: check write access? |
Hello folks
is there a simple way to check if the current user has write access to a file?
thank you in advance! ladiko |
Topic: AutoHotkey.net - a free place to upload your scripts online |
ladiko
Replies: 100
Views: 21430
|
Forum: Scripts & Functions Posted: Wed May 28, 2008 11:59 am Subject: AutoHotkey.net - a free place to upload your scripts online |
i know, thank you this option is always enabled on my firefox. never the less it doesnt show .htaccess while the web interface does.
what account options do you use? cause i have problems with ... |
Topic: AutoHotkey.net - a free place to upload your scripts online |
ladiko
Replies: 100
Views: 21430
|
Forum: Scripts & Functions Posted: Tue May 27, 2008 5:35 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
| grr now i have to search a "better" ftp client ... fireftp doesnt show .htaccess file. now it is in the root directory and i cannot see it, but i've got a index.html so it is like i wanted: ... |
Topic: Compile_AHK II - for those who compile! |
ladiko
Replies: 100
Views: 9293
|
Forum: Scripts & Functions Posted: Mon May 26, 2008 8:16 pm Subject: Compile_AHK II - for those who compile! |
hmm? invasive? nooo you are not invasive
sometimes my phrases are a little bit offensive, that's my style, sorry for that. maybe in the future i'm going to add this, but not in the next 4 - 8 wee ... |
Topic: AutoHotkey.net - a free place to upload your scripts online |
ladiko
Replies: 100
Views: 21430
|
Forum: Scripts & Functions Posted: Mon May 26, 2008 7:49 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
is it possible to enable directory listing for certain directories? i'm to lazy and uncreative!!! to set html pages for every folder.  |
Topic: Compile_AHK II - for those who compile! |
ladiko
Replies: 100
Views: 9293
|
Forum: Scripts & Functions Posted: Mon May 26, 2008 7:33 pm Subject: Compile_AHK II - for those who compile! |
| Ladiko: One problem, the Compile_AHK_Setup.exe still requires the registry key to be set, so I can't add the Compile_AHK to the Ahk2Exe directory; however, when i run the Compile_AHK.ahk from that dir ... |
Topic: Crazy Scripting : Create ResourceOnly DLL (ICON+BITMAP+RCD) |
ladiko
Replies: 19
Views: 2822
|
Forum: Scripts & Functions Posted: Sun May 25, 2008 5:11 pm Subject: Crazy Scripting : Create ResourceOnly DLL (ICON+BITMAP+RCD) |
| could i use your work in [url=http://www.autohotkey.com/forum/viewtopic.php?p=198602]compile_ahk to manual add resources to a script when it is compiled? a reference to you in the credits would be obv ... |
Topic: Compile_AHK II - for those who compile! |
ladiko
Replies: 100
Views: 9293
|
Forum: Scripts & Functions Posted: Sun May 25, 2008 3:41 pm Subject: Compile_AHK II - for those who compile! |
Update from 2008-04-25+ New: Installer supports command line parameters for silent installation. List of parameters with /something
+ New: PortableApp: Compile_AHK etc. should be in the same folder l ... |
| |