Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-07-2012, 05:16 AM   PM User | #1
iT3d.
New Coder

 
Join Date: May 2012
Posts: 45
Thanks: 7
Thanked 1 Time in 1 Post
iT3d. is an unknown quantity at this point
What Language Can Do This?

Ive used a program that someone who worked in my new job before had created called ADAM. It's a really long pointless acronym - but essentially, what the program does when ran is cycle through a list of steps, completeing each and gathering info about the system on the backend, before advancing to the next step - with the occasional prompt.

For example, it will prompt and ask if the machine needs antivirus installed - clicking yes initiates an install sequence, clicking no skips and goes to the next step. The program installs a program and then updates it to the latest version before going on to the next step - I want to know what type of program could do this?

Also, throughout the duration of the program completing steps there is a textbox that you cannot interact with that populates itself stating the next step, for ex:

step 1 blahblahblah

then when finished it will say :

step 1 blahblahblah...done
stpe 2 blahblahblah

After all the steps are completed, it goes to a screen with boxes listing all the info collected.
I want to code a modern version of the program for my personal use to make my job as a technician easier, and to show that I can do some programming. I'm not asking for code - just needing to know what language could do this.
iT3d. is offline   Reply With Quote
Old 11-10-2012, 11:20 PM   PM User | #2
DELOCH
Regular Coder

 
DELOCH's Avatar
 
Join Date: Apr 2006
Location: Canada
Posts: 537
Thanks: 4
Thanked 2 Times in 2 Posts
DELOCH is an unknown quantity at this point
Many ways to do that, but I would suggest looking into scripting.
some options are Python, Ruby, and Perl.

There could be more specialized tools to get this done, but scripting languages give
you the most leverage over that.

Hopefully this helped
~DELOCH
DELOCH is offline   Reply With Quote
Old 11-17-2012, 03:56 PM   PM User | #3
KenJackson
New to the CF scene

 
Join Date: Aug 2010
Location: Maryland, USA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
KenJackson is an unknown quantity at this point
If the application was created by an employee on the job, the source code belongs to the company unless he had an agreement. You should ask around, look around, poke around and try to find it. If you just want to make some changes, that would be the very best place to start, regardless of what language it's written in.

But starting from scratch for something like that would probably best be done in a scripting language as Delloch suggests. Python seems to have taken the world by storm.

But there is one other solution you might consisder: NSIS (Nullsoft Scriptable Install System). When you install an application on Windows, you often run setup.exe, which opens a series of standard-looking windows to gather information and guide you through installation. Some of those have no-doubt been created with NSIS. You can make a really nice looking installer with a relatively small script. It's free.

The downside of NSIS is that the language is very non-intuitive, at least I think so, which means a steep learning curve.
KenJackson is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:16 AM.


Advertisement
Log in to turn off these ads.