Upgrade forum?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Exouxas
Posts: 34
Joined: 01 Sep 2011 12:52

Upgrade forum?

#1 Post by Exouxas » 08 Sep 2011 11:31

I just have a question here, like most others :P

Why not make this site into a general scripting forum?

Just make several forums within board index for for example C++, Expression 2, AutoHotKey, Visual Basic Ect...

I personally think more people would come visit this site and it might get more people to do batch too :P

Basically, this would help people get their skillz goin' and some people like showing off and some like getting tested.

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Upgrade forum?

#2 Post by Ed Dyreen » 08 Sep 2011 12:06

'
I've heard that before :lol:

Exouxas
Posts: 34
Joined: 01 Sep 2011 12:52

Re: Upgrade forum?

#3 Post by Exouxas » 08 Sep 2011 13:40

IMO it's a great idea, because noone should be locked on one scripting language, everyone should try expanding a bit.

(personally i have been trying to expand to java... it did not go well so i went back to batch a bit)

admin
Site Admin
Posts: 134
Joined: 31 Dec 1969 18:00
Location: US

Re: Upgrade forum?

#4 Post by admin » 10 Sep 2011 08:18

This is definitely an option and I have been thinking about it since quite some time.

I must say though that I never liked the forum solution for collaboration as it leads to long topic by topic question/answer chains that are difficult to search and navigate when looking for solutions. A forum is good for solving one specific problem that is ask by one specific user.

The ideal collaboration platform allows users to develop page content, more like a wiki, so that all visitors can easily benefit from the posted solutions, not only the user whose questions was answered. So far I haven't found a free wiki software that is suitable.

Currently this website contains web pages and a forum for command-line and batch programming.
If we would add forums for other scripting languages, then it should probably also contain web pages for these languages.

Comments/suggestions/ideas anyone?

nitt
Posts: 218
Joined: 22 Apr 2011 02:43

Re: Upgrade forum?

#5 Post by nitt » 10 Sep 2011 17:23

Exouxas wrote:I just have a question here, like most others :P

Why not make this site into a general scripting forum?

Just make several forums within board index for for example C++, Expression 2, AutoHotKey, Visual Basic Ect...

I personally think more people would come visit this site and it might get more people to do batch too :P

Basically, this would help people get their skillz goin' and some people like showing off and some like getting tested.


Naw, that's too general. But I would like it if they expanded more sections for more DOS scripting/programming languages.

Such as sections for:
MS-DOS - Batch
MS-DOS - Powershell
MS-DOS - Assembly

If you are running a newer computer, such as Windows Vista and Windows 7, open up CMD.EXE and type in "powershell" to go into the Windows Powershell console (if you type in "start powershell_ise", it will load the Powershell GUI).

If you are on an older computer, load up CMD.EXE and type in "debug". This will start the DEBUG console. With this you can write Assembly codes (or read Assembly codes from a file) and compile/assemble them to COM files.

There is such thing as MS-DOS Assembly. Such as if you were coding your own OS, "int 21" wouldn't function properly. But it works just fine on Windows operating systems. You can also download libraries for Windows and do more advanced Windows things.

Post Reply