LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STRINGTABLE BEGIN IDS_USAGE01 "RUNAS USAGE\n\n" IDS_USAGE02 "RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]\n" IDS_USAGE03 " /user: program\n\n" IDS_USAGE04 "RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]\n" IDS_USAGE05 " /smartcard [/user:] program\n\n" IDS_USAGE06 " /noprofile specifies that the user's profile should not be loaded.\n" IDS_USAGE07 " This causes the application to load more quickly, but\n" IDS_USAGE08 " can cause some applications to malfunction.\n" IDS_USAGE09 " /profile specifies that the user's profile should be loaded.\n" IDS_USAGE10 " This is the default.\n" IDS_USAGE11 " /env to use current environment instead of user's.\n" IDS_USAGE12 " /netonly use if the credentials specified are for remote\n" IDS_USAGE13 " access only.\n" IDS_USAGE14 " /savecred Not implemented yet.\n" IDS_USAGE15 " /smartcard Not implemented yet.\n" IDS_USAGE16 " /user should be in form USER@DOMAIN or DOMAIN\\USER\n" IDS_USAGE17 " program command line for EXE. See below for examples\n\n" IDS_USAGE18 "Example:\n" IDS_USAGE19 "> runas /noprofile /user:mymachine\\administrator cmd\n\n" IDS_USAGE20 "NOTE: /profile is not compatible with /netonly.\n" IDS_START "Attempting to start %s as user ""%s\\%s""...\n" IDS_RUN_ERROR "RUNAS ERROR: Unable to run %s\n" IDS_INTERNAL_ERROR "RUNAS ERROR: Internal error %ld\n" IDS_PASSWORD "Enter the password for ""%s\\%s"": " END