Home > Archive > PERL Beginners > March 2004 > CMD Install Doesn't Work
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CMD Install Doesn't Work
|
|
| Kenneth Janusz 2004-03-18, 6:22 pm |
|
I tried Start -> Run -> CMD
This is what I got. Install is not recognized as a command. I also tried running COMMAND with the same results.
Any idea what the problem is?
Thanks,
Ken
----------------------------------------------------------
At the top of the Command Prompt window it displays: C:\WINDOWS\System32\cmd.exe
C:\OraclePERLDownload>dir
Volume in drive C has no label.
Volume Serial Number is 6C41-330E
Directory of C:\OraclePERLDownload
03/09/2004 07:08 AM <DIR> .
03/09/2004 07:08 AM <DIR> ..
02/26/2004 09:20 AM 103,936 ActivePerl 5 Rel Notes.doc
02/26/2004 08:54 AM 88,576 ActivePerl User Guide.doc
02/26/2004 09:29 AM 168,669 ActivePerl.html
02/26/2004 09:29 AM <DIR> ActivePerl_files
03/08/2004 01:29 PM 670 PDBA_Bundle.ppd
02/26/2004 09:44 AM 2,781,696 PDK-5.3.0.530.msi
03/08/2004 11:25 AM 5,057,536 VisualPerl-vs2003-1.8.1.2827.msi
6 File(s) 8,201,083 bytes
3 Dir(s) 67,011,489,792 bytes free
C:\OraclePERLDownload>install pdba_bundle.ppd
'install' is not recognized as an internal or external command,
operable program or batch file.
| |
| Tim Johnson 2004-03-18, 6:22 pm |
|
You need to invoke PPM first.
C:\> PPM
PPM> install Win32-My-Module
....
-----Original Message-----
From: KENNETH JANUSZ [mailto:kjanusz@att.net]=20
Sent: Thursday, March 11, 2004 9:21 AM
To: PERL Beginners
Subject: CMD Install Doesn't Work
I tried Start -> Run -> CMD
This is what I got. Install is not recognized as a command. I also
tried running COMMAND with the same results.
Any idea what the problem is?
|
|
|
|
|