> OK, maybe I'm just being thick-headed, but I can't quite figure out
> how to clear the command prompt screen from my perl script.
>
> I've tried back-ticking "cls", but that doesn't do anything.
>
> Am I missing something?

Try system("cls"), backticks will create a new instance of cmd.exe, system
won't.

Steve


_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to