RSS Selector??
Moderator: Queue Moderator
- motorolamonster911
- Posts: 509
- Joined: Mon Dec 02, 2002 3:18 pm
RSS Selector??
Ok, I'm gonna have trouble explaining this, but here goes:
I have a crapload of RSS on my laptop now, and I hate, hate, hate, hate typing DOS command prompts.
CD MRSS
CD GM300
CD M400
Yeh, I know I might be lazy, but all that crap is getting old..lol
I remember when I used our radio shop's programming computer they had a program (DOS Based) that you could scroll through a list of radios and select yours and it would load the corresponding RSS.
Ok, I hope this is not against board rules, but is there anywhere I can find such a program??
- Nick
I have a crapload of RSS on my laptop now, and I hate, hate, hate, hate typing DOS command prompts.
CD MRSS
CD GM300
CD M400
Yeh, I know I might be lazy, but all that crap is getting old..lol
I remember when I used our radio shop's programming computer they had a program (DOS Based) that you could scroll through a list of radios and select yours and it would load the corresponding RSS.
Ok, I hope this is not against board rules, but is there anywhere I can find such a program??
- Nick
MotorolaMonster911
"If at first you don't succeed, read the manual" - Montgomery's Maxim
"The trouble with resisting temptation is it may never come your way again." (E-bay Scenario) - Somebody
"If at first you don't succeed, read the manual" - Montgomery's Maxim
"The trouble with resisting temptation is it may never come your way again." (E-bay Scenario) - Somebody
HI:
There is a Menu Program ( and others ) that
can do that auto-matically for you.
Here is what mine looks like:
All you have to do is list and click !
The program is called Easy Menu, and it was marketed
one time by Softkey products
There is a Menu Program ( and others ) that
can do that auto-matically for you.
Here is what mine looks like:
All you have to do is list and click !
The program is called Easy Menu, and it was marketed
one time by Softkey products
Last edited by Monty on Thu Jan 15, 2004 9:23 pm, edited 1 time in total.
Need help on a Program Cable or (/\/\) Rib Box ?
Contact me anytime/All availible / Free Support Info !
mail to: MSisco9939@aol.com
PLease avoid PM's whenever possible. Box gets too full.
Contact me anytime/All availible / Free Support Info !
mail to: MSisco9939@aol.com
PLease avoid PM's whenever possible. Box gets too full.
HI Alex:
The way you can do that is by writing
a " batch file " and you must have a " Bin "
directory.
Then, in the Config.sys, anyhting in the Bin Directory
can be accessed immediately.
Sorta like
C:\Dir command becomes ====>
C:\d
The way you can do that is by writing
a " batch file " and you must have a " Bin "
directory.
Then, in the Config.sys, anyhting in the Bin Directory
can be accessed immediately.
Sorta like
C:\Dir command becomes ====>
C:\d
Need help on a Program Cable or (/\/\) Rib Box ?
Contact me anytime/All availible / Free Support Info !
mail to: MSisco9939@aol.com
PLease avoid PM's whenever possible. Box gets too full.
Contact me anytime/All availible / Free Support Info !
mail to: MSisco9939@aol.com
PLease avoid PM's whenever possible. Box gets too full.
- motorolamonster911
- Posts: 509
- Joined: Mon Dec 02, 2002 3:18 pm
Ok, I'm not too farmiliar with dos stuff, so how do I need to go about making me a simple list such as Monty's to list maybe 40-50 RSS programs?
MotorolaMonster911
"If at first you don't succeed, read the manual" - Montgomery's Maxim
"The trouble with resisting temptation is it may never come your way again." (E-bay Scenario) - Somebody
"If at first you don't succeed, read the manual" - Montgomery's Maxim
"The trouble with resisting temptation is it may never come your way again." (E-bay Scenario) - Somebody
- Big Blue TO/\/\
- Batboard $upporter
- Posts: 213
- Joined: Fri Aug 30, 2002 12:16 pm
Point and Shoot
There's a GREAT FREE program out there, and is what I use for EXACTLY the same thing you are inquiring about.
It's called Point & Shoot . small footprint, 100% configurable, color or b/w (for those old laptops) and Really Cool!
While google-ing it for you, I ran across a bunch more, via a list...
http://home.pmt.org/~drose/aw-dos-15.html
If you can't find a download link for it, lemme know, I'll send it to 'ya.
It's called Point & Shoot . small footprint, 100% configurable, color or b/w (for those old laptops) and Really Cool!
While google-ing it for you, I ran across a bunch more, via a list...
http://home.pmt.org/~drose/aw-dos-15.html
If you can't find a download link for it, lemme know, I'll send it to 'ya.
KE4RXM
You don't drink beer? Use Motorola RSS, you WILL soon...
PLEASE use EMAIL over PM. Much Easier for Me. Thanx!
You don't drink beer? Use Motorola RSS, you WILL soon...
PLEASE use EMAIL over PM. Much Easier for Me. Thanx!
MM, write a batch file simmular to what you have to type in to load the paticular RSS..
( at the DOS prompt )
copy con maxtrac.bat <
cd\mrss\maxtrac <
maxtrac <
Cd\ <
F6
< = Enter key
This will write a batch file for starting the Maxtrac RSS located in the RSS\Maxtrac directory, and then returns to the root directory.
( at the DOS prompt )
copy con maxtrac.bat <
cd\mrss\maxtrac <
maxtrac <
Cd\ <
F6
< = Enter key
This will write a batch file for starting the Maxtrac RSS located in the RSS\Maxtrac directory, and then returns to the root directory.
Make a batch file for each program you want to run.
For example, at the DOS prompt, type in:
COPY CON MAXTRAC.BAT <return>
CD MAXTRAC<return>
MAXTRAC<return>
CD\
type MENU.TXT <F6>
What the above does is copy from the console (COPY CON)
and make a file named MAXTRAC.BAT (which is a list of instructions, done one after another)
change to directory called MAXTRAC
runs the program MAXTRAC (or another program like SPECTRA.EXE)
after that program is over, change directory up to the root (CD\)
then TYPE (display) a file named MENU.TXT.
The F6 is "dos keyboard" for save from the COPY CON.
So you can make an infinite number of BATCH files with names, subdirectories, program run names, etc that you need. Just change the names, paths, etc. in the example above.
The MENU.TXT you can use or leave out. If you are going to use (add) it, use the COPY CON or a text editor to make a .txt file with "reminders" as to what bat file runs what program.
Some people make the MENU.TXT file as simple text and spaces for ex:
COPY CON MENU.TXT<return>
<return>
1 Maxtracs<return>
2 GM 300, m-10s, M-102<return>
3 Spectra<return>
4 M-400<return>
5 m-500 hacked for ham<return>
F6
This would make a MENU.TXT (just like a readme.txt) that you can TYPE (display).
This "menu" assumes you make a BATCH file of 1.BAT (runs the Maxtrac)
2.bat runs Gm300, 3.bat runs Spectra, and so on.
If you want the "menu" to appear at boot up, make the last line of your autoexec.bat TYPE MENU.TXT.
Later versions of DOS have a "line editor" called EDIT that makes building a pile of these BATCH files rather easy.
Much easier than CD\SPECTRA\LAB\VERSIONXX
SPECTRA etc.... ad nauseum.
There are a couple other tips, but this is a long enuf post....
For example, at the DOS prompt, type in:
COPY CON MAXTRAC.BAT <return>
CD MAXTRAC<return>
MAXTRAC<return>
CD\
type MENU.TXT <F6>
What the above does is copy from the console (COPY CON)
and make a file named MAXTRAC.BAT (which is a list of instructions, done one after another)
change to directory called MAXTRAC
runs the program MAXTRAC (or another program like SPECTRA.EXE)
after that program is over, change directory up to the root (CD\)
then TYPE (display) a file named MENU.TXT.
The F6 is "dos keyboard" for save from the COPY CON.
So you can make an infinite number of BATCH files with names, subdirectories, program run names, etc that you need. Just change the names, paths, etc. in the example above.
The MENU.TXT you can use or leave out. If you are going to use (add) it, use the COPY CON or a text editor to make a .txt file with "reminders" as to what bat file runs what program.
Some people make the MENU.TXT file as simple text and spaces for ex:
COPY CON MENU.TXT<return>
<return>
1 Maxtracs<return>
2 GM 300, m-10s, M-102<return>
3 Spectra<return>
4 M-400<return>
5 m-500 hacked for ham<return>
F6
This would make a MENU.TXT (just like a readme.txt) that you can TYPE (display).
This "menu" assumes you make a BATCH file of 1.BAT (runs the Maxtrac)
2.bat runs Gm300, 3.bat runs Spectra, and so on.
If you want the "menu" to appear at boot up, make the last line of your autoexec.bat TYPE MENU.TXT.
Later versions of DOS have a "line editor" called EDIT that makes building a pile of these BATCH files rather easy.
Much easier than CD\SPECTRA\LAB\VERSIONXX
SPECTRA etc.... ad nauseum.
There are a couple other tips, but this is a long enuf post....
Re: RSS Selector??
C:\dos\runmotorolamonster911 wrote:Ok, I'm gonna have trouble explaining this, but here goes:
I have a crapload of RSS on my laptop now, and I hate, hate, hate, hate typing DOS command prompts.
CD MRSS
CD GM300
CD M400
Yeh, I know I might be lazy, but all that crap is getting old..lol
I remember when I used our radio shop's programming computer they had a program (DOS Based) that you could scroll through a list of radios and select yours and it would load the corresponding RSS.
Ok, I hope this is not against board rules, but is there anywhere I can find such a program??
- Nick
run dos run;-)
Here's a couple of links to free dos menu programs:
http://www.laughandlift.com/programs/
http://www.cs.vu.nl/~rcblanke/access/access.html
Steve
I use a program called Direct Access ver. 5.1.10. Nice little color menu program that lists all my RSS including other Dos programs, can be password protected too. Also does other Dos commands by clicking on menu items, neat little program. I can't find my disc right now, you may be able to Google search for it, but if I find it, I'll let you know.
John
John
Direct Access is the best. I've had it here forever. Sadly, the copy I have now on my laptop is corrupt and I can't get it to do everything. But it was the best back in the day.
Batch files are ok too. If you want, I'll get some off the laptop and send them. I still remember how to do that, but not at this hour of the day!
Good luck.
Batch files are ok too. If you want, I'll get some off the laptop and send them. I still remember how to do that, but not at this hour of the day!
Good luck.
Chris,
Hamming 31 years
http://www.wa2zdy.com
Wesley Chapel, Pasco County, Florida
Snow? What's that?!
The human race is proof that Darwin was wrong.
Hamming 31 years
http://www.wa2zdy.com
Wesley Chapel, Pasco County, Florida
Snow? What's that?!
The human race is proof that Darwin was wrong.
- ricciticcitembo
- Posts: 730
- Joined: Tue Feb 26, 2002 4:00 pm
Yes Man, Direct Access IS the Original Best Program.
It runs on 4.77 Mhz 8088 Original IBM XT's. Just like WordPerfect 5.1. Use Dos 3.3 on 8088/8086 PeeCees
Those old programs are hard to beat for functionality.
Much RSS runs on the 8088's as well. I'd like to get another one Labeled Armonk New York, early 1981 Model Year. Those were the Best. With the Pink Motherboards and the Cassette Port on the rear, and NO Hard drives since 5 1/4 HD's hadn't been invented yet.
I had a Tempest Certified one of those, and I got rid of it about 10 Years ago. I wish I would have Kept that Damn Thing!!!I Really Really Do. Oh Well, It's nobodys fault but my own, since I threw it out becaude I thought it was too big and slow, and that was a mistake.
It runs on 4.77 Mhz 8088 Original IBM XT's. Just like WordPerfect 5.1. Use Dos 3.3 on 8088/8086 PeeCees
Those old programs are hard to beat for functionality.
Much RSS runs on the 8088's as well. I'd like to get another one Labeled Armonk New York, early 1981 Model Year. Those were the Best. With the Pink Motherboards and the Cassette Port on the rear, and NO Hard drives since 5 1/4 HD's hadn't been invented yet.
I had a Tempest Certified one of those, and I got rid of it about 10 Years ago. I wish I would have Kept that Damn Thing!!!I Really Really Do. Oh Well, It's nobodys fault but my own, since I threw it out becaude I thought it was too big and slow, and that was a mistake.
IF it's Dos version 5.0 or higher you can use dosshell, add this as the last command into the autoexec.bat and it will startup at boot time. It was the dos equal to the windows program manager and file manager. Can setup the menu with groups and such as well as navigating files visually instead of all the dos commands. Just a sugestion. This is included in all versions after 5.0 of MS-DOS and IBM's PC-DOS if I remember right.
Keith Dobbins N8KLD
IT Mainframe Network Engineer
W8TAP Repeater Group
Repeater Technician
Parkersburg, WV
IT Mainframe Network Engineer
W8TAP Repeater Group
Repeater Technician
Parkersburg, WV
Actually, the program I'm talking about is a way to instruct DOS to display it's own menu structure for selecting what you want.
I really wish I remember how to do it. I know how to write batch files (Too bad it's not as easy as shell scripting in unix...), but there was something you could put in autoexec/config sys that would create a menu for you.
firemedic -
The first thing I did when I got dosshell is rename the file to doshell.
-Alex
I really wish I remember how to do it. I know how to write batch files (Too bad it's not as easy as shell scripting in unix...), but there was something you could put in autoexec/config sys that would create a menu for you.
firemedic -
The first thing I did when I got dosshell is rename the file to doshell.
-Alex
Hi:
Well, this is for the Batforum memebers, and I have
used this for years to help me save time when
programming radios
What was FREE a few months back has now
been taken over by Regisoft ! and they want
to clip you for a 10.00 access fee to download
all of there programs
Still worth every cent !
Here is the Link where you can order if you wish.
You can get it here:
http://winm8.com/easysoftware/easysoftware.htm
John Turnbull support@winm8.com
--------------------------------------------------------------------------------
The M8 Software Multi Clipboard for Windows is the ultimate time saver for anyone who works on a PC - If you haven't tried it, you just don't know what you're missing !
http://winm8.com/clipm8/clipm8.htm
Monty
Well, this is for the Batforum memebers, and I have
used this for years to help me save time when
programming radios
What was FREE a few months back has now
been taken over by Regisoft ! and they want
to clip you for a 10.00 access fee to download
all of there programs
Still worth every cent !
Here is the Link where you can order if you wish.
You can get it here:
http://winm8.com/easysoftware/easysoftware.htm
John Turnbull support@winm8.com
--------------------------------------------------------------------------------
The M8 Software Multi Clipboard for Windows is the ultimate time saver for anyone who works on a PC - If you haven't tried it, you just don't know what you're missing !
http://winm8.com/clipm8/clipm8.htm
Monty
Need help on a Program Cable or (/\/\) Rib Box ?
Contact me anytime/All availible / Free Support Info !
mail to: MSisco9939@aol.com
PLease avoid PM's whenever possible. Box gets too full.
Contact me anytime/All availible / Free Support Info !
mail to: MSisco9939@aol.com
PLease avoid PM's whenever possible. Box gets too full.
Alex I know what oyu are referring to. I still have some books on my shelf about it. Here is a website I just found about it....
http://www.xeye.org/1995-2000/DOSconfig.html
http://www.xeye.org/1995-2000/DOSconfig.html
-Robert F.
KG6EAQ
KG6EAQ
Yes! I think that's it.KG6EAQ wrote:Alex I know what oyu are referring to. I still have some books on my shelf about it. Here is a website I just found about it....
http://www.xeye.org/1995-2000/DOSconfig.html
-Alex
- ricciticcitembo
- Posts: 730
- Joined: Tue Feb 26, 2002 4:00 pm
Well that link is kinda cool. I never knew about menuitem.
For the record, I do exactly like Will Suggests. I also think it is the easiest way. You don't get a menu, but you don't need one either. PETNRDX had expanded on the same principal, and added a menu to it which is neat. I might do that. I'll make the numbers AND the keywords work. This board if full of good ideas!
It's been a couple of decades since I used any point and shoot/ Direct Access looking programs, But I do remember them. XTREEGOLD Was another good one If I remember correctly.
For the record, I do exactly like Will Suggests. I also think it is the easiest way. You don't get a menu, but you don't need one either. PETNRDX had expanded on the same principal, and added a menu to it which is neat. I might do that. I'll make the numbers AND the keywords work. This board if full of good ideas!
It's been a couple of decades since I used any point and shoot/ Direct Access looking programs, But I do remember them. XTREEGOLD Was another good one If I remember correctly.
Dos
I have DOS 6.22 on a second HDD in my machine. It has DOSSHELL in it and it works great. I tried Xtree but I liked the shell better. You can still DL it from Micro$oft if I recall correctly. It's on a DOS 6.22 upgrade file. I also loaded a DOS mouse driver. The ini file was edited to automatically load the mouse and DOSSHELL on boot up. Now I have a GUI interface that looks like windows exporer. I can point and click using the mouse. No more DOS commands!!
Peter.
Peter.