Initial commit
This commit is contained in:
commit
158dbc3665
74 changed files with 745407 additions and 0 deletions
10951
templates/light_case/l___gid_Qw1.nb
Executable file
10951
templates/light_case/l___gid_Qw1.nb
Executable file
File diff suppressed because it is too large
Load diff
9002
templates/light_case/l___gid_Qw2.nb
Executable file
9002
templates/light_case/l___gid_Qw2.nb
Executable file
File diff suppressed because it is too large
Load diff
14290
templates/light_case/l___osc_Qw1.nb
Normal file
14290
templates/light_case/l___osc_Qw1.nb
Normal file
File diff suppressed because it is too large
Load diff
10224
templates/light_case/l___osc_Qw2.nb
Executable file
10224
templates/light_case/l___osc_Qw2.nb
Executable file
File diff suppressed because it is too large
Load diff
10004
templates/light_case/l___pr_Qw1.nb
Executable file
10004
templates/light_case/l___pr_Qw1.nb
Executable file
File diff suppressed because it is too large
Load diff
10302
templates/light_case/l___pr_Qw2.nb
Executable file
10302
templates/light_case/l___pr_Qw2.nb
Executable file
File diff suppressed because it is too large
Load diff
19515
templates/light_case/l___фитирование.nb
Executable file
19515
templates/light_case/l___фитирование.nb
Executable file
File diff suppressed because it is too large
Load diff
47
templates/light_case/rename.bat
Executable file
47
templates/light_case/rename.bat
Executable file
|
|
@ -0,0 +1,47 @@
|
|||
@echo off
|
||||
chcp 65001 > nul
|
||||
if "%~1"=="" (
|
||||
echo You must specify the name prefix >&2
|
||||
echo E.g. prefix "my_prefix" : >&2
|
||||
echo h___фитирование.nb --^> my_prefix_фитирование.nb >&2
|
||||
exit /b 1
|
||||
) else (
|
||||
if exist "h____фитирование.nb" (
|
||||
rename "h____фитирование.nb" "%~1_фитирование.nb"
|
||||
) else (
|
||||
echo skipped "h____фитирование.nb" due to absence
|
||||
)
|
||||
|
||||
if exist "h____pr_Qw2.nb" (
|
||||
rename "h____pr_Qw2.nb" "%~1_pr_Qw2.nb"
|
||||
) else (
|
||||
echo skipped "h____pr_Qw2.nb" due to absence
|
||||
)
|
||||
if exist "h____pr_Qw1.nb" (
|
||||
rename "h____pr_Qw1.nb" "%~1_pr_Qw1.nb"
|
||||
) else (
|
||||
echo skipped "h____pr_Qw1.nb" due to absence
|
||||
)
|
||||
|
||||
if exist "h____osc_Qw2.nb" (
|
||||
rename "h____osc_Qw2.nb" "%~1_osc_Qw2.nb"
|
||||
) else (
|
||||
echo skipped "h____osc_Qw2.nb" due to absence
|
||||
)
|
||||
if exist "h____osc_Qw1.nb" (
|
||||
rename "h____osc_Qw1.nb" "%~1_osc_Qw1.nb"
|
||||
) else (
|
||||
echo skipped "h____osc_Qw1.nb" due to absence
|
||||
)
|
||||
|
||||
if exist "h____gid_Qw2.nb" (
|
||||
rename "h____gid_Qw2.nb" "%~1_gid_Qw2.nb"
|
||||
) else (
|
||||
echo skipped "h____gid_Qw2.nb" due to absence
|
||||
)
|
||||
if exist "h____gid_Qw1.nb" (
|
||||
rename "h____gid_Qw1.nb" "%~1_gid_Qw1.nb"
|
||||
) else (
|
||||
echo skipped "h____gid_Qw1.nb" due to absence
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue