I hope this is the right place? I have searched... One of my users is getting this error when he attempts to run a script (as exe file).
Does that mean anything to anyone?error-subroutine/label vlidatedsk Not Found!
Moderators: JRL, Dorian (MJT support)
Does that mean anything to anyone?error-subroutine/label vlidatedsk Not Found!
Code: Select all
Wait>1
// Discover which program we are using:
IfWindowOpen>Cubase 4*,validated
IfWindowOpen>Cubase Studio 4*,validated
IfWindowOpen>Cubase SX*,validated
IfWindowOpen>Cubase SL*,validated
IfWindowOpen>Nuendo*,validated
Goto>noapp
Code: Select all
IfWindowOpen>Nuendo*,validateddsk
Send sends keys to the active Window.Phil Pendlebury wrote:I should have realised that the script sends keys d - s - k...I suppose this is one of those things that one has to look out for. Especially somoene new to this game, like myself.