Changeset 994 for trunk/gsascmds.tcl
- Timestamp:
- Aug 18, 2010 4:55:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsascmds.tcl
r992 r994 1406 1406 StartGRWND $prog 1407 1407 if {$tcl_platform(platform) == "windows"} { 1408 append cmd " \" $expgui(gsasexe)/${prog}.exe\" "1408 append cmd " \"[file attributes $expgui(gsasexe)/${prog}.exe -shortname]\" " 1409 1409 } else { 1410 1410 if {$cmd != ""} {append cmd "\;"} … … 1448 1448 set expgui(needpowpref_why) "" 1449 1449 if {$tcl_platform(platform) == "windows"} { 1450 append cmd " \" $expgui(gsasexe)/powpref.exe$expnam \" "1450 append cmd " \"[file attributes $expgui(gsasexe)/powpref.exe -shortname] $expnam \" " 1451 1451 } else { 1452 1452 if {$cmd != ""} {append cmd "\;"} … … 1457 1457 StartGRWND $prog 1458 1458 if {$tcl_platform(platform) == "windows"} { 1459 append cmd " \" $expgui(gsasexe)/${prog}.exe$expnam \" "1459 append cmd " \"[file attributes $expgui(gsasexe)/${prog}.exe -shortname] $expnam \" " 1460 1460 } elseif {$expgui(MacroRunning) && !$expgui(ShowGENLES)} { 1461 1461 append cmd " \" [file join $expgui(gsasexe) $prog] $expnam \" " … … 2696 2696 # might help here 2697 2697 exec $env(COMSPEC) /c \ 2698 "start [file join $expgui(scriptdir) $script] $cmd"2698 "start [file attributes [file join $expgui(scriptdir) $script] -shortname] $cmd" 2699 2699 } 2700 2700 file delete -force expgui.lck … … 2709 2709 # run in background 2710 2710 exec $env(COMSPEC) /c \ 2711 "start [file join $expgui(scriptdir) $script] $cmd" &2711 "start [file attributes [file join $expgui(scriptdir) $script] -shortname] $cmd" 2712 2712 if {$expgui(MacroRunning)} { 2713 2713 update
Note: See TracChangeset
for help on using the changeset viewer.