I've tried the GO statement in allmost any possible way, but DEBUG keeps on telling that the next command is unknown.USING
-----------------
$TDRIVE="D:"
$TDIR ="\NEXT"
GO "$TDRIVE"
CD "$NEXT"
?"SOME TEXT"
-----------------
Or GO $TDRIVE or just $TRIVE
results in an errormessage telling me that the command after GO (ic CD "$NEXT") is unknown. After ";"ing the CD command it tells that the same about the ?"SOME TEXT" line. This keeps on going until you ";"ed all lines in the script.
Strange however is that when you use
----------------
$TDIR ="\NEXT"
D:
CD "$NEXT"
?"SOME TEXT"
----------------
there is nothing wrong.
Loek
[This message has been edited by loek (edited 08 June 2001).]
[This message has been edited by loek (edited 08 June 2001).]