TheCrowX Posted July 27, 2004 Posted July 27, 2004 hi i was wondering if i can make some js files like the one in winamp files for my others software to a better configuration and is it recommended thanx in advance
MCT Posted July 27, 2004 Posted July 27, 2004 sure u can make them, u just have 2 know how, search google for a tutorialregards
mazin Posted July 27, 2004 Posted July 27, 2004 sure u can make them, u just have 2 know how, search google for a tutorialregardsOH! Is there a tutorial for this, really?!I'm, also, interested.
MCT Posted July 27, 2004 Posted July 27, 2004 i dont know of anything specifically, try google as i suggested
mazin Posted July 27, 2004 Posted July 27, 2004 For sorry, all what ggl brings is subjects related to web java.
big_gie Posted July 27, 2004 Posted July 27, 2004 look for a "jscript tutorial"There are plenty avaible.JScript is a "copy" of JavaScript made by Microsoft to include in Internet Explorer and Windows Explorer. They are almost identical. If you find a tutorial for JavaScript then follow it.JScript support is included in Windows via Windows Scripting Host (WSH). WSH support JScript and VBScript, I do prefer JScript, but that's personnal, they can do the same thing.With a JScript/VBScript you can control almost anything in Windows; you can send keys to application too. So You can make a .js script that send some keys to your setup to install it silently.I'm pretty sure you won't find any tutorial on JScript AND installing silently... Learn JScript, then look at examples people have posted here for different application and then make your own...good luck
big_gie Posted August 4, 2004 Posted August 4, 2004 Dunno, but I think I've already saw it...There is someone who made a .js script to install winamp silently, a bit like autoit does it.There is surely an equivalent in vbs, as both can do the same thing. I highly suggest you download the WSH documentation. You will find ANYTHING you are looking for in WSH.
mazin Posted August 4, 2004 Posted August 4, 2004 can getwin be used in vbscript ?AppActivate is much simpler!
mazin Posted August 4, 2004 Posted August 4, 2004 An example is here (JS not VBS):http://www.msfn.org/board/index.php?showto...ndpost&p=158950
prathapml Posted August 4, 2004 Posted August 4, 2004 i was wondering if i can make some js files like the one in winamp files for my other software to fine-tune installationJust use the winamp JS as a starting point, and customize it for your app; mazin has a very good tutorial in that same winamp thread.and is it recommendedNow, that is something to consider! I would say try any other possible method first, and if all else fails, the JS is always there for you.OH! Is there a tutorial for this, really?! Use your's itself, LOL (haven't seen any other as well-explained as yours).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now