Simply wrap it around a batch file with a pause at the end.
That is:
@echo off
path\to\my\script
echo .
echo .
echo . - D O N E -
echo .
echo .
pause
__
William Ampeh (x3939)
Federal Reserve Board
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
MAIL PROTECTED];
> [EMAIL PROTECTED]
> Cc:
> Subject: how do you run the debuger for perl/TK in
> Windows-2000
>
>
>
> Greetings,
> I developed a perl/TK script in Win-2000
> environment.
> when I run it the DOS-
ED]
Cc:
Subject: how do you run the debuger for perl/TK in Windows-2000
Greetings,
I developed a perl/TK script in Win-2000 environment.
when I run it the DOS-screen pops up and displays my
program errors. but this screen closes so fast t
Greetings,
I developed a perl/TK script in Win-2000 environment.
when I run it the DOS-screen pops up and displays my
program errors. but this screen closes so fast that
its impossible to read the error. so, how do I debug
my
perl.ptk script or how do I slow down the DOS-screen
to read the errors?