Skip to content

Commit

Permalink
quote file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarsendataguy committed Aug 26, 2020
1 parent 15ed5b4 commit f3f6869
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions install admin.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SET currentFolder=%~dp0
CD\
CD Program Files\Alteryx\bin\plugins
COPY %currentFolder%\go_tools.dll .\go_tools.dll /Y
CD ..\RuntimeData\icons\categories
COPY %currentFolder%\AyxBuilders.png .\AyxBuilders.png /Y
%currentFolder%ayx_builders.yxi
CD %currentFolder%
CD "Program Files\Alteryx\bin\plugins"
COPY "%currentFolder%go_tools.dll" ".\go_tools.dll" /Y
CD "..\RuntimeData\icons\categories"
COPY "%currentFolder%AyxBuilders.png" ".\AyxBuilders.png" /Y
"%currentFolder%ayx_builders.yxi"
CD "%currentFolder%"
PAUSE
12 changes: 6 additions & 6 deletions install non-admin.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SET currentFolder=%~dp0
CD\
CD %USERPROFILE%\AppData\Local\Alteryx\bin\plugins
COPY %currentFolder%\go_tools.dll .\go_tools.dll /Y
CD ..\RuntimeData\icons\categories
COPY %currentFolder%\AyxBuilders.png .\AyxBuilders.png /Y
%currentFolder%ayx_builders.yxi
CD %currentFolder%
CD "%USERPROFILE%\AppData\Local\Alteryx\bin\plugins"
COPY "%currentFolder%go_tools.dll" ".\go_tools.dll" /Y
CD "..\RuntimeData\icons\categories"
COPY "%currentFolder%AyxBuilders.png" ".\AyxBuilders.png" /Y
"%currentFolder%ayx_builders.yxi"
CD "%currentFolder%"
PAUSE

0 comments on commit f3f6869

Please sign in to comment.