4 lines
89 B
Batchfile
4 lines
89 B
Batchfile
SET /P STOREDPATH=<"%USERPROFILE%\.expo\PATH"
|
|
SET PATH="\"%PATH%;%STOREDPATH%\""
|
|
expo %*
|