![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Automaticaly Archive Projects DOORS Topic Summary: Automaticaly Archive Projects DOORS Created On: 21-Mar-2007 15:34 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Please, i have problem for make script to run automaticly job archive, on system linux/doors 7.1
My client is windows xp. I thank you |
|
![]() |
|
![]() |
|
Maybe you can use the same method that I am now using to backup projects on a nightly basis:
1. Create a dxl (i.e. archive.dxl)
//Script to backup all projects in a database
/* Modification History
*/
//Get today's date
Date d = today()
string message
//787 is the project name
message = archive ("787","H:\\DOORS\\Backups\\787\\787_"d".dpa",false)
if ( !null message)
{}
2. Create a batch file that calls the dxl
"C:\program files\telelogic\doors 7.1\bin\doors.exe" -password "
|
|
![]() |
Telelogic DOORS
» Administration
»
Automaticaly Archive Projects DOORS
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.