RSS Selector??

The General forum is where users can discuss any topic regarding Motorola communications equipment - hardware, software, etc. There are also several focused forums on this board, so please take the time to ensure that your questions doesn't fall into one of those categories before posting here!

Moderator: Queue Moderator

Post Reply
User avatar
motorolamonster911
Posts: 509
Joined: Mon Dec 02, 2002 3:18 pm

RSS Selector??

Post by motorolamonster911 »

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
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
User avatar
Monty
Administrator
Posts: 2613
Joined: Tue Sep 04, 2001 4:00 pm

Post by Monty »

HI:

There is a Menu Program ( and others ) that
can do that auto-matically for you.

Here is what mine looks like:

Image

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.
User avatar
alex
Administrator
Posts: 5761
Joined: Mon Sep 03, 2001 4:00 pm

Post by alex »

You'd have to do some looking, but there is a way in dos to create menu's much like you see if you hit F8 during startup.

It's possible, i just don't remember how. Had to do the same thing for my dad way back when.

-Alex
User avatar
Monty
Administrator
Posts: 2613
Joined: Tue Sep 04, 2001 4:00 pm

Post by Monty »

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
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.
User avatar
motorolamonster911
Posts: 509
Joined: Mon Dec 02, 2002 3:18 pm

Post by motorolamonster911 »

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
User avatar
Big Blue TO/\/\
Batboard $upporter
Posts: 213
Joined: Fri Aug 30, 2002 12:16 pm

Point and Shoot

Post by Big Blue TO/\/\ »

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.
KE4RXM
You don't drink beer? Use Motorola RSS, you WILL soon...

PLEASE use EMAIL over PM. Much Easier for Me. Thanx!
Will
Posts: 6823
Joined: Tue Sep 04, 2001 4:00 pm

Post by Will »

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.
PETNRDX
Posts: 870
Joined: Sun Nov 25, 2001 4:00 pm
What radios do you own?: Too many

Post by PETNRDX »

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....
User avatar
tomsdad
Posts: 157
Joined: Fri Jun 13, 2003 9:40 pm

Re: RSS Selector??

Post by tomsdad »

motorolamonster911 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
C:\dos\run

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
User avatar
ExKa|iBuR
Suspended TFN
Posts: 1157
Joined: Thu Jun 06, 2002 8:53 am

Post by ExKa|iBuR »

I use Easy Menu...it's very easy to set up, takes up little memory and is very small.

-Mike
Rubicon1
Posts: 25
Joined: Mon Nov 24, 2003 3:47 pm

Post by Rubicon1 »

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
n5tbu
Posts: 386
Joined: Sun Mar 31, 2002 4:00 pm

Post by n5tbu »

I use Point and Shoot also,great little program and you can use m for motorola,k for kenwood,etc when you select moto,you get your list of moto radios.......easy to set up and use!
mod
User avatar
wa2zdy
Posts: 1744
Joined: Mon Jul 01, 2002 9:13 am

Post by wa2zdy »

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.
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.
User avatar
ricciticcitembo
Posts: 730
Joined: Tue Feb 26, 2002 4:00 pm

Post by ricciticcitembo »

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.
User avatar
firemedic
Posts: 210
Joined: Sun Sep 09, 2001 4:00 pm

Post by firemedic »

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
User avatar
alex
Administrator
Posts: 5761
Joined: Mon Sep 03, 2001 4:00 pm

Post by alex »

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
User avatar
firemedic
Posts: 210
Joined: Sun Sep 09, 2001 4:00 pm

Post by firemedic »

Would't be XTREE would it? Sounds like it. Just a wondering.

KD
User avatar
alex
Administrator
Posts: 5761
Joined: Mon Sep 03, 2001 4:00 pm

Post by alex »

No....

It was something built in to DOS - only like v5 or 6.

It took me almost 2 hours to find what I was looking for on google last I needed to set it up.

But there is a built in mechanism in DOS for it.

-Alex
User avatar
Monty
Administrator
Posts: 2613
Joined: Tue Sep 04, 2001 4:00 pm

Post by Monty »

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
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.
User avatar
KG6EAQ
Batboard $upporter
Posts: 1862
Joined: Mon Jan 14, 2002 4:00 pm

Post by KG6EAQ »

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
-Robert F.
KG6EAQ
User avatar
alex
Administrator
Posts: 5761
Joined: Mon Sep 03, 2001 4:00 pm

Post by alex »

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
Yes! I think that's it.

-Alex
User avatar
ricciticcitembo
Posts: 730
Joined: Tue Feb 26, 2002 4:00 pm

Post by ricciticcitembo »

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.
User avatar
jbxx
Batboard $upporter
Posts: 200
Joined: Sun Sep 15, 2002 8:04 am

Post by jbxx »

Yeah, I was sold on XTREE and XTREE GOLD,
pretty much like Windows explorer.
J.B. AD6WX
User avatar
KG6EAQ
Batboard $upporter
Posts: 1862
Joined: Mon Jan 14, 2002 4:00 pm

Post by KG6EAQ »

Ah Xtree... memories memories... I loved that little gem. About a year ago I found an updated version that worked with Windows..
-Robert F.
KG6EAQ
User avatar
ka7wnf
Posts: 123
Joined: Sat Feb 01, 2003 1:58 pm

Dos

Post by ka7wnf »

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.
Post Reply

Return to “General Motorola Solutions & Legacy Radio Discussion”