forked from Heeks/heekscnc-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reapir of parameter conut of selecting tool for REZ NC-program language
Repair of unwished dependency on Python 2.6. Use of batch files needs path to python.exe in PATH environment variable of the operating system
- Loading branch information
peter.fodrek
committed
Aug 13, 2010
1 parent
6f73483
commit 9b734f9
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
%HOMEDRIVE%\python26\python.exe nc\%1_read.py %2 | ||
REM %HOMEDRIVE%\python26\python.exe nc\%1_read.py %2 | ||
python nc\%1_read.py %2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
%HOMEDRIVE%\python26\python.exe %1 | ||
rem HOMEDRIVE%\python26\python.exe %1 | ||
|
||
#pause | ||
python %1 | ||
rem pause |