ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/CPL/CHAI_Connector.cpl
Revision: 13
Committed: Mon May 7 18:27:08 2012 UTC (13 years, 10 months ago) by nino.borges
Content type: application/cpl+xml
File size: 500 byte(s)
Log Message:
test

File Contents

# Content
1 main()
2 {
3
4 int db, ssmd,sslst, shoot;
5 text Null, string1, string2, stringScript, agrumentString, snapFileName;
6
7 string1 = getcwd();
8 string2 = db.database;
9 time(Null,Null,ssmd);
10 sslst = clock();
11 stringScript = "C:\Test_dir\Concordance_Connector.py";
12 agrumentString = stringScript + " " + str(ssmd*sslst);
13 snapFileName = "c:\test_dir\Chai_Lte_Jobs\" + str(ssmd*sslst) + ".snp";
14 shoot = 1;
15
16 snapshot(db,snapFileName,shoot);
17
18 spawn("c:\Python25\python.exe",agrumentString);
19
20 }
21 test