Version 2022 Update (Visual Studio 2022 / Unicode Support)
A simple yet powerful Visual C++ office tool for managing documents directly from the console.
- Dual Language Support: Separate versions for Greek (gr/) and English (en/).
- File Management: Create, Read, and Open
.doc,.txt,.csv, and.xlsfiles. - Multilingual Support: Full Unicode support for Greek characters.
- System Integration: Open files directly with default Windows programs.
/gr: Greek version of the source code./en: English version of the source code.myfiles/: Default directory for document storage.
To ensure the Greek characters and the build work correctly:
- Retarget Solution: Right-click the Project -> Retarget solution.
- UTF-8 Encoding:
- Go to Project Properties -> C/C++ -> Command Line.
- Add
/utf-8in the Additional Options box.
If you see strange symbols:
- Right-click the Console Title Bar -> Properties.
- Go to the Font tab and select Consolas.
Originally developed as "Simple little Visual cpp office"
This project started in 2007 as a simple experiment to handle office files through the DOS console. Over the years, it has been updated to keep up with modern standards:
- 2007-2015: Initial development for older Windows versions.
- 2022-2026: Major refactor for Visual Studio 2022, adding Unicode (UTF-8) support and compatibility with Windows 11.
- Current Status: A reliable tool for quick file operations without the need for a heavy GUI.
© Copyright 2007-2026 The Space Lion Gr Net Author: Stavros Vourliotis

