| Author |
Message |
Topic: Why doesn't this rename hotkey always work? |
Murp|e
Replies: 10
Views: 741
|
Forum: Ask for Help Posted: Thu Aug 21, 2008 5:19 pm Subject: Why doesn't this rename hotkey always work? |
I stumbled across this link...
http://www.freewaregenius.com/2008/08/15/phlox-use-f2-in-xp-to-rename-files-without-overwriting-file-extensions/
...and thought it fit nicely to this thread. |
Topic: Toaster Popups |
Murp|e
Replies: 11
Views: 2585
|
Forum: Scripts & Functions Posted: Wed Apr 02, 2008 9:21 pm Subject: Toaster Popups |
Rhys,
Thanks a lot you for your quick reply! That's an easy solution indeed and I should have thought of it. It still has one snag though, code execution freezes for the duration of the dll "t ... |
Topic: Toaster Popups |
Murp|e
Replies: 11
Views: 2585
|
Forum: Scripts & Functions Posted: Wed Apr 02, 2008 7:17 pm Subject: Toaster Popups |
| I've included the toaster script into my code through the #include command and it works and looks great. Easy to implement. I have an issue with it that I'm not sure how to handle though, I have a but ... |
Topic: Getting (raw) FTP file listing |
Murp|e
Replies: 3
Views: 256
|
Forum: Ask for Help Posted: Mon Feb 18, 2008 4:29 pm Subject: Getting (raw) FTP file listing |
You will need to use the "ls" command which does exactly what you want namely "List files in remote directory".
I've been wanting to write a really simple FTP script that will ... |
Topic: Problems using FileExist(FilePattern) |
Murp|e
Replies: 3
Views: 150
|
Forum: Ask for Help Posted: Mon Feb 04, 2008 9:29 am Subject: Problems using FileExist(FilePattern) |
SKAN,
Thanks for your reply. Unfortunately it works for me too(!). I've been checking sfullpath over and over again and checking that the paths actually exist by copying them, pasting them into the ... |
Topic: Problems using FileExist(FilePattern) |
Murp|e
Replies: 3
Views: 150
|
Forum: Ask for Help Posted: Sun Feb 03, 2008 11:51 pm Subject: Problems using FileExist(FilePattern) |
I am trying to set the variable sfilename to blank if sfullpath is a folder. It's really simple, but for some reason I haven't been able to get it to work at all.
This is my code:
if InStr(Fil ... |
Topic: [Scriplet] SplashAFlash (Movie) |
Murp|e
Replies: 11
Views: 1109
|
Forum: Scripts & Functions Posted: Sun Feb 03, 2008 11:06 pm Subject: [Scriplet] SplashAFlash (Movie) |
| Surely, this example will be much appreciated by whoever finds/needs it. DerRaphael seems to have created something usefull, shared it with the community and given credit to those who deserve it. Why ... |
Topic: Code design (Move old drawing revisions) |
Murp|e
Replies: 21
Views: 699
|
Forum: Ask for Help Posted: Sun Feb 03, 2008 10:59 pm Subject: Code design (Move old drawing revisions) |
| tonne, thanks again. The script below has been running on a server for about month and it seems to work flawlessly. Also, in addition to the detailed log file stored in the application folder, I found ... |
Topic: Get return value from compiled script |
Murp|e
Replies: 4
Views: 179
|
Forum: Ask for Help Posted: Thu Jan 31, 2008 10:47 pm Subject: Get return value from compiled script |
| Brilliant! Thank you so much! |
Topic: Get return value from compiled script |
Murp|e
Replies: 4
Views: 179
|
Forum: Ask for Help Posted: Wed Jan 30, 2008 2:24 pm Subject: Get return value from compiled script |
| Thanks for the tip, I had no idea Exitapp had an optional return parameter and this is exactly what I was looking for. I suppose it would work, but I would like to have the option of returning a strin ... |
Topic: Get return value from compiled script |
Murp|e
Replies: 4
Views: 179
|
Forum: Ask for Help Posted: Tue Jan 29, 2008 9:49 am Subject: Get return value from compiled script |
How can this sort of thing be done:
GetNextNumber:
NextNumber := dllcall("CompiledNumberGenerator.exe")
msgbox, The next number is %NextNumber%.
return
In other wo ... |
Topic: PDF command line tool |
Murp|e
Replies: 18
Views: 982
|
Forum: Utilities & Resources Posted: Wed Jan 23, 2008 1:29 pm Subject: PDF command line tool |
neXt: shot in the dark, but does anyone know of a utility that will allow me to crop pdf pages with cmd?
Perhaps [url=http://www.irfanview.com]irfanview or [url=http://pagesperso-orange.fr/pierre.g ... |
Topic: Bopup Scanner |
Murp|e
Replies: 0
Views: 1579
|
Forum: Utilities & Resources Posted: Wed Jan 23, 2008 1:26 pm Subject: Bopup Scanner |
http://www.blabsoft.com/images/scanner_01.gif
Freeware NetBIOS names, HTTP (WEB) servers, IP and MAC addresses scanner for local networks
Bopup Scanner is a freeware network scanner that displays al ... |
Topic: Validating a variable |
Murp|e
Replies: 10
Views: 221
|
Forum: Ask for Help Posted: Wed Jan 23, 2008 1:23 pm Subject: Validating a variable |
| You could use "net view" to get a list of computer hosts currently on the network and you could CMDRet.dll (Search the forums) to avoid having to write the list to a temporary file. That way ... |
Topic: Stuck on moving folder contents based on string contents |
Murp|e
Replies: 5
Views: 188
|
Forum: Ask for Help Posted: Wed Jan 23, 2008 10:19 am Subject: Stuck on moving folder contents based on string contents |
| Looks good to me! |
| |