ZTree.com  | ZEN  | About...  

 Index   Back

i couldnt find examples in the internet.. cmd /a.. maybe a little help appreciat   [OT]

By: Ryan       
Date: Jul 20,2017 at 10:39
In Response to: [OT] where can i find OEM2ANSI.exe command line converter (Hartmut Schneider)

> cmd /A ... output of internal commands to a pipe or file to be ANSI

i dont think i understand how it works ....to a pipe or a file. it sounds like it can make an ANSI txt file output.

method 1 (claiming cmd 1st in a hope that in that line thereafter, all will be ANSI)

cmd /a /c
SET ZLS=DD.ZLS
ECHO T="%1">%ZLS%

it didnt work
---------------
method 2

SET ZLS=DD.ZLS
cmd /a /c "ECHO T="%1">%ZLS%"

it didnt work
---------------
method 3

SET ZLS=DD.ZLS
cmd /a /c ECHO "T="%1"" & > & "%ZLS%"

it didnt work
---------------
method 4

SET ZLS=DD.ZLS
cmd /a /c ECHO ""T="%1"" & > & "%ZLS%""

it didnt work
---------------
method 5

SET ZLS=DD.ZLS
cmd /a /c ECHO "T="%1">%ZLS%""

it didnt work
---------------

i think method 1 to 5 is "to a file as to what this > symbol can do"

is it possible to do this with a pipe command "|"?

unfortunately there arent any expamples in the internet i could find, regarding cmd /a

890 views      
Thread locked
 

Messages in this Thread

 
96,631 Postings in 12,230 Threads, 350 registered users, 59 users online (0 registered, 59 guests)
Index | Admin contact |   Forum Time: Mar 19, 2024 - 4:27 am UTC  |  Hits:62,007,860  (5,141 Today )
RSS Feed