@@ -257,3 +257,13 | |||
|
257 | 257 | No newline at end of file |
|
258 | 258 | return var_lines No newline at end of file |
|
259 | 259 | No newline at end of file |
|
260 | def cmd_iso(self): | |
|
No newline at end of file | ||
|
261 | var_Rpath_ppath=self.var_Rpath+"/ppath" | |
|
No newline at end of file | ||
|
262 | var_Rpath_iso=self.var_Rpath+"/iso" | |
|
No newline at end of file | ||
|
263 | #comando para la creacion del archivo.iso | |
|
No newline at end of file | ||
|
264 | file_dat=var_Rpath_ppath+"/"+self.var_Elabel+"_"+i2s(self.var_disc_n)+".dat" | |
|
No newline at end of file | ||
|
265 | file_iso=var_Rpath_iso+"/"+i2s(self.var_disc_n)+".iso" | |
|
No newline at end of file | ||
|
266 | var_cmd = 'genisoimage -hide-joliet-trans-tbl -joliet-long -r ' | |
|
No newline at end of file | ||
|
267 | var_cmd += ' -A '+self.var_Elabel+' -V '+self.var_Elabel | |
|
No newline at end of file | ||
|
268 | var_cmd += ' -graft-points -path-list '+ file_dat+' -o '+file_iso | |
|
No newline at end of file | ||
|
269 | return var_cmd No newline at end of file |
@@ -53,6 +53,8 | |||
|
53 | 53 | #----------------------------------- expulsa los dispositivos de grabacion -------------------------------------------- No newline at end of file |
|
54 | 54 | No newline at end of file |
|
55 | 55 | def eject_devices(self): No newline at end of file |
|
56 | self.txtInfo.append("Ejecting recording devices") | |
|
No newline at end of file | ||
|
57 | return No newline at end of file | |
|
56 | 58 | for var_dev in self.var_devices: No newline at end of file |
|
57 | 59 | var_cmd = 'eject ' + var_dev No newline at end of file |
|
58 | 60 | commands.getstatusoutput(var_cmd) No newline at end of file |
@@ -1,7 +1,7 | |||
|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> No newline at end of file |
|
2 | 2 | <!DOCTYPE Project SYSTEM "Project-4.6.dtd"> No newline at end of file |
|
3 | 3 | <!-- eric4 project file for project jro_backup_manager --> |
|
4 | No newline at end of file | |
|
4 | <!-- Saved: 2010-05-24, 08:55:25 --> No newline at end of file | |
|
5 | 5 | <!-- Copyright (C) 2010 , --> No newline at end of file |
|
6 | 6 | <Project version="4.6"> No newline at end of file |
|
7 | 7 | <Language>en</Language> No newline at end of file |
@@ -39,6 +39,7 | |||
|
39 | 39 | self.var_Copys = 0 #Numero de copias No newline at end of file |
|
40 | 40 | self.var_disc_n = 0 No newline at end of file |
|
41 | 41 | self.var_copy_n = 0 No newline at end of file |
|
42 | self.var_burned_discs = 0 No newline at end of file | |
|
42 | 43 | No newline at end of file |
|
43 | 44 | self.var_list=[] No newline at end of file |
|
44 | 45 | self.var_sublist=[] No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now