|
View previous topic :: View next topic |
| Author |
Message |
Sidney
Joined: 18 Nov 2005 Posts: 1
|
Posted: Fri Nov 18, 2005 1:43 pm Post subject: Help pleaseeeeeeee
|
|
|
I have 3 recorders. I need them to record a phisical image at the same time. What I could make was one recorder to record, and when it finishes another recorder starts to record.
I also need this to be executed through a batch file.
This is the batch code:
EXITCDR
SETCDRDEFAULTS WriteEnable FALSE
SETCDRDEFAULTS WriteCdrSpeed 40
INITCDR -T 0
SETCDRPARMS NRofCOPIEStoWRITE 1
WRITECD C:\teste\fisica\teste.p01.md1 X 1
EXITCDR
INITCDR -T 1
SETCDRPARMS NRofCOPIEStoWRITE 1
WRITECD C:\teste\fisica\teste.p01.md1 X 1
EXITCDR
INITCDR -T 2
SETCDRPARMS NRofCOPIEStoWRITE 1
WRITECD C:\teste\fisica\teste.p01.md1 X 1
EXITCDR
********************************************
Would it be possible to do with SDK?? |
|
| Back to top |
|
 |
Tom Vaughan GEAR Guru
Joined: 12 Oct 2004 Posts: 380 Location: Contact GEAR Software
|
Posted: Fri Nov 18, 2005 6:55 pm Post subject:
|
|
|
Sidney,
The GEARWorks SDK is all powerful.... It can do nearly anything possible in terms of writing and multitasking. I'm not an expert in all GEAR commands, but I know it is possible.
However, as far as I know it is not possible to create a batch file that takes advantage of the multi-tasking capabilities of the GEAR engine. |
|
| Back to top |
|
 |
|