win7不支持16位dos全屏怎么办,我想看看黑客大赛的那个代码但是看不了

就是97年黑客大赛第一名那个代码cmd 以后 debug<d:\1.txt

按如下步骤操作:
1. Click Start and type CMD, but don't hit enter or click on cmd.exe.
2. Right-click cmd.exe above and choose Run as administrator.
3. In the command prompt enter WMIC(这时dos提示符会变)
4. Click the normal maximize button at top right. The Command Prompt window will fill the screen
5. Enter EXIT to exit WMIC
6. Right-click the Command Prompt's title bar(右键点击标题栏), choose Properties, click OK.
7. Enter EXIT to exit the Command Prompt

之后,cmd窗口就会全屏显示,如果想恢复至初始设置,按以下步骤:

  1. Right-click the Command Prompt's title bar(右键点击标题栏), choose Properties。
  2. Click the Layout tab
  3. Set Screen Buffer Size's Width to 80
  4. Set Window Size Width to 80
  5. Set Window Size Height to 25
  6. Click OK

出个馊点的主意,装个虚拟机

1.将你需要的命令写成批处理(bat/cmd文件),例如 test.bat
2.将此批处理test.bat【发送快捷方式】至桌面
3.右键该快捷方式,点击【属性】
4.点击【布局】选项,调节【窗口大小】,使之与你的电脑分辨率一样,例如 1366×768
5.双击该【快捷方式】,打开的即是全屏的cmd命令行