Thread: cmd commands
View Single Post
Old Dec 2nd, 2005, 10:41 AM   #2
eclipsed4utoo
Newbie
 
Join Date: Dec 2005
Posts: 7
Rep Power: 0 eclipsed4utoo is on a distinguished road
you mean like using DOS commands in the Perl script?

like....
# directory command
$cmd = "dir";
system($cmd);

you mean something like that?
eclipsed4utoo is offline   Reply With Quote