[Ql-Users] batch file

2007-09-16 Thread Dilwyn Jones
I need some help to create a little DOS batch file to select QL emulators. My flash memory drive has QPC, QemuLator and QLay on it, so I need to write a short batch file to select which one to start. Something in dos along the lines of: CLS PRINT'1-QPC2' PRINT'2-QemuLator' PRINT'3-QLay' INPUT'

[Ql-Users] batch file

2007-09-16 Thread Dilwyn Jones
After all the help I got off and on list I finally came up with this batch file, which seems to offer what I need. Corrections/suggestions welcome, especially comments on anything you think might not work in other windoze versions. I think this is the first batch file of any real length I've ev

Re: [Ql-Users] batch file

2007-09-16 Thread Tony Firshman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dilwyn Jones wrote: > I need some help to create a little DOS batch file to select QL > emulators. > > My flash memory drive has QPC, QemuLator and QLay on it, so I need to > write a short batch file to select which one to start. Something in > dos

Re: [Ql-Users] batch file

2007-09-16 Thread Tony Firshman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Firshman wrote: > Dilwyn Jones wrote: >> I need some help to create a little DOS batch file to select QL >> emulators. > >> My flash memory drive has QPC, QemuLator and QLay on it, so I need to >> write a short batch file to select which one to

Re: [Ql-Users] batch file

2007-09-16 Thread Dilwyn Jones
debut at the Quanta meeting in Birmingham, as long as I'm able to get there (don't know for sure yet). -- Dilwyn Jones - Original Message - From: "Tony Firshman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2007 7:26 PM Subject:

Re: [Ql-Users] batch file

2007-09-16 Thread Stephen
Dilwyn Jones wrote: > So I started a command prompt and typed in echo /C:1234 to see what > would happen. It just print /C:1234 on the screen, whereas I wanted > somethign to ask the user to press 1 2 3 or 4. Asking for help on echo > or batch files doesn't really say anything about keypresses, so

Re: [Ql-Users] batch file

2007-09-16 Thread Dilwyn Jones
I might raid my wife's laptop in a minute to find out as that has Win 98 on it): SET choice= SET /P choice=Select option 1 to 4 -- Dilwyn Jones - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16,

Re: [Ql-Users] batch file

2007-09-16 Thread Tony Firshman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dilwyn Jones wrote: > Correct, it's not supported in Win XP at least. Shame, "choice" was a > good option to use. I saw how to use it in a batch files tutorial > online and so much of that tutorial seemed to only apply to "real" > DOS, not the "pretend

Re: [Ql-Users] batch file

2007-09-16 Thread Tony Firshman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dilwyn Jones wrote: > After all the help I got off and on list I finally came up with this > batch file, which seems to offer what I need. Corrections/suggestions > welcome, especially comments on anything you think might not work in > other windoze

Re: [Ql-Users] batch file

2007-09-16 Thread Timothy Swenson
I remember a while back there were some DOS menu system available as freeware or shareware. You might look into something like this as it would be little nicer than just some DOS text. I think the old SIMTEL20 system has a bunch of DOS free/shareware. If just DOS only, using graphics characte

Re: [Ql-Users] batch file

2007-09-16 Thread Dave Walker
PROTECTED] On Behalf Of Tony Firshman Sent: 16 September 2007 23:58 To: [EMAIL PROTECTED] Subject: Re: [Ql-Users] batch file -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dilwyn Jones wrote: > Correct, it's not supported in Win XP at least. Shame, "choice" was a > good option to

Re: [Ql-Users] batch file

2007-09-17 Thread Stephen
You could supply choice.exe alongside your batch - it works with the later OS's, but it's an extra 48k for one function. SET /P variable=[promptString] appears to be the official XP method but I'm confident you'll find it doesn't work with the older OS's. Relative paths should do what you want

Re: [Ql-Users] batch file

2007-09-17 Thread QL2K
. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Stephen Envoyé : lundi 17 septembre 2007 00:43 À : [EMAIL PROTECTED] Objet : Re: [Ql-Users] batch file You could supply choice.exe alongside your batch - it works with the later OS's, but it's a

