See the FAQ Forum under Curly quotes “ and ” .
Also, the SETTIME command requires at least "Power User" rights. However, it is recommended to use the windows Time Service to synchronize times, which is a requirement in a AD domain.
code:
USE H: '\\titan\engineering'
is the correct way to map a drive. And please use @USERID instead of the environment variables as in code:
USE Z: '\\titan'+@USERID
; verify that the function was successful
? 'Error '+@ERROR+' - '+@SERROR
Please be aware that under Windows 9x the Z: drive is temporarily used to map the NETLOGON share and is thus unavailable for drive mappings during the login process (just in case you're still having Win9x around).
[ 03. July 2003, 15:56: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.