@REMOTE[d:]:  Returns 1 if the specified drive is a remote (network) drive; otherwise returns 0. The drive letter must be followed by a colon.

 

If the argument is a partial filename without a drive, @REMOTE will expand the filename to get the drive.

 

Examples:

 

echo %@remote[e:]

1

 

echo %@remote[%_disk]

0