How i call the original rs script?
here is a script that makes multiple text files with file names
Code:
my ($filepath, $file3); print "Give the path of the directory\n\n "; $filepath=<STDIN>; chop $filepath; my $count=1; my $new1= "new1.txt"; #Open and read the directory
Leave a comment: