On Friday 23 May 2008, Michael Reichenbach wrote:
> 2) When I call from within autoexec.bat to test.bat file then after
> test.bat is done it won`t jump back to autoexec.bat, also if exit is the
> last command.

Just type at command line "help call" ;-)

> 3) How to change the screen resolution?

I believe that by "screen resolution" you mean "text mode"? If so, you should 
look after the mode command. For example, "mode co80,50" will give you a color 
console with 80 columns and 50 rows.

> Now I have one folder with all my 'shortcuts'. The shortcut is just a 
> batchfile which will call the long name. But how can I pass the command line 
> parameters correctly?

Say, you want to launch c:\myprog\go.exe... all you have to do is create a 
batch file containig the following line:
@c:\myprog\go.exe %1 %2 %3 %4 %5 %6 %7 %8 %9

You could also use the ALIAS command, you wouldn't need separate files for all 
your programs anymore.

bye,
Mateusz Viste
-- 
You'll find my public OpenPGP key at http://mateusz.viste.free.fr/pub_key

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to