HighTechTalks DotNet Forums  

DOS information

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss DOS information in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
matlyn
 
Posts: n/a

Default DOS information - 09-19-2007 , 05:54 PM






I have been sent to a "basic" scripting class. The instructor started with
DOS stuff.

How can I create a .bat file that will create a dir, subdir and a .txt file?

thanks,
LM

Reply With Quote
  #2  
Old   
Jason Newell
 
Posts: n/a

Default Re: DOS information - 09-20-2007 , 03:56 PM






Matlyn,

This is a .NET FAQ newsgroup so you probably won't get much answers.

MKDIR \dir\subdir
ECHO Hello > \dir\subdir\hello.txt

Jason Newell
Software Engineer
www.jasonnewell.net

matlyn wrote:
Quote:
I have been sent to a "basic" scripting class. The instructor started with
DOS stuff.

How can I create a .bat file that will create a dir, subdir and a .txt file?

thanks,
LM

Reply With Quote
  #3  
Old   
matlyn
 
Posts: n/a

Default Re: DOS information - 09-20-2007 , 04:08 PM



Thank you, Jason. Sorry I posted in the wrong area.

"Jason Newell" wrote:

Quote:
Matlyn,

This is a .NET FAQ newsgroup so you probably won't get much answers.

MKDIR \dir\subdir
ECHO Hello > \dir\subdir\hello.txt

Jason Newell
Software Engineer
www.jasonnewell.net

matlyn wrote:
I have been sent to a "basic" scripting class. The instructor started with
DOS stuff.

How can I create a .bat file that will create a dir, subdir and a .txt file?

thanks,
LM


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.