You can use @ifexists
to test if the path exists before running the Go command.
Go "E:\Projects" OPENINLEFT
@ifexists:Y:\Export\Projects
Go "Y:\Export\Projects" OPENINRIGHT
You can use @ifexists
to test if the path exists before running the Go command.
Go "E:\Projects" OPENINLEFT
@ifexists:Y:\Export\Projects
Go "Y:\Export\Projects" OPENINRIGHT