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.
> 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
Here's another option. I don't know what compiler is used, etc. So here's the code I need changed. Maybe you can tell me the language and compiler.
The following code is near the end of the program. In a nutshell, the serial number is input at the beginning of the program run. We add a "C" to the input. So all serial numbers/file names start with "C". And I want to append time stamp data (or some kind of unique value) to the end of the file name. So each time I run the same serial number, the saved file name is different.
PA,1,MOVE.PRG,NEW
OP,'^Z'
! OP,'PRI C',(SN),'.RPT >NUL'
OP,(T),'COPY C',(SN),'.RPT C:\PARSE >NUL',(T)
OP,(T),'COPY C',(SN),'.RPT Q:\CMM_DATA\',(F),'\PWAFILES\',(WAXDIE),' >NUL',(T)
OP,(T),'COPY C',(SN),'.RPT Q:\CMM_DATA\',(F),'\GPFILES >NUL',(T)
OP,'DEL C',(SN),'.RPT >NUL'
OP,'^Z'
OP,'ET,CL'
EP,1
TI,MOVE.PRG
---
If it ain't broke, stop tryin' ta fix it!
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