SENDKEYS + Batch Process
CHIN_at_KD
Date: 01/26/05
- Next message: Roland Hall: "Re: match machine name to user name"
- Previous message: teknohippy: "Re: Server.Transfer Vs. Response.Redirect... to... \\209.11.22.33\MyDir"
- Next in thread: Torgeir Bakken \(MVP\): "Re: SENDKEYS + Batch Process"
- Reply: Torgeir Bakken \(MVP\): "Re: SENDKEYS + Batch Process"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 26 Jan 2005 14:32:16 -0300
Hi All!!!!
as u could see in this subject, this is a little weird problem.. lol
This is it:
I created a .vbs file, it runs a batch process opening an Internet Explorer
Window, logs in an external website , and upload a file from this comp (
where i have the vbs file )
The first problem i had : when i navigate a HTTPS URL , it ask for the
certificate window and i had to click YES manually .. so i used the SENDKEYS
to send 2 TABs and one ENTER to step over that window.. it worked
The second problem : On the upload page, i had to browse the file to upload.
HTML doesnt let u write in a FILE control Value. So i used again the
SENDKEYS to send the full path of the file to upload. It worked.
Now the Actual Problem : this computer has to be locked while the process
runs.. so.. the sendkeys doesnt work becouse the focus it s on the windows
login window.
Anyone has another idea to do what i m trying ?? thnx !! and sorry for my
poor english..
PS: i cant modify the upload web site
-- CHIN@KD www.racingclub.com.ar
- Next message: Roland Hall: "Re: match machine name to user name"
- Previous message: teknohippy: "Re: Server.Transfer Vs. Response.Redirect... to... \\209.11.22.33\MyDir"
- Next in thread: Torgeir Bakken \(MVP\): "Re: SENDKEYS + Batch Process"
- Reply: Torgeir Bakken \(MVP\): "Re: SENDKEYS + Batch Process"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|