myaccounts
Tuesday, July 26, 2005
for loop in dos batch programming
Problem: I was wondering how a for loop would work in ms-dos batch programming and identified the following
solution: for /L %i in (
,
,
) do command
for /L %i in (0,1,100) do echo %i%
posted by mrchase @
6:46 PM
0 comments
0 Comments:
Post a Comment
<< Home
About Me
Name:
mrchase
View my complete profile
Previous Posts
perl libwww < 5.66
Creating a symlink in perl
Pushing into an anonymous array ref
Where is the kernel config in Fedora Core 3
Bash shell scripting ( [[ ]] conditions)
Bash shell scripting (string testing)
Bash shell scripting (string testing)
How do you convert a bunch of wave files into mp3 ...
Query Design creating where clauses
Doing CIDR mask calculations in perl
0 Comments:
Post a Comment
<< Home