Re: PARTIALLY RESOLVED: Fwd: Win32:EventLog ->Clear

2004-06-30 Thread tanman
Specifying "" as the filename didn't work, it returned "The parameter is incorrect" in $^E. But specifying the null windows device ("nul:") produced the desired effect. Make sure you include the colon after the work nul. HT - Original Message - From: Michael Jung <[EMAIL PROTECTED]> Dat

Re: Convert .bat files to .com

2004-06-11 Thread tanman
Are u trying to convert .bat to .cmd files, not .com files? - Original Message - From: Mike Jackson <[EMAIL PROTECTED]> Date: Friday, June 11, 2004 12:40 pm Subject: Re: Convert .bat files to .com > .com files are fundamentally different to .bat files: a .bat file > holds a list of comma

Re: implement a simple Telnet "like" Daemon in perl

2004-02-03 Thread tanman
Why reinvent the wheel? MS$ has the standard Unix RSH client built-in to WinNT and its descendants (not sure about Win98 and it's bretheren), and the server (RshSvc) is available from the Win2K Resource Kit, or the Windows Services for Windows. This will work for all command-line interfaces. I'm

Re: Command Line WinZip Executed From Win32 Perl Script

2003-12-16 Thread tanman
Nick, Download the WinZip Command Line Support Add-On here: http://www.winzip.com/other.htm See if that works better for you. HT - Original Message - From: "Bharucha, Nikhil" <[EMAIL PROTECTED]> Date: Tuesday, December 16, 2003 11:28 am Subject: Command Line WinZip Executed From Win32

Re: could not ODBC Sam-Test because -1044[Microsoft][ODBC Microsoft Access Driver] N

2003-10-08 Thread tanman
Check perldoc win32::odbc. Try (UNTESTED): $DSN='DSN=Microsoft Access Driver (*.mdb);DBQ=c:\temp\db1.mdb' then $db=new Win32::ODBC($DSN) or die ... Also note the distinction between double quotes (") and single quotes (') which you've confused in your code.   - Original Message - From: S