cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4155
Views
0
Helpful
3
Replies

CTRL+Z in batch file

jimmy.tran
Level 1
Level 1

Anybody knows how to translate CTRL+Z and use it within a batch file (i.e. run.bat)?

Thank you,

3 Replies 3

gpulos
Level 8
Level 8

since pressing CTRL-Z provides the character string of "^Z",(without the quotes) perhaps you can use the carrot ^ (shift-6) and Z together in your batch file.

Collin Clark
VIP Alumni
VIP Alumni

How about using "end" instead? "End" throws you out to global config mode, no matter how deep into config mode you're in.

"end" will work......

Thank you so much,