Compare commits
3 Commits
58b16509da
...
54606dce88
| Author | SHA1 | Date | |
|---|---|---|---|
| 54606dce88 | |||
| 2f2dd83e2b | |||
| 0eda150f8b |
Vendored
+18
-13
@@ -9,27 +9,32 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Python: Aktuelle Datei",
|
"name": "Python: Aktuelle Datei",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": true
|
"justMyCode": true
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"name": "Python: CompareLists",
|
"name": "Python: CompareLists",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
"args": [
|
"args": [
|
||||||
"-n 400102196",
|
"400102530",
|
||||||
"-t"
|
"tree",
|
||||||
|
"--local_bom",
|
||||||
|
"--local_teilestamm",
|
||||||
|
"--local_rd_ids",
|
||||||
|
"--rm_bom_ids_cfg", "C:\\Users\\s.steuer\\Documents\\Pythonprojekte\\CreoMigrate\\cfg\\BOM-Settings.cfg", "ExcludedPartnumbersInBOM",
|
||||||
|
"--rm_summary_ids_cfg", "C:\\Users\\s.steuer\\Documents\\Pythonprojekte\\CreoMigrate\\cfg\\BOM-Settings.cfg", "ExcludedPartnumbersInSummary"
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"name": "Python: create TOS sring",
|
"name": "Python: create TOS sring",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
@@ -37,10 +42,10 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"--console"
|
"--console"
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"name": "fetch blacklist from server",
|
"name": "fetch blacklist from server",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
@@ -48,10 +53,10 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"--blacklist"
|
"--blacklist"
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"name": "Python: Build Demo Gui",
|
"name": "Python: Build Demo Gui",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
@@ -59,10 +64,10 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"-d"
|
"-d"
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"name": "Python: Build Real Gui",
|
"name": "Python: Build Real Gui",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
CALL cremig_setenv.bat
|
||||||
:start
|
:start
|
||||||
set /p "id=Artikelnummer: "
|
set /p "id=Artikelnummer: "
|
||||||
CALL 04_compare_lists.bat "%id%" tree --rm_bom_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInBOM --rm_summary_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInSummary
|
CALL 04_compare_lists.bat "%id%" tree --rm_bom_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInBOM --rm_summary_ids_cfg %CREMIG_CFG%\BOM-Settings.cfg ExcludedPartnumbersInSummary
|
||||||
goto start
|
goto start
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ deactivate
|
|||||||
goto :eof
|
goto :eof
|
||||||
|
|
||||||
:activate_interpreter_network
|
:activate_interpreter_network
|
||||||
|
ECHO Initialisiere Python-Interpreter in %NETWORK_INTERPRETER_PATH%...
|
||||||
SET OLD_PATH=%PATH%
|
SET OLD_PATH=%PATH%
|
||||||
SET PATH=%NETWORK_INTERPRETER_PATH%;%PATH%
|
SET PATH=%NETWORK_INTERPRETER_PATH%;%PATH%
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|||||||
Reference in New Issue
Block a user