Re: [Ql-Users] qpc2/linux

2012-08-14 Thread arnold . clarke





 From: arnold.cla...@talk21.com arnold.cla...@talk21.com
To: ql-us...@q-v-d.com ql-us...@q-v-d.com 
Sent: Saturday, 11 August 2012, 13:55
Subject: Re: [Ql-Users] qpc2/linux
 






 From: Computer Research Centrum, Ltd computer.resea...@centrum.cz
To: ql-us...@q-v-d.com 
Sent: Friday, 10 August 2012, 19:22
Subject: Re: [Ql-Users] qpc2/linux
 
Noman  thanks for the info but I do not know how toget the command line:sorry.

Just find and run the Terminal application.
http://technical-itch.co.uk/wp-content/uploads/2007/09/ubuntu-terminal.png
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm
Hi, Norman,
    I have got as far installing wine, but the bit about 
agreeing with the Micrsoft conditions I click on 'ok' and nothing happens.

I have tried several times.

 I notice I now have an icon in home-dash marked terminal. Great 

Arnold
 Hi, Norman, 
 Sorry to bother you again, but I have entered wine 
home/qpc2/qpac2.exe in terminal and the response is  can't find 
'home//qpc2/qpc2.exe' 
I have entered just 'wine' and I get three options 'wine - with argument'
  'wine - 
version'
   'wine - 
help'
when I enter 'wine /help I get message : cannot find LC;\\windows\\system 32\\ 
help.exe.

I copied QPC2 from windows folder onto a usb flash drive, then, using the usb 
drive copied QPC2 into a folder marked QPC2 in 'home' on the ubuntu machine.

Arnold
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [Ql-Users] qpc2/linux

2012-08-14 Thread nor...@dunbar-it.co.uk
Arnold,

Linux is case sensitive.

If you created a folder called QPC in your home folder then try 

wine ~/QPC/qpc2.exe

Which assumes that the above is the correct spelling. You can check in your 
file manager for the correct folder and filenames, or:

cd ~
ls

If QPC  shows up:

ls QPC

where ls in the above is a lower case ell and an ess.

You should now have the full path to the exe file, so, substitute as 
appropriate into the wine command above.

Cheers,
Norm.

Sent from my HTC

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [Ql-Users] qpc2/linux

2012-08-14 Thread Tony Firshman

arnold.cla...@talk21.com wrote, on 14/Aug/12 18:24 | Aug14:







  From: Computer Research Centrum, Ltd computer.resea...@centrum.cz
To: ql-us...@q-v-d.com
Sent: Friday, 10 August 2012, 19:22
Subject: Re: [Ql-Users] qpc2/linux


Norman  thanks for the info but I do not know how to get the command line:sorry.



 Norman wrote:

Just find and run the Terminal application.
http://technical-itch.co.uk/wp-content/uploads/2007/09/ubuntu-terminal.png


 Arnold wrote:

I have got as far installing wine, but the bit about agreeing with the Micrsoft 
conditions I click on 'ok' and nothing happens.
I have tried several times.
 I notice I now have an icon in home-dash marked terminal. Great


 Arnold wrote again:

Sorry to bother you again, but I have entered wine home/qpc2/qpac2.exe in 
terminal
and the response is  can't find 'home//qpc2/qpc2.exe'
I have entered just 'wine' and I get three options 'wine - with argument'
'wine - version'
'wine - help'
when I enter 'wine /help I get message : cannot find LC;\\windows\\system 32\\ 
help.exe.

I copied QPC2 from windows folder onto a usb flash drive, then, using the usb 
drive copied QPC2 into a folder marked QPC2 in 'home' on the ubuntu machine.



The command to run is /home/qpc2/qpc2.exe

A misplaced '/'.
The first '/' tells the system to start at the root, and the remaining 
'/'s are directory separators (just like the windows '\').
Mind you it is hard to figure what you originally did - I bet there are 
some mistypes above (8-)#


You can also 'cd /home/qpc2' (and ENTER) and type ./qpc2 (and ENTER).

Type $PATH and ENTER - this will give a list of default directories. 
If you copy qpc2 to one of those, then all you need to type is 'qpc2' 
from anywhere.  Some default directories may need root access.


BTW you need to configure your mailer for in-line quoting with the '' 
character.  As time goes by your emails (with replies) are becoming more 
and more unreadable.

I have edited this one to the way it should have been (possibly)!

Tony


--
   t...@firshman.co.uk http://firshman.co.uk
Voice: +44(0)1442-828254 Fax: +44(0)1442-828255 Skype: tonyfirshman
TF Services, 29 Longfield Road, TRING, Herts, HP23 4DG
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [Ql-Users] qpc2/linux

2012-08-14 Thread Jiri Dolezal

The second thing,

I have entered just 'wine' and I get three options 'wine - with  
argument'
   
'wine - version'
   
 'wine - help'
when I enter 'wine /help I get message : cannot find LC;\\windows\ 
\system 32\\ help.exe.


Yo should use -- (double minus) instead of / (slash).
Not
wine /help (which tries to find and run program help.exe), but
wine --help

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm