Windows scripting language [closed] - windows

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
In my current environment, I've implemented a login script system that uses Kixscript. I'm able to drop any kix script in the appropriate directory, after which the login script parsed that directory and executes each script.
I've noticed a decrease in the amount of people documenting/developing for KIX, as well as a lack of 64-bit functionality (not necessary, but nice to have). Therefore, I'm curious if there is anything that can be recommended (other than WSH or PowerShell) that would be easy to use/implement and be efficient. Maybe Lua??
FYI, I've seen this thread, but it's about 2 years old, so I'm looking for new input without "threadjacking".
Thanks

Maybe VBScript? Support is built into Windows.

Related

Can I create a desktop application with ruby? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I would like to know if its posible to create a desktop application with ruby and the disadvantages,
please can you give me a example? a application to use in windows
thanks
Yes you can, Sir!
The disadvantages are like there might be some difficulties doing advanced stuff for interfaces but I'm just guessing as I have no experience at all in this field.
Take a look at some solutions you have:
http://shoesrb.com
https://github.com/larskanis/fxruby
https://github.com/maccman/bowline (this one I just found it now and seems interesting, BUT it's not maintained anymore :/)
http://macruby.org (for OS X only)
http://www.rubymotion.com (paid and OS X only)
Other I can think of is using Java Swing with JRuby
Also you might want to take a look at this -> http://en.wikibooks.org/wiki/Ruby_Programming/GUI_Toolkit_Modules

Is there some simple developer tools / IDE for mac ? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to write simple application that will run on mac.
The application need to take some text file and send it over http ( using REST ).
Is there some free IDE that i can download and use ?
If i will write it in java - is it run on mac ?
Thanks.
Not sure if the question applies here, but if you want to write Java use Eclipse. It is free and runs on Mac.

What made Win9x NotePad so stable? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm pondering how to make a text editor very stable. In my experience, text editors are second only to games in exhibiting flaky behavior (hanging, corrupted files, etc.).
I haven't programmed for Windows, but I have maintained a lot of Windows machines since the mid 1990s, and it occurred to me that NotePad is perhaps the one application I have used a lot but have never had a problem with.
What about the design of the Windows 9x NotePad made it so stable? Did the very small file size limit (64 KB) allow a simpler internal structure?
Two reasons: it's pared down to the essentials, and it relies on the existing Windows text control for most of its functionality.

Is VB 6 worth learning today? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
How necessary is it to learn VB6 and what are the advantages of using this language today? Does it really have advantages?
At this point, nobody should be using VB6 for new development work, however, there is a lot of existing VB6 code that needs to be maintained and/or ported. Much of the existing VB6 code will be internal line-of-business applications, so the question of whether to learn it or not would depend on your employeers needs.

Add-on for VB6 to find all references, etc? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was working with VB6 last year and I used an Add-on that made it possible to search not only for the definition of objects or functions but also find all references or calls of specific objects or functions.
Unfortunately I can't remember where I got it from. Can anybody help on that?
Thanks in advance!
MZTools.
It is the essential free tool for all VB6 and VBA developers.

Resources