Re: [sqlite] Error message This program cannot be run in DOS

2009-02-08 Thread Sherief N. Farouk
> Here is what I did
> 
> I downloaded
> sqlite-3_6_10.zip  245,575  bytes
> which unzipped to
> sqlite3.exe501,456

Why not post a cryptographic hash of the exe file you have, and the output
of the "ver" command when ran from your "command prompt".

- Sherief

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Error message This program cannot be run in DOS

2009-02-06 Thread Rajesh Nair
Hi,
The file seems to be perfect.
I am sorry, I omitted some thing. Right click the ZIP file and select
the "Properties" menu item and then examine the window displayed. You
can see the "UNBLOCK" button on that window. Generally XP blocks the
downloaded ZIP,EXE,DLL,... files and some email-attachments  from
executing. You can download but can't execute it. So before unzipping
unblock it.
Rajesh Nair.

On 2/4/09, Richard Hardwick  wrote:
>> selecting the UNBLOCK button from the window displayed,  and unzip and
> Well I dont seem to have an unblock button
> Here is what I did
>
> I downloaded
> sqlite-3_6_10.zip  245,575  bytes
> which unzipped to
> sqlite3.exe501,456
>
> The start of file sqlite3.exe looks like this
> 4D 5A 90 00 03 00 00 00 04 00 00 00 FF FF 00 00
> B8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00
> 0E 1F BA 0E 00 B4 09 CD 21 B8 01 4C CD 21 54 68
> 69 73 20 70 72 6F 67 72 61 6D 20 63 61 6E 6E 6F
> 74 20 62 65 20 72 75 6E 20 69 6E 20 44 4F 53 20
> 6D 6F 64 65 2E 0D 0D 0A 24 00 00 00 00 00 00 00
>
> That is
>
> MZ..
> .
> .
> .
> ...Th
> is program canno
> t be run in DOS
> mode
>
> And indeed "sqlite3.exeEX1.DB" at the dos prompt returns
> "This program cannot be run in DOS mode".
> I'm still stuck
>
> Richard H
>
>> Message: 4
>> Date: Wed, 4 Feb 2009 17:28:35 +0530
>> From: Rajesh Nair 
>> Subject: Re: [sqlite] Error message This program cannot be run in DOS
>> mode
>> To: General Discussion of SQLite Database 
>> Message-ID:
>> 
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Is it sqlite3.ex1 or sqlite3.exe ?
>>
>> Before unziping, Unlock the downloaded file by righ-clicking it an
>> selecting the UNBLOCK button from the window displayed,  and unzip and
>> then try. Unblock the EXE and the DLL file also, if needed.
>>
>> Rajesh Nair.
>>
>> On 2/4/09, Richard Hardwick  wrote:
>> > Stupid Newbie problem. I'm running WinXP.
>> > I want to make a little database.
>> > So at http://www.sqlite.org/download.html
>> > (Precompiled Binaries For Windows)
>> > I downloaded  sqlite-3_6_10.zip
>> >
>> > Unzipped it to sqlite3.exe.
>> > At DOS prompt I did
>> > sqlite3 ex1
>> > And I got
>> > "This program cannot be run in DOS mode".
>> >
>> > Googled for help and found
>> > http://jroller.com/obie/entry/installing_sqlite_3_on_windows
>> > Followed their suggestion.
>> > Downloaded sqlitedll-3_6_10.zip and unzipped to
>> > sqlite3.def and sqlite3.dll
>> >
>> > But still 'sqlite3 ex1' gives me "This program cannot be run in DOS
>> > mode".
>> > I'm stuck.
>> > Your help much appreciated
>> > rch
>> >
>> >
>> >
>> > ___
>> > sqlite-users mailing list
>> > sqlite-users@sqlite.org
>> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>> >
>>
>>
>> --
>> Regards
>> Rajesh Nair
>>
>>
>>
>>
>
>
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
Regards
Rajesh Nair
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Error message This program cannot be run in DOS

2009-02-05 Thread Martin.Engelschalk
Hi,