Re: [Ql-Users] batch file

2007-09-17 Thread Tony Firshman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 QL2K wrote: > Just a quick note to add an information. > > A the link below you may find choice.exe source and compiled program. > > http://winsupport.org/utilities/freedos-choice.html > > It should be usefull to help you to do this kind of menu qui

Re: [Ql-Users] batch file

2007-09-17 Thread Malcolm Cadman
In message <[EMAIL PROTECTED]>, Dilwyn Jones <[EMAIL PROTECTED]> writes Hi Dilwyn, This is a Batch file that I still use, occasionally, on an old 486PC with DOS 6.22 This gives a 1,2,3 list which you move through and press Enter to start. Although there isn't anything SET to remember the valu

Re: [Ql-Users] batch file

2007-09-17 Thread David Tubbs
Remember the tale, Paddy, when asked for directions said "Oh no ! If I was going there I would not start from here." At 17:26 16/09/2007 +0100, you wrote: >I need some help to create a little DOS batch file to select QL >emulators. > >My flash memory drive has QPC, QemuLator and QLay on it, so I

Re: [Ql-Users] batch file

2007-09-17 Thread Dilwyn Jones
> Remember the tale, Paddy, when asked for directions said "Oh no ! If > I was > going there I would not start from here." OK, point taken. > So why invoke Windows applications with DOS ? > > W98 & XP will suggest opening a folder to view files - do that - That will be the "normal" way of doing t

Re: [Ql-Users] batch file

2007-09-17 Thread Dilwyn Jones
> You could supply choice.exe alongside your batch - it works with the > later OS's, but it's an extra 48k for one function. > > SET /P variable=[promptString] > appears to be the official XP method but I'm confident you'll find > it > doesn't work with the older OS's. Correct, it doesn't, but sin

Re: [Ql-Users] batch file

2007-09-17 Thread Dilwyn Jones
> Dilwyn Jones wrote: >> I then ran its setup.exe and decompressed a copy to the memory >> stick. >> When I started it, shock horror, it came up as a 'registered' >> version. >> So I unregistered it, and lo and behold my own registered copy also >> unregistered. Whichever you registered or unregi

Re: [Ql-Users] batch file

2007-09-17 Thread Marcel Kilgus
Dilwyn Jones wrote: > I then ran its setup.exe and decompressed a copy to the memory stick. > When I started it, shock horror, it came up as a 'registered' version. > So I unregistered it, and lo and behold my own registered copy also > unregistered. Whichever you registered or unregistered, both

Re: [Ql-Users] batch file

2007-09-17 Thread Dilwyn Jones
> A the link below you may find choice.exe source and compiled > program. > > http://winsupport.org/utilities/freedos-choice.html > > It should be usefull to help you to do this kind of menu quickly. > > I just tested it under XP and it seems to work well. Thank you Jimmy, I've downloaded it and i

Re: [Ql-Users] batch file

2007-09-17 Thread David Tubbs
At 16:52 17/09/2007 +0100, you wrote: > > W98 & XP will suggest opening a folder to view files - do that - >That will be the "normal" way of doing things, I just thought putting >a simple batch file in was a quick way for people to start it until I >can figure out how to do a decent simple Windoze

Re: [Ql-Users] batch file

2007-09-17 Thread Dilwyn Jones
> If just DOS only, using graphics characters, you can create a menu > system. Did this about 20 years ago, so I don't know if the > graphics > characters (above 127) will work in the newer DOS boxes in XP. > > Tim Swenson I had a go at doing this, thinking I could add a nice box about the title

Re: [Ql-Users] batch file

2007-09-17 Thread Malcolm Cadman
In message <[EMAIL PROTECTED]>, Dilwyn Jones <[EMAIL PROTECTED]> writes >Has anyone used Phoebus's uQLX for Windows? I've never used it to know >if it's worth adding to the stick. Yes, I have a copy that I installed some time ago now, on one of my old PC's, under WIN95. Although it can be run

Re: [Ql-Users] batch file

