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
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
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
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
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