How to run dos in full screen in windows 7

CalinStirbetiu

Honorable
Aug 26, 2013
3
0
10,510


To run a FOX 2.6 task, my friend Mr. Marcel Truica does like that:
1. Creates a file named s_dos.bat:
@echo off
%1 -t %2
exit

2. He makes a shortcut to this file:
Target: ...\s_dos.bat c:\fpd26\foxprox task.exe
Start in: where DBFs are located
Layout tab: screen bufer size w 1000 by h 3000
window size w 100 by h30


More examples of S_dos.bat file:

A)

@echo off
%1
cd %2
%3 -t %4
exit

B)

@echo off
%1 %2
exit


You can use up to 9 paramenters.

Use this shortcuts to enjoy DOS in W7 full screen.