ISISComputingGroup / ISISComputingGroup/IBEX
Fix instrument end of run scripts
Open
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
For use in ibex end of run scripts should have
```
setlocal
set "PATH=c:\windows\system32;c:\windows;c:\windows\system32\wbem"
```
added to the top. Also `DOCROOT` set should be
```
@set "DOCROOT=C:\Users\spudulike\Documents"
```
They can work without this, but may sometimes stop working. The issue is that the path can get appaened to during the spawn and may become too big and get corrupted. This is already done on existing ibex instruments, but should do on seci ones in preparation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.