Skip to content

Commit 048168a

Browse files
committed
map temporary network drive
1 parent 87e6885 commit 048168a

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.cmd eol=crlf
55
*.txt eol=crlf
66
*.md eol=crlf
7+
*.ini eol=crlf
78
#
89
# Custom for Visual Studio
910
*.cs diff=csharp

showMetadata.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@ECHO OFF
2+
pushd %~dp0
23
rem find root directory and call pISA routine refered by the file name
3-
for %%G in (..\..\..\..,..\..\..,..\..,..,.) do if exist %%G\Templates set "root=%%G" && goto:next
4+
for %%G in (.,..,..\..,..\..\..,..\..\..\..) do if exist %%G\Templates\x.lib\pISA.cmd set "root=%%G" && goto:next
45
:next
56
call %root%\Templates\x.lib\pISA.cmd :pISA %~n0 %1 %2 %3 %4
7+
pause
68
goto:EOF

showTree.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@ECHO OFF
2+
pushd %~dp0
23
rem find root directory and call pISA routine refered by the file name
34
for %%G in (.,..,..\..,..\..\..,..\..\..\..) do if exist %%G\Templates\x.lib\pISA.cmd set "root=%%G" && goto:next
45
:next

update.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@echo off
2+
pushd %~dp0
23
rem ------------------------------------- pISA-tree v.0.4.2
34
rem
45
rem Update/copy files down the tree

xcheckMetadata.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@ECHO OFF
2+
pushd %~dp0
23
rem find root directory and call pISA routine refered by the file name
34
for %%G in (.,..,..\..,..\..\..,..\..\..\..) do if exist %%G\Templates\x.lib\pISA.cmd set "root=%%G" && goto:next
45
:next

0 commit comments

Comments
 (0)