Changeset 370 for trunk/gsascmds.tcl
- Timestamp:
- Dec 4, 2009 5:05:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
- Property rcs:date changed from 2000/12/22 19:44:07 to 2000/12/22 21:31:48
- Property rcs:lines changed from +109 -40 to +12 -4
- Property rcs:rev changed from 1.28 to 1.29
r360 r370 1302 1302 # PSW reports this does not happen right away on windows 1303 1303 set i 0 1304 while {$i < 5&& [file exists $root.LST]} {1304 while {$i < 10 && [file exists $root.LST]} { 1305 1305 # debug code 1306 catch {console show}1307 puts "try $i"1306 #catch {console show} 1307 #puts "try $i" 1308 1308 # end debug code 1309 1309 after 100 1310 1310 incr i 1311 1311 } 1312 if {[file exists $root.LST]} { 1313 # it was not possible to rename the file 1314 MyMessageBox -parent . -title "Rename Problem" \ 1315 -message "Unable to rename $root.LST. Please close LSTVIEW and try again" \ 1316 -icon warning -helplink "expguierr.html NoRename" 1317 return 1318 } 1319 1312 1320 #run the program 1313 1321 pleasewait "Running DISAGL"
Note: See TracChangeset
for help on using the changeset viewer.