View Poll Results: What do yo think of console apps?

Voters
10. You may not vote on this poll
  • They suck, its ALWAYS better to write a GUI

    1 10.00%
  • I'd rather it had a GUI but I'm happy to use a console window.

    3 30.00%
  • Console apps are fine by me.

    5 50.00%
  • I prefer console apps (where a GUI wouldn't bring any extra functionality.

    3 30.00%
  • I think something else, see my posting below

    0 0%
Multiple Choice Poll.
Results 1 to 8 of 8

Thread: Are Console based apps...?

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Are Console based apps...?

    Are console based apps still viable these days?

    I mean, who still uses them and writes them by choice?

    I'm writing a Minimum Spanning Tree calculator app which is command line driven. It probably isnt worth writing a proper GUI for because its pretty straight forward. Just pass a filename into the program and a few minutes later a new file is created and the ser is prompted for another filename. I'll need to write a windows app to interpret the results of course.

    If I packaged these 2 programs together and tried to sell it, would people really not buy it because part of it is commandline driven?

    What are your experiences / thoughts?

    Discuss
    I don't live here any more.

  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    if you need something like batch converting files etc i think the command line is a lot better, you can put it in the desired folder and then it will do everything without the user have to worry about setting things etc
    \m/\m/

  3. #3
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    Console Apps are perfect for automated tasks. For example, I created a console app. that loops through records in a database and if the mailingDate field is equal to (todays Date) It sends builds an email based on the other fields and sends the email out.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    For internal enterprise or organizational use, it would be fine. IF you are planning to sell it, go ahead and create the GUI. I mean, really, it would take you all of 5- 10 minutes to design a GUI and hook it up with the code you use in your console app.

  5. #5
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    If you think about it, a GUI app for a console app wouldn't be very hard to create.

    I created a simple file renamer where you put in the path to the folder of the files you want to change, the extention of the files you want to rename, and the name you want to rename them to. All this could easily been done with a command line. The truth is though, that MOST people do not feel comfortable with the command line. So I create a small window that allows the user to have a graphical app to work with in which they are familiar.

  6. #6
    Hyperactive Member sw_is_great's Avatar
    Join Date
    Nov 2003
    Posts
    330
    for batch processes
    console applications are the best
    Regards

  7. #7
    Hyperactive Member sw_is_great's Avatar
    Join Date
    Nov 2003
    Posts
    330
    for unix os also
    console apps are the best
    Regards

  8. #8
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I agree with hellswraith . And also , GUI is faster and possibilities of typing errors is just zero , not like with command line . People don't want to struggle much to know the syntax and the commands of this console app . They just want to be one click away from upshot ! . But , it's still ideal for patch-like apps which doesn't require more interaction with the user.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width