File tree Expand file tree Collapse file tree 8 files changed +8
-16
lines changed Expand file tree Collapse file tree 8 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 FPExpress" %*
1+ @ echo off & python " %~dp0%~n0 " %*
Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 impact" %*
1+ @ echo off & python " %~dp0%~n0 " %*
Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 libero" %*
1+ @ echo off & python " %~dp0%~n0 " %*
Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 diamondc" %*
1+ @ echo off & python " %~dp0 diamondc" %*
Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 quartus_pgm" %*
1+ @ echo off & python " %~dp0%~n0 " %*
Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 quartus_sh" %*
1+ @ echo off & python " %~dp0%~n0 " %*
Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 vivado" %*
1+ @ echo off & python " %~dp0%~n0 " %*
Original file line number Diff line number Diff line change 1- @ echo off
2- python " %~dp0 xtclsh" %*
1+ @ echo off & python " %~dp0%~n0 " %*
You can’t perform that action at this time.
0 commit comments