2025-08-08 13:33:08 -06:00
|
|
|
@echo off
|
2025-08-18 19:31:09 -06:00
|
|
|
setlocal EnableExtensions
|
2025-08-08 13:33:08 -06:00
|
|
|
|
2025-08-18 19:31:09 -06:00
|
|
|
set "ps1=R:\Creative\artsy\maya\0 ProjectStructure\UpdateSequences.ps1"
|
|
|
|
|
echo Running PowerShell update script...
|
|
|
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%ps1%"
|
|
|
|
|
set "rc=%errorlevel%"
|
|
|
|
|
echo PowerShell exited with RC=%rc%
|
2025-08-18 17:04:19 -06:00
|
|
|
echo @"_CURRENT\_UpdateSequences.log"
|
2025-08-19 12:08:03 -06:00
|
|
|
echo Done.
|
2025-08-26 15:55:21 -06:00
|
|
|
pause >nul
|
2025-08-26 16:30:45 -06:00
|
|
|
exit /b %rc%
|