what is your "DOS Prompt"? There are "command.com" and "cmd.exe". Try 
using "cmd.exe".

Martin

Richard Hardwick schrieb:
>> selecting the UNBLOCK button from the window displayed,  and unzip and
>> 
> Well I dont seem to have an unblock button
> Here is what I did
>
> I downloaded
> sqlite-3_6_10.zip  245,575  bytes
> which unzipped to
> sqlite3.exe501,456
>
> The start of file sqlite3.exe looks like this
> 4D 5A 90 00 03 00 00 00 04 00 00 00 FF FF 00 00
> B8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00
> 0E 1F BA 0E 00 B4 09 CD 21 B8 01 4C CD 21 54 68
> 69 73 20 70 72 6F 67 72 61 6D 20 63 61 6E 6E 6F
> 74 20 62 65 20 72 75 6E 20 69 6E 20 44 4F 53 20
> 6D 6F 64 65 2E 0D 0D 0A 24 00 00 00 00 00 00 00
>
> That is
>
> MZ..
> .
> .
> .
> ...Th
> is program canno
> t be run in DOS
> mode
>
> And indeed "sqlite3.exeEX1.DB" at the dos prompt returns
> "This program cannot be run in DOS mode".
> I'm still stuck
>
> Richard H
>
>   
>> Message: 4
>> Date: Wed, 4 Feb 2009 17:28:35 +0530
>> From: Rajesh Nair 
>> Subject: Re: [sqlite] Error message This program cannot be run in DOS
>> mode
>> To: General Discussion of SQLite Database 
>> Message-ID:
>> 
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Is it sqlite3.ex1 or sqlite3.exe ?
>>
>> Before unziping, Unlock the downloaded file by righ-clicking it an
>> selecting the UNBLOCK button from the window displayed,  and unzip and
>> then try. Unblock the EXE and the DLL file also, if needed.
>>
>> Rajesh Nair.
>>
>> On 2/4/09, Richard Hardwick  wrote:
>> 
>>> Stupid Newbie problem. I'm running WinXP.
>>> I want to make a little database.
>>> So at http://www.sqlite.org/download.html
>>> (Precompiled Binaries For Windows)
>>> I downloaded  sqlite-3_6_10.zip
>>>
>>> Unzipped it to sqlite3.exe.
>>> At DOS prompt I did
>>> sqlite3 ex1
>>> And I got
>>> "This program cannot be run in DOS mode".
>>>
>>> Googled for help and found
>>> http://jroller.com/obie/entry/installing_sqlite_3_on_windows
>>> Followed their suggestion.
>>> Downloaded sqlitedll-3_6_10.zip and unzipped to
>>> sqlite3.def and sqlite3.dll
>>>
>>> But still 'sqlite3 ex1' gives me "This program cannot be run in DOS mode".
>>> I'm stuck.
>>> Your help much appreciated
>>> rch
>>>
>>>
>>>
>>> ___
>>> sqlite-users mailing list
>>> sqlite-users@sqlite.org
>>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>>
>>>   
>> --
>> Regards
>> Rajesh Nair
>>
>>
>>
>>
>> 
>
>
>
>   
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Error message This program cannot be run in DOS

2009-02-05 Thread Richard Hardwick
> selecting the UNBLOCK button from the window displayed,  and unzip and
Well I dont seem to have an unblock button
Here is what I did

I downloaded
sqlite-3_6_10.zip  245,575  bytes
which unzipped to
sqlite3.exe501,456

The start of file sqlite3.exe looks like this
4D 5A 90 00 03 00 00 00 04 00 00 00 FF FF 00 00
B8 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00
0E 1F BA 0E 00 B4 09 CD 21 B8 01 4C CD 21 54 68
69 73 20 70 72 6F 67 72 61 6D 20 63 61 6E 6E 6F
74 20 62 65 20 72 75 6E 20 69 6E 20 44 4F 53 20
6D 6F 64 65 2E 0D 0D 0A 24 00 00 00 00 00 00 00

