Re: Hide password in MS DOS

2003-09-08 Thread R. Joseph Newton
Ned Cunningham wrote: > Funny you just caught me working on something similar, and I have modified > this code for my purposes. This should lead you in the right direction! > Snip > > #!/usr/bin/perl > use Win32::Console; > >$StdIn = new Win32::Console(STD_INPUT_HANDLE); >my $Password =

RE: Hide password in MS DOS

2003-09-02 Thread Ned Cunningham
PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 1:01 PM To: Ned Cunningham Subject:RE: Hide password in MS DOS Why don

RE: Hide password in MS DOS

2003-09-02 Thread Ned Cunningham
ler Brake 200 Holleder Parkway Rochester, NY 14615 (585) 647-6400 ext. 310 [EMAIL PROTECTED] -Original Message- From: Anbu Pugaleesan [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:11 AM To: Beau E. Cox Cc: [EMAIL PROTECTED] Sub

RE: perl script for a timer on ms-dos

2003-07-01 Thread Tim Johnson
Check out the sleep() function. You can make your script sleep for the specified number of seconds. -Original Message- From: shubha kenkre [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: perl script for a timer on ms-dos Hi!, I am trying

perl script for a timer on ms-dos

2003-07-01 Thread shubha kenkre
Hi!, I am trying to get a intermitent timer working on the ms-dos window.Basically the timer should beep at a programed interval , say once in 2 minutes, and turn off on its own, and beep again at the same set interval of time. I am a beginner and i would like help in getting this working at a

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread rob
Marshall Goldberg wrote: >In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the >command window. > > sorry for the dual reply but go to start> run> cmd on nt /2000 or command on 95/98 click on the upper left hand dos icon click edit > scroll or properties and modify

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread rob
Marshall Goldberg wrote: >In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the >command window. > > sorry for the dual reply but go to sratr > run> cmd on nt /2000 or command on 95/98 on the upper left hand dos icon click edit > scroll or properties and modify the

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread rob
Marshall Goldberg wrote: >In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the >command window. > >Is there anything I can install (besides Linux :) that will let me run Perl >applications and view console output in a scrollable window? > > Try http://open-perl-ide.

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread Tim Musson
Hey Marshall, My MUA believes you used Microsoft Outlook Express 5.50.4807.1700 to write the following on Saturday, September 21, 2002 at 6:23:46 PM. MG> In Windows, Perl runs from the command (DOS) prompt, and I can't MG> scroll in the command window. MG> Is there anything I can insta

ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread Marshall Goldberg
In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the command window. Is there anything I can install (besides Linux :) that will let me run Perl applications and view console output in a scrollable window? TIA, Marshall Goldberg

RE: MS-DOS

2001-06-18 Thread BANKSTON,EUWELL (Non-HP-USA,ex1)
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Farnum Sent: Friday, June 15, 2001 9:34 To: Crystal Gruetzmacher Cc: [EMAIL PROTECTED] Subject: Re: MS-DOS Crystal Gruetzmacher wrote: > Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl > prompt. Then us

Re: MS-DOS

2001-06-16 Thread twinkles
At 11:23 AM 15/06/2001 -0700, Crystal Gruetzmacher wrote: >Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl >prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't >working anymore. In your c:\autoexec.bat file add the following then re

Re: MS-DOS

2001-06-15 Thread SunDog
6/15/01 -0700, you wrote: >Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl >prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't >working anymore. Anyone have any idea why? What can I do to fix it. I've >tried reinstalling

RE: Re[2]: MS-DOS *AND* Re: I need help running perl for windows

2001-06-15 Thread Dean Theophilou
]] Sent: Friday, June 15, 2001 5:50 PM To: Dean Theophilou Cc: Paul Johnson Subject: Re: Re[2]: MS-DOS *AND* Re: I need help running perl for windows On Fri, Jun 15, 2001 at 04:10:38PM -0700, Dean Theophilou wrote: [ Dean's message was meant to go to the list, but came to me personally. I

Re: Re[2]: MS-DOS *AND* Re: I need help running perl for windows

2001-06-15 Thread Paul Johnson
Message- > From: Paul Johnson [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 15, 2001 3:25 PM > To: Dean Theophilou > Cc: Perl_beginner (E-mail); Crystal Gruetzmacher > Subject: Re: Re[2]: MS-DOS *AND* Re: I need help running perl for > windows > > > On Fri, Jun 1

Re: Re[2]: MS-DOS *AND* Re: I need help running perl for windows

2001-06-15 Thread Paul Johnson
On Fri, Jun 15, 2001 at 03:04:23PM -0700, Dean Theophilou wrote: > O assoc .pl=Perl As a note to those for whom it's not too late, the .pl extension is historically associated with Perl Libraries. Although libraries still work with modern Perls, their use has been discouraged since Perl5 wa

RE: Re[2]: MS-DOS *AND* Re: I need help running perl for windows

2001-06-15 Thread Dean Theophilou
Regarding MS-DOS You can always execute a script by calling the Perl interpreter with the script as an argument: e.g., perl myscript.pl. You can also associate files with the .pl extension with the Perl interpreter, so that executing myscript.pl will correctly invoke the Perl interpreter and

Re[2]: MS-DOS

2001-06-15 Thread Tim Musson
Hey Mark, Friday, June 15, 2001, 2:48:14 PM, you wrote: MF> Is Perl in your system path? The first line in the script doesn't help MF> any in DOSneyland. I usually just type "perl script.pl" if it is. It is MF> possible to associated the dot-p-l extension with Perl.exe in the MF> Windows GUI, bu

Re: MS-DOS

2001-06-15 Thread Tim Musson
Hey Crystal, Friday, June 15, 2001, 2:23:41 PM, you wrote: CG> Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl CG> prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't CG> working anymore. Anyone have any idea why? What can I do to f

Re: MS-DOS

2001-06-15 Thread Mark Folse
le in dos that isn't EXE or COM (or BAT or CMD). Usually if you need to run in the dark box, you make a batch file. --- Crystal Gruetzmacher <[EMAIL PROTECTED]> wrote: > Once upon a time I could use MS-Dos to run my Perl scripts at the > C:\Perl > prompt. Then use Perl nameof

Re: MS-DOS

2001-06-15 Thread Francis Henry
on a time I could use MS-Dos to run my Perl scripts at the C:\Perl > prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't > working anymore. Anyone have any idea why? What can I do to fix it. I've > tried reinstalling Perl but that doesn't work. Should

Re: MS-DOS

2001-06-15 Thread David Farnum
Crystal Gruetzmacher wrote: > Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl > prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't > working anymore. Anyone have any idea why? What can I do to fix it. I've > tried rein

RE: MS-DOS

2001-06-15 Thread Gary L. Armstrong
TED]] Sent: Friday, June 15, 2001 2:24 PM To: Perl_beginner (E-mail) Subject: MS-DOS Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't working anymore. Anyone have any idea why? What can I do

MS-DOS

2001-06-15 Thread Crystal Gruetzmacher
Once upon a time I could use MS-Dos to run my Perl scripts at the C:\Perl prompt. Then use Perl nameofscript.pl or whatever the name was. That isn't working anymore. Anyone have any idea why? What can I do to fix it. I've tried reinstalling Perl but that doesn't work. Should I jus