| Author |
Message |
Forum: Scripts Topic: Crazy Scripting : Resource-Only DLL for Dummies - 36L / v0.7 |
| patchie |
|
Posted: April 27th, 2011, 5:09 pm
|
|
Replies: 49 Views: 8126
|
| DllRead( Var, "AHK.DLL","Files","BANNER.JPG" ) Gui, Add, Picture,w600 h150, %Var% ;This does not work =( Gui, Add, Picture will accept only a filename and there is no built-in command in AHK to process image resources. :( DllRead() just loads the file as is... |
|
 |
Forum: Support Topic: backup checker |
| patchie |
|
Posted: February 19th, 2010, 5:50 pm
|
|
Replies: 12 Views: 435
|
|
 |
Forum: Support Topic: backup checker |
| patchie |
|
Posted: February 16th, 2010, 11:53 am
|
|
Replies: 12 Views: 435
|
| OceanMachine : i use NTFS I have read about the archive bit, and the articles say that this isnt in use in newer backup systems. I dont think this backup system uses this either.. But it cant be that hard to check if the files locally also exist on the server.... I found a easy way to find spesific... |
|
 |
Forum: Support Topic: backup checker |
| patchie |
|
Posted: February 12th, 2010, 6:41 pm
|
|
Replies: 12 Views: 435
|
| HotKeyIt: Why should archive option be important? All you need to check is whether a file is older than one other. OceanMachine introduced me to the archive attribute. What is the folder structure of backed up files on server? Same as on computer placed in a folder? The files that is backed up has ... |
|
 |
Forum: Support Topic: backup checker |
| patchie |
|
Posted: February 12th, 2010, 6:06 pm
|
|
Replies: 12 Views: 435
|
| OceanMachine: I dont think you understand...i dont want to backup anything, i just want to check if the files are backed up I am a IT consultant working in a large firm. The backupsystem isnt that great. On some computers it doesnt even have backed up anything. But when the user is reinstalling the... |
|
 |
Forum: Support Topic: backup checker |
| patchie |
|
Posted: February 12th, 2010, 5:26 pm
|
|
Replies: 12 Views: 435
|
| The filename is notes.ini.cdp-233452345.cdp for example. But there also is sometimes a file called notes.ini.cdp-234234.cdpdeleted (i do NOT want to check if this file is here) since i have space in the url i must use " and then i cant use * i think? i cant do like this? Loop, [color=red]"... |
|
 |
Forum: Support Topic: backup checker |
| patchie |
|
Posted: February 12th, 2010, 4:41 pm
|
|
Replies: 12 Views: 435
|
| HotKeyIt: thanks :) I have now started, but i cant seem to get InStr() to work as i want Loop, C:\Program Files\lotus\notes\notes.ini { If (A_LoopFileFullPath = "C:\Program Files\lotus\notes\notes.ini") { MsgBox, Notes.ini is in local disk Loop, Z:\Backup\computer-234\C\... |
|
 |
Forum: Support Topic: creating a desktop application? |
| patchie |
|
Posted: February 10th, 2010, 2:11 pm
|
|
Replies: 6 Views: 339
|
OceanMachine wrote: Other option: Lil BuilderI suppose it depends what you prefer. Other option is to start building by hand!
Ohh...cool
i will check out Lil Builder. It looks much better than smartgui  |
|
 |
Forum: Support Topic: creating a desktop application? |
| patchie |
|
Posted: February 10th, 2010, 12:19 pm
|
|
Replies: 6 Views: 339
|
|
 |
Forum: Support Topic: How to let one button do more than one command |
| patchie |
|
Posted: February 10th, 2010, 12:16 pm
|
|
Replies: 9 Views: 287
|
| like this? you must press alt + F12 several times to get the webpages :) buttonpress = 0 !F12:: If buttonpress = 0 { Run C:\Program Files\Mozilla Firefox\firefox.exe "http://google.de" } If buttonpress = 1 { Run C:\Program Files\Mozilla Firefox\firefox.exe "http://www.y... |
|
 |
Forum: Support Topic: backup checker |
| patchie |
|
Posted: February 10th, 2010, 10:39 am
|
|
Replies: 12 Views: 435
|
| I want to make a program that checks if the files on local hd is backed up. For example, Local drive (folders that is taken backup of) : c:/data (all files in this folder and subfolders, except subfolders that start with "my " example: c:/data/my music) c:/documents and settings/ *current ... |
|
 |
Forum: Support Topic: a little FileSelectFolder problem |
| patchie |
|
Posted: February 10th, 2010, 10:19 am
|
|
Replies: 9 Views: 472
|
ohh..your great
OceanMachine: Thats exactly what i needed.
aaffe & Murx: I wanna thank you too for responding  |
|
 |
Forum: Support Topic: a little FileSelectFolder problem |
| patchie |
|
Posted: February 9th, 2010, 2:00 pm
|
|
Replies: 9 Views: 472
|
| I am trying to make a program where the user must choose a folder. The folder will be inside Z:\Backup Like Z:\Backup\computer-3d5 or Z:\Backup\computer-gp8 But i want it to report error if the user has choose'n a folder inside one of those computer folders like: Z:\Backup\computer-3d5\test.txt ;sje... |
|
 |
Forum: Support Topic: how can i check if i have got access to a folder? |
| patchie |
|
Posted: July 16th, 2009, 12:53 pm
|
|
Replies: 0 Views: 173
|
how can i check if i have got access to a folder on the network?
1. cant access if it's restrictions to the folder..
2. the network path / server is unavailable..
can somone help me?:) |
|
 |
Forum: Support Topic: listbox highlight position |
| patchie |
|
Posted: June 2nd, 2009, 2:24 pm
|
|
Replies: 2 Views: 195
|
| i have a listbox with 3-4 lines... the user is supposed to click(highlight) one line...then press a button... then i want to know what line number he has clicked...how can i do that? ----- relevant code example: Gui, Add, ListBox, x96 y47 w340 h70 vListTmpLines, Gui, Add, Button, x6 y267 w70 h20 , R... |
|
 |
| Sort by: |