Search found 4 matches

by Chunter
07 Feb 2010 17:33
Forum: DOS Batch Forum
Topic: Redirection Echo Output into .txt file
Replies: 3
Views: 6123

Re: Redirection Echo Output into .txt file

Unfortunately this is for an assignment, so there are certain specifications I should follow. The first suggestion might actually work, I've considered this myself but I don't know if my instructor will allow it. I'll run it by him and see what he has to say about it, thanks for the help.
by Chunter
07 Feb 2010 15:17
Forum: DOS Batch Forum
Topic: Redirection Echo Output into .txt file
Replies: 3
Views: 6123

Redirection Echo Output into .txt file

Hi, I seem to be having some trouble with redirection, here's my code: @echo off rem This is the second batch file. cls color 0c if not "%5" == "" goto toomany if "%2" == "" goto toofew if "%3" == "" goto calc if "%4" == "&qu...
by Chunter
01 Oct 2009 11:29
Forum: DOS Batch Forum
Topic: Dos Batch Calculator Help
Replies: 2
Views: 5162

Well that wasn't quite the answer I was looking for but it certainly helped out a lot, I think I figured out how to do it now.
by Chunter
30 Sep 2009 14:37
Forum: DOS Batch Forum
Topic: Dos Batch Calculator Help
Replies: 2
Views: 5162

Dos Batch Calculator Help

Hi there, I'm a college student and am relatively new to Dos. Recently an instructor asked me to compile a Dos batchfile. This is my assignment: A DOS batch file named CalcComm is to be coded to calculate the commission for each sales person based on their daily sales for the week. The batch file ac...