Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-01-2007, 10:57 PM   #1 (permalink)
 
Banned

Join Date: Oct 2006

Posts: 81

williwaw

Default Batch File Tuts

Hi all-

I was wondering if any of you have run across or can point me to any tutorials on Batch Files that you think are good.



Cheers,
Williwaw


Oh god, sorry...I guess I need to start reading the forums a bit more thoroughly.
williwaw is offline  
Old 02-03-2007, 01:35 AM   #2 (permalink)
 
True Techie

Join Date: May 2006

Posts: 101

jonmon6691

Default

well, if you know how to use the command prompt, then all a batch file is is a list of command prompt commands to run in order.
for example:
@echo off
echo hi

the @ echo off thing just makes the output display correctly
__________________
<small>
.:HP Pavillion dv6000:.
1.8 ghtz Intel Core 2 Duo
2GB RAM
120 GB HDD
nVidia Go graphics
Apache 2.2 (looking for a domain name)
</small>
jonmon6691 is offline  
Old 02-06-2007, 12:31 AM   #3 (permalink)
 
Monster Techie

Join Date: May 2004

Location: /usr/root/mn/us

Posts: 1,121

bla!! is on a distinguished road

Default

When I was first learning, I loved this site.

www.computerhope.com/batch.htm

good info about all the commands and some short batch files. Other than that I usually goole for samples of scripts that I need.
__________________
<br>
Its a frigging Laptop, not a Labtop!!!!
bla!! is offline  
 
Closed Thread

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On