New to forum, new to DOS, kinda (Announce)
> > what exactly is your question?
>
> As posted (word for word) . . .
> What I've been searching for is what you could call a DOS manual. Or a "How
> to program in DOS 101?. A source that would include the "how and why" of
> using a time stamp. How to get it converted to a numeric value.
Which timestamp? I assume you mean mtime (modified) and not ctime (created) or atime (access)? (The latter are probably Win95/LFN/FAT32 only.) And presumably all of these are "local" (non-UTC) time only.
(RBIL)
* GET/SET FILE'S LAST-WRITTEN DATE AND TIME
* INT 21 - Windows95 - LONG FILENAME - EXTENDED GET/SET FILE ATTRIBUTES
(DJGPP libc.info, funcs sometimes supported in other C compilers too)
* getftime
* setftime
* sys/stat
* mktime
* utime
> > what's the language and compiler for these programs?
>
> CMES For Windows, 32 bit. That's all I know.
> http://www.nikonmetrology.com/Products/Coordinate-Measuring-Machines
Never heard of it. Unlikely that anyone here has either. But "Windows"?? Is this cross-compiled? Is it really DOS (MZ) .EXE or truly something else (PE)? Is the binary running atop raw DOS (which? MS-DOS 7.1?) or Win95 or WinXP or ...?
Complete thread:
- New to forum, new to DOS, kinda - wayne, 07.03.2014, 17:22 (Announce)
- New to forum, new to DOS, kinda - tom, 07.03.2014, 22:11
- New to forum, new to DOS, kinda - wayne, 07.03.2014, 22:31
- New to forum, new to DOS, kinda - glennmcc, 07.03.2014, 23:53
- New to forum, new to DOS, kinda - bretjohn, 08.03.2014, 01:20
- New to forum, new to DOS, kinda - wayne, 10.03.2014, 14:51
- New to forum, new to DOS, kinda - glennmcc, 10.03.2014, 23:58
- New to forum, new to DOS, kinda - Oso2k, 24.03.2014, 19:35
- New to forum, new to DOS, kinda - glennmcc, 10.03.2014, 23:58
- New to forum, new to DOS, kinda - wayne, 10.03.2014, 14:51
- New to forum, new to DOS, kinda - bretjohn, 08.03.2014, 01:20
- New to forum, new to DOS, kinda - Rugxulo, 08.03.2014, 02:11
- New to forum, new to DOS, kinda - glennmcc, 07.03.2014, 23:53
- New to forum, new to DOS, kinda - wayne, 07.03.2014, 22:31
- New to forum, new to DOS, kinda - mbbrutman, 08.03.2014, 06:08
- New to forum, new to DOS, kinda - DOS386, 08.03.2014, 18:37
- New to forum, new to DOS, kinda - tom, 07.03.2014, 22:11