Since installing SE 8.0.1.0 I can no longer paste multiple lines of commands in the command prompt.
It runs the first line ok then drops the first 4 characters of the second line.
Oddly it happens to subsequent even numbered lines.
G:\>symaccess -sid 14 remove -name pvs001_ig -type initiator -wwn 5001438004123456
G:\>ccess -sid 14 remove -name pvs001_ig -type initiator -wwn 5001438004123457
'ccess' is not recognized as an internal or external command,
operable program or batch file.
G:\>symaccess -sid 14 remove -name pvs002_ig -type initiator -wwn 5001438000123458
G:\>ccess -sid 14 remove -name pvs002_ig -type initiator -wwn 5001438000123459
'ccess' is not recognized as an internal or external command,
operable program or batch file.
SECOND EXAMPLE
G:\>symdev show bc3 |findstr Tracks/
Tracks/Cylinder : 15
G:\>ev show bc3 |findstr Tracks/
'ev' is not recognized as an internal or external command,
operable program or batch file.
THIRD EXAMPLE
Not a problem with symconfigure so it is not with all SE commands.
G:\>symconfigure -version |findstr CLI
Symmetrix CLI (SYMCLI) Version : V8.0.1.0 (Edit Level: 1953)
G:\>symconfigure -version |findstr CLI
Symmetrix CLI (SYMCLI) Version : V8.0.1.0 (Edit Level: 1953)
G:\>symconfigure -version |findstr CLI
Symmetrix CLI (SYMCLI) Version : V8.0.1.0 (Edit Level: 1953)
G:\>symconfigure -version |findstr CLI
Symmetrix CLI (SYMCLI) Version : V8.0.1.0 (Edit Level: 1953)
It does not happen when pasting dos commands.
G:\>type test.txt
test text file
test text file
test text file
G:\>type test.txt
test text file
test text file
test text file
SE is installed on Win Server 2008 Std.
I am copying from Notepad++