That is

MZ..
.
.
.
...Th
is program canno
t be run in DOS
mode

And indeed "sqlite3.exeEX1.DB" at the dos prompt returns
"This program cannot be run in DOS mode".
I'm still stuck

Richard H

> Message: 4
> Date: Wed, 4 Feb 2009 17:28:35 +0530
> From: Rajesh Nair 
> Subject: Re: [sqlite] Error message This program cannot be run in DOS
> mode
> To: General Discussion of SQLite Database 
> Message-ID:
> 
> Content-Type: text/plain; charset=ISO-8859-1
>
> Is it sqlite3.ex1 or sqlite3.exe ?
>
> Before unziping, Unlock the downloaded file by righ-clicking it an
> selecting the UNBLOCK button from the window displayed,  and unzip and
> then try. Unblock the EXE and the DLL file also, if needed.
>
> Rajesh Nair.
>
> On 2/4/09, Richard Hardwick  wrote:
> > Stupid Newbie problem. I'm running WinXP.
> > I want to make a little database.
> > So at http://www.sqlite.org/download.html
> > (Precompiled Binaries For Windows)
> > I downloaded  sqlite-3_6_10.zip
> >
> > Unzipped it to sqlite3.exe.
> > At DOS prompt I did
> > sqlite3 ex1
> > And I got
> > "This program cannot be run in DOS mode".
> >
> > Googled for help and found
> > http://jroller.com/obie/entry/installing_sqlite_3_on_windows
> > Followed their suggestion.
> > Downloaded sqlitedll-3_6_10.zip and unzipped to
> > sqlite3.def and sqlite3.dll
> >
> > But still 'sqlite3 ex1' gives me "This program cannot be run in DOS mode".
> > I'm stuck.
> > Your help much appreciated
> > rch
> >
> >
> >
> > ___
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
>
>
> --
> Regards
> Rajesh Nair
>
>
>
>



  
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Error message This program cannot be run in DOS mode

2009-02-04 Thread Rajesh Nair
Is it sqlite3.ex1 or sqlite3.exe ?

Before unziping, Unlock the downloaded file by righ-clicking it an
selecting the UNBLOCK button from the window displayed,  and unzip and
then try. Unblock the EXE and the DLL file also, if needed.

Rajesh Nair.

On 2/4/09, Richard Hardwick  wrote:
> Stupid Newbie problem. I'm running WinXP.
> I want to make a little database.
> So at http://www.sqlite.org/download.html
> (Precompiled Binaries For Windows)
> I downloaded  sqlite-3_6_10.zip
>
> Unzipped it to sqlite3.exe.
> At DOS prompt I did
> sqlite3 ex1
> And I got
> "This program cannot be run in DOS mode".
>
> Googled for help and found
> http://jroller.com/obie/entry/installing_sqlite_3_on_windows
> Followed their suggestion.
> Downloaded sqlitedll-3_6_10.zip and unzipped to
> sqlite3.def and sqlite3.dll
>
> But still 'sqlite3 ex1' gives me "This program cannot be run in DOS mode".
> I'm stuck.
> Your help much appreciated
> rch
>
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
Regards
Rajesh Nair
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Error message This program cannot be run in DOS mode

2009-02-04 Thread Richard Hardwick
Stupid Newbie problem. I'm running WinXP. 
I want to make a little database.
So at http://www.sqlite.org/download.html 
(Precompiled Binaries For Windows) 
I downloaded  sqlite-3_6_10.zip

Unzipped it to sqlite3.exe. 
At DOS prompt I did
sqlite3 ex1
And I got
"This program cannot be run in DOS mode".

Googled for help and found
http://jroller.com/obie/entry/installing_sqlite_3_on_windows
Followed their suggestion. 
Downloaded sqlitedll-3_6_10.zip and unzipped to
sqlite3.def and sqlite3.dll

But still 'sqlite3 ex1' gives me "This program cannot be run in DOS mode".
I'm stuck.
Your help much appreciated
rch


  
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users