RE: Opening Access DB Files

2002-03-14 Thread Dutrieux Yves
Use the DSN instead a physical link. Hope this will help you. Yves -Message d'origine- De: Valerie Kramer [mailto:[EMAIL PROTECTED]] Date: jeudi 14 mars 2002 17:44 À: [EMAIL PROTECTED] Objet: Opening Access DB Files I have a Perl program that opens a Microsoft Access database and repor

RE: Changing Computer Name - $20???

2002-03-14 Thread JM
Here is the code that worked for me Ky-Anh. Your code only half worked. It did not change the Environment var's. . . See the code for more details. . . I don't know if you know much about the Canadian dollar but it's not worth much . . . = use Win32::AdminMisc; use Win3

RE: ActivePerl HTML Help question

2002-03-14 Thread Hicks, Matthew
Title: RE: ActivePerl HTML Help question Trevor,   Do you know how to 'install' a pod2html gen'd document into the ActiveState html help index without running a PPM install (say for CPAN modules)?  Will PPM rebuild the whole tree, or only that module's?  This would be a great time-saver for 

RE: ActivePerl HTML Help question

2002-03-14 Thread Trevor Joerges
Title: RE: ActivePerl HTML Help question Most of the modules that do not HTML help do have POD help. I McGuiver the help for these modules by using the POD2HTML utility that comes with ActivePerl  and redirect the out to a HTML file in the appropriate %root%\Perl\html\site\lib\module directory

RE: ActivePerl HTML Help question

2002-03-14 Thread Wagner-David
Depends on the module being installed and if the author provided the html. I have installed two modules today: one appeared and one didn't. Wags ;) -Original Message- From: MacAlpine, Tim [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 11:47 To: '[EMAIL PROTECTED]' Su

Re: Opening Access DB Files

2002-03-14 Thread Edward G. Orton
- Original Message - From: "Valerie Kramer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 11:43 AM Subject: Opening Access DB Files > I have a Perl program that opens a Microsoft Access database and reports > various information using the DBI module. (It als

RE: Opening Access DB Files

2002-03-14 Thread Ky-Anh Phan
You may want to use Dave's Win32::ODBC to programmatically setup/edit your DSN based on a scan of the directory. Use: File::Find to locate the desired file Win32::ODBC::ConfigDSN to edit the DSN --- At least weekly, I copy the master database to a second machine and rename it with a date

ActivePerl HTML Help question

2002-03-14 Thread MacAlpine, Tim
How does one get modules that you install using ppm to be included in the ActivePerl HTML Help Documentation TOC? Also, my index doesn't seem to be working - its just blank. Thanks, Tim ___ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscrib

RE: Changing Computer Name - $20???

2002-03-14 Thread Ky-Anh Phan
How much for this one? LOL Via remote registry: A. Change the computer name B. Set AutoLogon on the machine and set RunOnce or Run key to execute a script that runs netdom.exe C. Reboot (via rcmd or WMI or however) Assumption here is that the script in B cleans up the autologin and the run port

RE: Changing Computer Name - $20???

2002-03-14 Thread Ali Mesdaq
Now how can you do it so that it can run this script with the machine not logged in? and then once it reboots it joins a domain without being at the console? -Original Message- From: Ky-Anh Phan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 10:54 AM To: 'JM'; [EMAIL PROTECTED

RE: Changing Computer Name - $20???

2002-03-14 Thread Ky-Anh Phan
Sorry .. Forgot to specify the value :-) Should set "NV ComputerName" in CurrentControlSet and "NV Hostname" in TcpIp Services For that mistake, I'll take off $5 :D -Original Message- From: Ky-Anh Phan Sent: Thursday, March 14, 2002 10:54 AM To: 'JM'; [EMAIL PROTECTED] Subject: RE: Ch

RE: Changing Computer Name - $20???

2002-03-14 Thread Ky-Anh Phan
Is this U.S. dollars? :-) use Win32::TieRegistry ( Delimiter => '/', ArrayValues => 0, TiedRef => \$Registry ); $Registry->{'LMachine/SYSTEM/CurrentControlSet/Control/ComputerName/Computer Name'} = $name; $Registry->{'LMachine/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters'} = $name; Win32::

Re: Opening Access DB Files

2002-03-14 Thread Wiechel, Benjamin
It seems to me that it would be easier to schedule a job (Perl or otherwise) to simply make a copy of the master with the dated file name. For example: MainDB.MDB is the main database Nightly, it is copied from MainDB.MDB to: MainDB-2002--.MDB Thus, you never have to change the DSN or the Per

RE: win32::adminmisc

2002-03-14 Thread Timothy Johnson
You will have to use the computername as the domain name, and run it for each computer on the workgroup. -Original Message- From: Eric Logeson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 7:56 AM To: [EMAIL PROTECTED] Subject: win32::adminmisc Hello the following works

Opening Access DB Files

2002-03-14 Thread Valerie Kramer
I have a Perl program that opens a Microsoft Access database and reports various information using the DBI module. (It also uses the TK module to provide a GUI but I don't think that is relevant to my question.) On the master computer, this is fine. To make DBI work, I've created a user DSN dat

Re: Registry Key information

2002-03-14 Thread shonorio
Jenda, Thank so much for you script and help... Solli De: [EMAIL PROTECTED] em 12/03/2002 23:48 CET Para:[EMAIL PROTECTED] cc: Assunto: Re: Registry Key information From: [EMAIL PROTECTED] > and how can I 'decompile' the LastWrite value that I get by > Win