Re: [Freedos-user] re: Re: FREEVER

2005-06-14 Thread Bernd Blaauw

[EMAIL PROTECTED] schreef:


let somebody improve CALLVER! The latter would be something like
"search the program in PATH and if it is not a BAT file, skip all the
"new shell" stuff, as it is not needed for COM and EXE files anyway.
 

ehm..only start new shell for bat-files? or do I misread stuff? how to 
start any MS executables then, which are version-locked?

(COM/EXE files)


While I wrote the original CALLVER, I do not really have time for the
described modification soon, so maybe somebody else can help out?
Callver is written in NASM assembly language.

Eric
 

another improvement: let CALLVER act as primary simple small shell, so 
you can start any real shell from it that you want.


Bernd


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] re: Re: FREEVER

2005-06-14 Thread eric

Hi Mike,

> > http://www.coli.uni-sb.de/~eric/stuff/soft/specials/callver.zip

> There does not appear to be any documentation with this program.  However,
> I assume that it either only works with FreeDOS...

> I attempted to use it under Win98SE DOS...
> CALLVER 6.22 

> It always gives "Incorrect DOS Version,"...

This is because CALLVER, to be able to run BAT files, works in the  
following steps:
set the specified dos version
run a new shell (as defined by comspec variable, usually command.com)
run  in the new shell
exit the new shell
stop modifying the dos version
done

Because the Win98 command.com does not accept any other DOS versions
than 7.xx, things did not work for you... As a solution, either set
COMSPEC to point to another command.com (e.g. the FreeDOS one) or
let somebody improve CALLVER! The latter would be something like
"search the program in PATH and if it is not a BAT file, skip all the
"new shell" stuff, as it is not needed for COM and EXE files anyway.

While I wrote the original CALLVER, I do not really have time for the
described modification soon, so maybe somebody else can help out?
Callver is written in NASM assembly language.

Eric



---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user