make.bat

来自「自动打印dos产生的文本文件 自动打印dos产生的文本文件」· Batch 代码 · 共 37 行

BAT
37
字号
@echo off

rem {******************************************************************************}
rem {                                                                              }
rem {   WinPrint - Print Spooler for DOS Programs                                  }
rem {                                                                              }
rem {   Copyright (C) 2004 Przemyslaw Czerkas <przemekc@users.sourceforge.net>     }
rem {                 2008 Mieczyslaw Nalewaj <namiltd@users.sourceforge.net>      }
rem {   See GPL.TXT for copyright and license details.                             }
rem {                                                                              }
rem {******************************************************************************}
rem 
rem {******************************************************************************}
rem {                                                                              }
rem {   This file is part of WinPrint.                                             }
rem {                                                                              }
rem {   WinPrint is free software; you can redistribute it and/or modify           }
rem {   it under the terms of the GNU General Public License as published by       }
rem {   the Free Software Foundation; either version 2 of the License, or          }
rem {   (at your option) any later version.                                        }
rem {                                                                              }
rem {   WinPrint is distributed in the hope that it will be useful,                }
rem {   but WITHOUT ANY WARRANTY; without even the implied warranty of             }
rem {   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              }
rem {   GNU General Public License for more details.                               }
rem {                                                                              }
rem {   You should have received a copy of the GNU General Public License          }
rem {   along with WinPrint; if not, write to the Free Software                    }
rem {   Foundation, Inc., 59 Temple Place, Suite 330, Boston,                      }
rem {   MA  02111-1307  USA                                                        }
rem {                                                                              }
rem {******************************************************************************}

rem brcc32.exe icons16x16\icons.rc
D:\devenv\Delphi7\bin\brcc32.exe icons32x32\icons.rc
D:\devenv\Delphi7\bin\brcc32.exe stringtables.rc
rem brcc32.exe WinPrint.rc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?