
yeekyj1
Members-
Posts
19 -
Joined
-
Last visited
Everything posted by yeekyj1
-
hi psaltyds, thanks for your reply....coz I'm new to autoitscirpt so i dont know much about autoitscript....below is a few lines of mine codes on the combobox part...hope you can help me with it....thanks! ControlCommand ( "Change Directory", "", "ThunderRT6DriveListBox1", "ShowDropDown", "" ) Sleep(500) WinActivate("Change Directory", "c: [W3612]") Sleep(500) ControlCommand ( "Change Directory", "c: [W3612]", "ComboLBox1", "FindString", "d:" ) ControlCommand( "Change Directory", "", "ComboLBox1", "GetCurrentSelection", "") ControlClick("Change Directory", "", "ComboLBox1", "left", 1, 39, 48)
-
anyone know how to work with comboLbox?I'm having problem with it.I'm having problem retrieving items listed inside a comboLbox and thus clicking on it.would appreciate if you all could help me...thanks!
-
hi herewaspluto and smoke_N,thanks for both your concern about my problem, so sorrie for not providing u all with the relevant info needed....this is the download link for the software which I'm doing the automation script for. http://download.yousendit.com/D803184F551084A7 I have problem with the combobox part of the installation....I'm not able to make it click on the combobox and choose the items inside the combobox,pls help me,thanks so much!
-
hi everyone, below is a few lines of code from my script which are suppose to make it work with comboboxes....i wanted to make the script click on the dropdown combobox and choose an item from the list it drops down.pls help me see what's wrong with my codes,thanks so much! ControlClick ( "Change Directory", "", "ThunderRT6DriveListBox1",Default ) ControlCommand ( "Change Directory", "", "ComboLBox1", "ShowDropDown", "" ) ControlClick("Change Directory", "", "ComboLBox1", right, 1, 39, 48)
-
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
hi...googemyster, when i use the script to run the nic software,it automated all the way until the part which says version conflicts and just stop there....is there anyway to let it automatically click the yes button at the version conflict there? thanks! -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
is there anyway i can change the location of nic.exe to other places and the script can also work?if for other software how should i go about writing a silent installation script? -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
hi kogmedia,these line of codes have to paste where?can give detailed instruction?thanks so much! -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
Hi kogmedia, so did you manage to find any solution? -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
hi kogmedia,after I installed the software using your method of silent installation,the software could not work...I think something is corrupted....but if i manually install the software it was ok.....as I mention earlier I had tried your method on other software but none of them could work so i think there should be a script which works similarly with the automated installation of winzip want but I just not sure how to make it works. could you pls write me a sample script similar to the winzip script which i attached earlier in the message...?so sad that still not able to get the problem solved ,thank you! -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
hi kogmedia,you meant removing the line below then it will work automatically?but I have tried removing the line below in the setup.lst file but still it couldn't work.and I have tried out your method of silent installation with other software but none of them work also.so i think it is the problem with the script.... attached is a working autoIT script for the automated installation of winzip.I have tried it before once.now I just wanted to create a script similar to this winzip one for my this software.pls help,thanks! "File51=@FM20.DLL,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/18/05 5:39:56 AM,1146320,11.0.6550.0" -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
fyi, I needed a autoit script to automate the whole installation of the software but your silent installation solution method doesn't work for me..it requires users intervention then only the setup is able to continue, do you know how to create a autoIT script for the automation of my this software?pls advise,thanks so much kogmedia... -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
hi kogmedia, my this software requires some user intervention of clicking on the buttons,it seems like your method doesn't work.can you try the script with my software see whether can work then provide me with a solution?thanks so much! -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
hi Kogmedia, so sorrie..because I'm a script newbie so could you pls elaborate on what you say?by the way is is it convenient for you to just send me a sample of the autoit script for the automation of this software?thanks! -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
hi..so sorry about it...there is some problem with the previous download link for the software,use this want instead thank you! http://download.yousendit.com/6FF9C95B47CE7739 -
any kind souls pls help,thanks so much
yeekyj1 replied to yeekyj1's topic in AutoIt General Help and Support
I'm trying to install a software called news in class.here is the link to download the software "http://download.yousendit.com/59816EDD3D1DBD41" ,would appreciate if you could show me a script on how to automate the installation of this software,thanks so much! -
hi all, I have try to write a simple script to automate a software installation but it just won't work,I just tried to write the first few line of the script but it also won't run,it is just a very short and simple want......any kind soul here can help?attached is the script written to automate the installation of the software,thanks so much! blankscript.au3