my $file_name = 'file'; print "Enter the number in the first batch file:\n"; $f=<STDIN>; print "Enter the number in the last batch file:\n"; $l=<STDIN>; for( $f..$l ){ my $file="$file_name$_.bat"; system($file) == 0 or die $?; sleep(2); }
In reply to Re: concatenating strings
by sh1tn
in thread concatenating strings
by imperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |