dqdegvzman Posted April 28, 2013 Share Posted April 28, 2013 I want to create an Autoit script that can detect and install the java on pc 1) following the java, and do not install it should automatically download the java (silent mode) and install java (silent mode) after installation of java and finish I have to run mom xxx.jar 2) it has the Autoit scripts detect the java already installed on the PC I have to run mom xxx.jar Link to comment Share on other sites More sharing options...
bogQ Posted April 29, 2013 Share Posted April 29, 2013 ok, so inform us when you create it TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost. Link to comment Share on other sites More sharing options...
dqdegvzman Posted April 29, 2013 Author Share Posted April 29, 2013 ok, so inform us when you create it thank you, how long to complete Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted April 29, 2013 Moderators Share Posted April 29, 2013 dqdegvzman, you're telling us what you want, not what you have tried on your own. This is not a forum where we spoon feed code to you, this is a forum where we assist when you run into an issue with a script you are writing. I would suggest beginning with the help file, see if you can download the file using InetGet or some other means. Then, once you have this down, move along to the silent install. Xandy 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
dqdegvzman Posted April 29, 2013 Author Share Posted April 29, 2013 dqdegvzman, you're telling us what you want, not what you have tried on your own. This is not a forum where we spoon feed code to you, this is a forum where we assist when you run into an issue with a script you are writing. I would suggest beginning with the help file, see if you can download the file using InetGet or some other means. Then, once you have this down, move along to the silent install.Can you help me on my scripts Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted April 29, 2013 Moderators Share Posted April 29, 2013 Yes, once you post what you have written yourself, we will help you "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 29, 2013 Moderators Share Posted April 29, 2013 dqdegvzman,You have been told quite clearly that we do NOT write scripts to order. We will offer you lots of help to get the script YOU have already coded to work correctly, but you will not get a script written for you. Now please stop begging. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Nessie Posted April 29, 2013 Share Posted April 29, 2013 No one will write for you a full script, but you can look to my exspecially to _NavInfo_IsJavaInstalled to check if java is installed, and if your .jar need a specific java you can check the version with _NavInfo_GetJavaVersion You can use InetGet to download a file and Run to install it. Now it's your turn.Hi! My UDF: NetInfo UDF Play with your network, check your download/upload speed and much more! YTAPI Easy to use YouTube API, now you can easy retrive all needed info from a video. NavInfo Check if a specific browser is installed and retrive other usefull information. YWeather Easy to use Yahoo Weather API, now you can easily retrive details about the weather in a specific region. No-IP UDF Easily update your no-ip hostname(s). My Script: Wallpaper Changer Change you wallpaper dinamically, you can also download your wallpaper from your website and share it with all! My Snippet: _ImageSaveToBMPConvert an image to bmp format. _SciteGOTO Open a file in SciTE at specific fileline. _FileToHex Show the hex code of a specified file Link to comment Share on other sites More sharing options...
dqdegvzman Posted April 29, 2013 Author Share Posted April 29, 2013 Yes, once you post what you have written yourself, we will help you you can start now Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 29, 2013 Moderators Share Posted April 29, 2013 dqdegvzman,Enough - thread locked. And do not start another one unless you show some effort first. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts