Turbo C++ v1.01

Posted by Programmer™
2019. 5. 23. 10:17 카테고리 없음

 

Borland Turbo C++ v1.01 

 

볼랜드사에서 Free 로 공개한 프로그램입니다.

 

 

다운로드:  tcpp101.zip

 

File Size: 2,759,857 byte

CRC32: 323bea55

 

 

 

 

 

 

 

 

 

 

 

 

Borland 제품군에 대한 자세한 정보는 아래 주소에서 확인하실 수 있습니다.

 

http://www.emsps.com/oldtools/borcv.htm

 

 

 

 

Exe2bin

Posted by Programmer™
2019. 4. 24. 07:25 카테고리 없음

 

Converts executable (.exe) files to binary format.

Syntax

exe2bin [drive1:][path1]InputFile [[drive2:][path2]OutputFile]

Parameters

[ drive1 : ][ path1 ] InputFile : Specifies the location and name of the input file that you want to convert. InputFile is required.

[ drive2 : ][ path2 ] OutputFile : Specifies the location and name of the output file that you want to create.

/? : Displays help at the command prompt.

Remarks

  • Windows XP does not use this command. It is accepted only for compatibility with MS-DOS files.

  • This tool is not available on Windows XP 64-Bit Edition.

  • Exe2bin is included as a courtesy to software developers. It is not useful for general users.

  • The following restrictions apply when you use exe2bin:

    • The input file must be in valid .exe format produced by the linker and must not be packed.

    • The resident, or actual, code and data portions of the file combined must be less than 64KB.

    • There must be no stack segment.

  • Exe2bin performs the following specific actions, depending on the values you use for InputFile and OutputFile parameters:

    • The default file extension for InputFile is .exe. Exe2bin converts the InputFile .exe to a file in .bin format (that is, a memory image of the program) and uses the location and file name you specify for [drive2:][path2]OutputFile to store the output file.

    • If you do not specify drive2 or path2, exe2bin writes the output file to the current drive and directory.

    • If you do not specify a file name for OutputFile, exe2bin uses the InputFile file name.

    • The default extension for the file name specified for OutputFile is .bin.

  • The following conversion types are possible:

    • If you do not specify the CS:IP in the .exe file, exe2bin performs a pure binary conversion. If the program contains instructions requiring segment relocation, exe2bin prompts you for the fixup value. The fixup value is the absolute segment at which the program is to be loaded. You can use the resulting program only when you load it at the absolute memory address specified by your program. The command interpreter cannot load the program.

    • If you specify the CS:IP as 0000:100H, the file runs as a .com file with the instruction pointer set at 100H by the assembler statement ORG. Include the .com extension in OutputFile. No segment fixups are allowed, because .com files must be able to relocate segments. That is, .com files must assume the entry conditions explained in Microsoft Macro Assembler documentation. The command interpreter can then load and run the program in the same way that it loads and runs the .com programs included on your Windows XP disk.

V3 NEO 마지막 버전 for DOS

Posted by Programmer™
2018. 9. 18. 06:43 카테고리 없음

VMWare DOS <-> Windows10 파일 가져오기

Posted by Programmer™
2018. 8. 30. 21:44 카테고리 없음

 

 

MS-DOS 에서 현재 사용중인 WIndows 로 파일을 가져오는데는 여러가지 방법이 있습니다.

그중 한가지 방법을 소개합니다.

 

 

오른쪽 버튼을 클릭하여 Settings... 로 들어갑니다.

 

 

Hard Disk (IDE) 를 선택후 오른쪽에 있는 Map... 을 클릭합니다.

 

 

Volume 은  MS-DOS 가 설치되어 있는 파티션을 보여주는데,

 

여기서 1번은 도스가 설치되어 있는 C 드라이브이며 2 번은 D 드라이브입니다.

 

 

 

WIndows10 에서 MS-DOS 로 파일들을 복사할려면 Open file in read-only mode (recommended) 앞의 체크표시를 없애줍니다.

 

매핑 시킬 드라이브를 선택하고 OK 를 클릭합니다.

 

자동으로 윈도우탐색기 창이 표시됩니다.

 

 

 

매핑한 드라이브의 사용이 끝났으면 반드시 Disconnect 를 해줍니다.

 

Disconnect 를 하지 않으면 MS-DOS 로 부팅할 수 없습니다.