1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2 3STRINGTABLE 4BEGIN 5 IDS_USAGE01 "RUNAS USAGE\n\n" 6 IDS_USAGE02 "RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]\n" 7 IDS_USAGE03 " /user:<UserName> program\n\n" 8 IDS_USAGE04 "RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ]\n" 9 IDS_USAGE05 " /smartcard [/user:<UserName>] program\n\n" 10 IDS_USAGE06 " /noprofile specifies that the user's profile should not be loaded.\n" 11 IDS_USAGE07 " This causes the application to load more quickly, but\n" 12 IDS_USAGE08 " can cause some applications to malfunction.\n" 13 IDS_USAGE09 " /profile specifies that the user's profile should be loaded.\n" 14 IDS_USAGE10 " This is the default.\n" 15 IDS_USAGE11 " /env to use current environment instead of user's.\n" 16 IDS_USAGE12 " /netonly use if the credentials specified are for remote\n" 17 IDS_USAGE13 " access only.\n" 18 IDS_USAGE14 " /savecred Not implemented yet.\n" 19 IDS_USAGE15 " /smartcard Not implemented yet.\n" 20 IDS_USAGE16 " /user <UserName> should be in form USER@DOMAIN or DOMAIN\\USER\n" 21 IDS_USAGE17 " program command line for EXE. See below for examples\n\n" 22 IDS_USAGE18 "Example:\n" 23 IDS_USAGE19 "> runas /noprofile /user:mymachine\\administrator cmd\n\n" 24 IDS_USAGE20 "NOTE: /profile is not compatible with /netonly.\n" 25 26 IDS_START "Attempting to start %s as user ""%s\\%s""...\n" 27 IDS_RUN_ERROR "RUNAS ERROR: Unable to run %s\n" 28 IDS_INTERNAL_ERROR "RUNAS ERROR: Internal error %ld\n" 29 30 IDS_PASSWORD "Enter the password for ""%s\\%s"": " 31END 32