DOS Batch - Quine 134 bytes

A pretty short DOS Batch Quine.

Description: A Quine is a program whose only output is its program code.
This little Quine has been developed by Peter Hartmann. Run the Quine using the following command in order to make sure Delayed Expansion is disabled and ECHO is OFF:
C:> Cmd /Q /V:Off /C BatchQuine.bat
If you use this code make sure to add a reference to DosTips.com.
Script: Download: BatchQuine_2_2.bat  
1.
2.
3.
Set "T=Echo Set "T=!T!"&Echo Set "U=!U!""
Set "U=Echo Cmd/V:On/CCmd/V:On/C!T!&Cmd/V:On/C!U!"
Cmd/V:On/CCmd/V:On/C!T!&Cmd/V:On/C!U!
Script Output:
 DOS Script Output
Set "T=Echo Set "T=!T!"&Echo Set "U=!U!""
Set "U=Echo Cmd/V:On/CCmd/V:On/C!T!&Cmd/V:On/C!U!"
Cmd/V:On/CCmd/V:On/C!T!&Cmd/V:On/C!U!