2007-09-17 Thread norman
>> Whichever you registered or unregistered, both did so at >> the same time, so obviously QemuLator is finding its registration info >> in a fixed location, probably in the usual C:\program files\qemulator\ I suspect it is most likely in the registry. A nasty piece of work the registry if you

Re: [Ql-Users] batch file

2007-09-17 Thread QL2K
You're welcome. Jimmy. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Dilwyn Jones Envoyé : lundi 17 septembre 2007 19:07 À : [EMAIL PROTECTED] Objet : Re: [Ql-Users] batch file > A the link below you may find choice.exe source

Re: [Ql-Users] batch file

2007-09-18 Thread Dilwyn Jones
>>> Whichever you registered or unregistered, both did so at >>> the same time, so obviously QemuLator is finding its registration >>> info >>> in a fixed location, probably in the usual C:\program >>> files\qemulator\ > > I suspect it is most likely in the registry. A nasty piece of work > the

Re: [Ql-Users] batch file

2007-09-18 Thread Dilwyn Jones
>>Has anyone used Phoebus's uQLX for Windows? I've never used it to >>know >>if it's worth adding to the stick. > > Yes, I have a copy that I installed some time ago now, on one of my > old > PC's, under WIN95. Although it can be run on Windows NT and XP, > following the instructions supplied. >

Re: [Ql-Users] batch file

2007-09-19 Thread Malcolm Cadman
In message <[EMAIL PROTECTED]>, Dilwyn Jones <[EMAIL PROTECTED]> writes >>>Has anyone used Phoebus's uQLX for Windows? I've never used it to >>>know >>>if it's worth adding to the stick. >> >> Yes, I have a copy that I installed some time ago now, on one of my >> old >> PC's, under WIN95. Althou

Re: [Ql-Users] batch file

2007-09-22 Thread Phoebus R. Dokos
Την Wed, 19 Sep 2007 21:52:23 +0300,ο(η) Malcolm Cadman <[EMAIL PROTECTED]> έγραψε: > > If Phoebus can still be contacted I am sure he will be able to help with > sorting out a working version on your PC system. > Yes I can still be contacted although I rarely read the list anymore :-( Anyway,

Re: [Ql-Users] batch file

2007-09-22 Thread Phoebus R. Dokos
Την Wed, 19 Sep 2007 21:52:23 +0300,ο(η) Malcolm Cadman <[EMAIL PROTECTED]> έγραψε: > In message <[EMAIL PROTECTED]>, Dilwyn Jones > <[EMAIL PROTECTED]> writes > Has anyone used Phoebus's uQLX for Windows? I've never used it to know if it's worth adding to the stick. >>> And a sm

Re: [Ql-Users] batch file

2007-09-23 Thread Tobias Fröschle
Phoebus R. Dokos schrieb: > Την Wed, 19 Sep 2007 21:52:23 +0300,ο(η) Malcolm Cadman > <[EMAIL PROTECTED]> έγραψε: > > >> In message <[EMAIL PROTECTED]>, Dilwyn Jones >> <[EMAIL PROTECTED]> writes >> >> > Has anyone used Phoebus's uQLX for Windows? I've never used it to > know

Re: [Ql-Users] batch file

2007-09-23 Thread Phoebus R. Dokos
Την Sun, 23 Sep 2007 09:59:48 +0300,ο(η) Tobias Fröschle <[EMAIL PROTECTED]> έγραψε: > Phoebus R. Dokos schrieb: >> Την Wed, 19 Sep 2007 21:52:23 +0300,ο(η) Malcolm Cadman >> <[EMAIL PROTECTED]> έγραψε: >> >> >>> In message <[EMAIL PROTECTED]>, Dilwyn >>> Jones >>> <[EMAIL PROTECTED]> writes >

Re: [Ql-Users] batch file

2007-09-23 Thread Dilwyn Jones
>> And a small correction. I merely put the thing together. I was >> Peter's >> work :-) >> > Phoebus, all, > > any idea where I could get uqlxfw from? Some time ago i was browsing > through all the usual suspects and couldnÄt find it. > > Thanks > Tobias As Phoebus mentioned, the winuqlx was port