| Author |
Message |
Topic: check if Input is a IP |
BMP
Replies: 7
Views: 275
|
Forum: Ask for Help Posted: Wed Feb 13, 2008 10:38 am Subject: check if Input is a IP |
How can i check if the input is a IP ?
I wont to make a little Tool where i can Ping IPs.
But i wont to Check if the Input in the ComboBox is a IP like 192.168.0.1
Right is as example: 10.1.1.1 ... |
Topic: Clock at the Desktop |
BMP
Replies: 0
Views: 409
|
Forum: Ask for Help Posted: Thu Nov 30, 2006 5:51 am Subject: Clock at the Desktop |
Hello,
i have found a nice #NoTrayIcon
#SingleInstance ignore
SET1= -CAPTION -SysMenu -ToolWindow
SET2= -AlwaysOnTop -SysMenu -ToolWindow
SET3= x340 y260 w400 h400
SET4= 012345 125
Star ... |
Topic: Progress Bar for Filecopy |
BMP
Replies: 3
Views: 494
|
Forum: Ask for Help Posted: Wed Apr 06, 2005 12:35 pm Subject: Progress Bar for Filecopy |
Hello,
i wont to Backup 2 GB of datas.
The FileCopyDir works great. But it will take up to 10 Minutes bevor he is finish.
So i wont to build in a Progess Bar for the Copy.
I have read since 2 D ... |
Topic: ~.* delete wont work. |
BMP
Replies: 3
Views: 317
|
Forum: Ask for Help Posted: Mon Feb 21, 2005 11:23 pm Subject: ~.* delete wont work. |
FileDelete, %OutputVar%\~.*
In this Directory are many ~ABC.123 Files.
The only same think is the ~ as the first think.
But the FileDelete, ~.* dont kill them.
It is becouse :
If the tilde (~ ... |
Topic: FTP UploadToFile |
BMP
Replies: 10
Views: 752
|
Forum: Ask for Help Posted: Thu Feb 17, 2005 10:28 am Subject: FTP UploadToFile |
MsgBox, 4, Freigabe, Soll die Fehlerdatei übertragen werden ?
IfMsgBox, No
goto ENDE
else
FileAppend, user JohnDoe`npwd MyPassword`nsend fehler.txt`ndisconnect`nquit`n, FTP.txt
;RunWait, %COMSP ... |
Topic: FTP UploadToFile |
BMP
Replies: 10
Views: 752
|
Forum: Ask for Help Posted: Thu Feb 17, 2005 8:16 am Subject: FTP UploadToFile |
So diesmal auch mit Login
Jups das versuchte ich ja zu sagen.
Ich habe ein Autoupdater für ein Spiel Programiert.
Der Funktioniert bestens.
Dort zeigt die FW bei dem Befehl URLDownloadToFile ... |
Topic: FTP UploadToFile |
BMP
Replies: 10
Views: 752
|
Forum: Ask for Help Posted: Wed Feb 16, 2005 2:58 pm Subject: FTP UploadToFile |
Hello,
i wont to make a little Script, that put a txt File on my FTP.
I think Win98 - WinXP have difference usage of the CMD FTP.
If i make it at Home it Works fine with WinXP Prof.
But on Work ... |
Topic: Wait for Download |
BMP
Replies: 5
Views: 508
|
Forum: Ask for Help Posted: Fri Feb 11, 2005 1:21 pm Subject: Wait for Download |
If i make this:
URLDownloadToFile, URL http://support.canon.de/produkte/ipd/software/pr200up2.exe, C:\pr200up2.exe
RunWait, C:\pr200up2.exe
I become a error that the file does not exi ... |
Topic: My english |
BMP
Replies: 78
Views: 3415
|
Forum: Ask for Help Posted: Tue Feb 08, 2005 9:42 am Subject: My english |
Hilf mir bitte.
Man bis du Ungeduldig...... |
Topic: Goto Error |
BMP
Replies: 1
Views: 648
|
Forum: Bug Reports Posted: Tue Feb 08, 2005 8:17 am Subject: Goto Error |
I become a Error :
" a Goto/Gosub/GroupActivate mustnt jump into a block that doesent enclose it"
I become this error when i make this code:
IfWinExist, ahk_class Sim
{
sleep 12000
go ... |
Topic: DOS Tool and Error Levels |
BMP
Replies: 12
Views: 1218
|
Forum: Ask for Help Posted: Mon Feb 07, 2005 10:20 pm Subject: DOS Tool and Error Levels |
That's because you're using the wrong command. Run doesn't retrieve the exit code, but RunWait does.
You are my Angel  |
Topic: DOS Tool and Error Levels |
BMP
Replies: 12
Views: 1218
|
Forum: Ask for Help Posted: Mon Feb 07, 2005 9:27 pm Subject: DOS Tool and Error Levels |
Thanks für your Time, but it wont help:
CfvPath=C:\Dokumente und Einstellungen\BMP\Desktop\sht
Run, %COMSPEC% /K Cfv -p sim\ai -VV -rr,%CfvPath%, MAX
if errorlevel = 2
msgbox, 1st=%errorle ... |
Topic: DOS Tool and Error Levels |
BMP
Replies: 12
Views: 1218
|
Forum: Ask for Help Posted: Mon Feb 07, 2005 8:52 pm Subject: DOS Tool and Error Levels |
Run, %COMSPEC% /C Cfv -p sim\units -VV -rr,, Hide
if errorlevel = 2
Exit
You can use Goto as well, but AHK's Exit command would make sense. Check the help which fits better.
Sorry doesen ... |
Topic: DOS Tool and Error Levels |
BMP
Replies: 12
Views: 1218
|
Forum: Ask for Help Posted: Mon Feb 07, 2005 8:02 pm Subject: DOS Tool and Error Levels |
Hello,
i have a Dos Tool that Checks my Files with MD5.
The Tool give me some Errorlevels back if a File whas change or delete or more.
In DOS i make this call:
Cfv -p sim\units -VV -rr
if ... |
| |