Epic-ish idea!

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

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

Epic-ish idea!

#1 Post by Exouxas » 13 Sep 2011 14:27

Okay, Heres the idea:

The administrator/owner makes a new 'forum thingy' and all that is allowed to post there is facts about commands

example:

Code: Select all

set

used to set a variable to something


Now when people reply information that can be used to expand the explaination, the creator of the thread updates the starting post with the content the replier had.

This wil basically turn this website into a batch forum AND wiki with easy explainations that most people understand

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

Re: Epic-ish idea!

#2 Post by nitt » 13 Sep 2011 15:36

Or you can just use "command /?".

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

Re: Epic-ish idea!

#3 Post by Exouxas » 13 Sep 2011 15:48

dosent work for me, but if its like the 'help' command, then i'd rather have a wiki, lol

first of all the help command dosent show examples nor explain the commands good enough ( for me atleast )

Bob D
Posts: 20
Joined: 07 Sep 2011 18:32
Location: Eastern Australia

Re: Epic-ish idea!

#4 Post by Bob D » 13 Sep 2011 17:19

nitt wrote:Or you can just use "command /?".

It's a good source of info but it falls down in that it is incomplete. Example: FINDSTR /? does not indicate that you can use Errorlevel to check for completion. A wiki could start with the basic Command /? and then could be adjusted by the community for acquired knowledge. Another example: Help does not list all useful commands that are valid for Vista and 7. Some that come to mind are TIMEOUT and SETX and CHOICE

Bob D
Posts: 20
Joined: 07 Sep 2011 18:32
Location: Eastern Australia

Re: Epic-ish idea!

#5 Post by Bob D » 13 Sep 2011 17:58

Exouxas wrote:first of all the help command dosent show examples nor explain the commands good enough ( for me atleast )

I am recently new at this again after a long period doing other and I am finding difficulty with syntax and capability of the commands and the changes that have happened since DOS.

One change I am still looking at is ANSI.SYS It appears to be no longer available. Too bad because you could work magic with it. I can remember making a batch file that disabled a randomly selected keyboard key at each boot.

What I am doing now is I have a folder with the Command /? output in it as TXT files and I just modify them with each bit of acquired knowledge (after I understand it). I only do this for commands of interest.

How to do this in win 7:
Create the folder
In explorer navigate to the folder, right click and select open Command window here
In the window do the command help with output to a file. Example: SETX /? > setx.txt

You could also do this as one big file in Word with a Table of Contents to index each command.
Another way is a html page for each command with an index page.
In one of my posts I referred to a Windows Help file (.CHM) that I found here http://www.microsoft.com/download/en/details.aspx?id=2632 but it is also lacking in some detail.

phillid
Posts: 109
Joined: 03 Apr 2010 20:27
Location: Wellington, New Zealand
Contact:

Re: Epic-ish idea!

#6 Post by phillid » 15 Sep 2011 23:01

I'm all for having a wiki, because then the community will be able to add clarity and detail for those who cannot get things as easily

:P

-- Phillid

Post Reply