Search found 45 matches

by koleviko
Mon Nov 23, 2009 1:53 pm
Forum: Beginners
Topic: CMD trouble with Windows 7 !?!
Replies: 9
Views: 9936

CMD trouble with Windows 7 !?!

Administrator does not work. Access denied :evil: :evil: :evil: Let>RP_ADMIN=1 Run Program>"cmd.exe" WaitWindowOpen>cmd.exe* SetFocus>C:\Windows\system32\cmd.exe Send Character/Text>net stop "Spooler" wait>0.3 press enter Second problem. Does not work in hidden mode . Let>RP_WINDOWMODE=0 Run Program...
by koleviko
Thu Aug 20, 2009 2:31 pm
Forum: Beginners
Topic: Not send message in CMD Windows !!!
Replies: 3
Views: 5057

That already works well.
Thanks!

:P :P :P
by koleviko
Thu Aug 20, 2009 11:14 am
Forum: Beginners
Topic: Not send message in CMD Windows !!!
Replies: 3
Views: 5057

Not send message in CMD Windows !!!

BlockInput>1 ExecuteFile>cmd.exe, GetTime>Time let>b=Time Let>WW_TIMEOUT=2 WaitWindowOpen>C:\WINDOWS\system32\cmd.exe* If>WW_RESULT=FALSE,End Send Character/Text>The time is : wait>0.2 send>b wait>0.3 send> o.k. wait>0.2 press enter wait>2 Send Character/Text>Good Bye BlockInput>0 label>End :cry: :c...
by koleviko
Thu Apr 09, 2009 5:39 pm
Forum: Beginners
Topic: File Problem
Replies: 7
Views: 6590

Yes, good idea. I made a correction. This is better! :idea:

Code: Select all


CountFiles>C:\a\*.bmp,how,1
label>start
wait>0.2
Ask>Do you want make Picture ?,not
If>not=NO,End
ScreenCapture>10,100,15,150,C:\a\%how%.bmp
Let>how=%how%+1
goto>start
label>End
by koleviko
Thu Apr 09, 2009 2:22 pm
Forum: Beginners
Topic: File Problem
Replies: 7
Views: 6590

Excellent! I had a scheme, although overwrite files in a new start. Here's my final idea. . :P :P :P Let>how=c:\a\*.bmp CountFiles>c:\a\*.bmp,how,0 label>start wait>0.2 Ask>Do you want make Picture ?,Yes If>Yes=NO,End ScreenCapture>10,100,15,150,c:\a\%how%.bmp Let>how=how+1 goto>start label>End "Not...
by koleviko
Wed Apr 08, 2009 7:01 pm
Forum: Beginners
Topic: File Problem
Replies: 7
Views: 6590

Hi, not well explained. Sorry. I want this way. But I saved the old file instead of a new 2.bmp; 3.bmp; 4.bmp to 1000 or mactch. label>start wait>1 Ask>Do you want make Picture ?,Yes If>Yes=NO,End let>Pic=C:/a/1.bmp ScreenCapture>10,100,10,100,%Pic% // 2.bmp // 3.bmp // 4.bmp // to 1000.bmp // ?????...
by koleviko
Wed Apr 08, 2009 5:41 pm
Forum: Beginners
Topic: File Problem
Replies: 7
Views: 6590

File Problem

File is stored on file.
How do I make files from 1 to 1000. :?: :?: :?:


Code: Select all

Let>Counter=1000
Repeat>Counter
Add>counter,1

let>Pic=C:/a/1.bmp
ScreenCapture>10,100,10,100,%Pic%
//  2.bmp
//  3.bmp
//  4.bmp
// to 1000.bmp   
// ?????????????????

Until>Counter=1000
by koleviko
Tue Apr 07, 2009 3:55 pm
Forum: Beginners
Topic: Problem dialog box
Replies: 2
Views: 3592

Thank you. Now everything is fine. :D
by koleviko
Tue Apr 07, 2009 11:24 am
Forum: Beginners
Topic: Problem dialog box
Replies: 2
Views: 3592

Problem dialog box

My dialog box is hidden in the start of the program. And I do not see how it works' Progress bar '. Always want the window to see. Button (x) does not work. Dialog>Dialog1 Caption=Match Width=244 Height=106 Top=CENTER Left=CENTER Max=0 Min=0 Close=1 Resize=0 Button=Matcher,24,16,75,25,1 ProgressBar=...
by koleviko
Fri Dec 26, 2008 11:06 pm
Forum: Beginners
Topic: DVD Problem
Replies: 4
Views: 5589

Thanks. Excellent programs. :D Pity that macro not to write sript 2 procedures for opening and closing of the CD. :?
by koleviko
Thu Dec 25, 2008 8:01 pm
Forum: Beginners
Topic: System Error Messages
Replies: 3
Views: 4422

Could not understand (2). :roll: Now in particular. I can get through the screen windows with reports of systematic errors using the codes. Here's a sample image ->Image
by koleviko
Tue Dec 23, 2008 6:16 pm
Forum: Beginners
Topic: System Error Messages
Replies: 3
Views: 4422

System Error Messages

How can through macro script to carry messages
for systematic errors of the Windows Desktop using codes from here http://msdn.microsoft.com/en-us/library/ms681382.aspx or some other method? :shock: :?: Thanks ...
by koleviko
Mon Dec 22, 2008 6:49 pm
Forum: Beginners
Topic: DVD Problem
Replies: 4
Views: 5589

Re: DVD Problem

Thank you, but there is a problem. First DVD opens but does not close. :( I want the process is automated, even if I could ask to be / Open and Close / 5 times or more below the line. Furthermore VBScript too large in volume 1.5mb :cry: , while the macro will be more than 50kb. Let when it is a Macr...
by koleviko
Mon Dec 22, 2008 2:51 pm
Forum: Beginners
Topic: DVD Problem
Replies: 4
Views: 5589

DVD Problem

Hello. The button on my DVD recording device is broken and I was wondering whether it is possible through macro script Open and Close her .
by koleviko
Fri Nov 21, 2008 2:03 pm
Forum: Beginners
Topic: help for chain script
Replies: 2
Views: 3781

help for chain script

I want to do with the script chain condition, but does not work. It is only the first part of the cycle. Here here illustrates what it is. Help me Label>c IfWindowOpen>Notepad*,a IfWindowOpen>Document - WordPad*,b Label>a WaitWindowOpen>Notepad* WindowAction>1,Notepad* Goto>c Label>b WaitWindowOpen>...
Sign up to our newsletter for free automation tips, tricks & discounts