flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
DOS386
When I put "^blah" into the commandline, only "blah" (roof "^" vanished) arrives into my app in XP. Need to put "^^blah" (roof doubled) in order to get "^blah". BUG or feature? No problem in DOS or ME. Tested using this:
http://board.flatassembler.net/topic.php?p=156560#156560 _________________ Bug Nr.: 12345 Title: Hello World program compiles to 100 KB !!! Status: Closed: NOT a Bug |
|||
![]() |
|
HaHaAnonymous
[ Post removed by author. ]
Last edited by HaHaAnonymous on 28 Feb 2015, 19:04; edited 1 time in total |
|||
![]() |
|
DOS386
HaHaAnonymous wrote: letter "b" with "^" above it does not exist I don't want to have the roof above my "b". I want my arguments to arrive in my app undamaged. |
|||
![]() |
|
typedef
^ + x = UNICODE char
Where x = ASCII char |
|||
![]() |
|
baldr
DOS386,
In short, it escapes following character that is special for cmd.exe (i.e. redirection, pipe, and so on). ss64.com contains a lot of information about NT console shell and utilities. |
|||
![]() |
|
El Tangas
Well, you can surround it with quotation marks in the command line, that is, literaly writing "^blah" instead of ^blah.
|
|||
![]() |
|
DOS386
> the letter "b" with "^" above it does not exist
Same effect with "^crap" or "^exitus" despite letters "c" and "e" with roof do exist. > you can surround it with quotation marks in the command line I know ... then I get roof intact, but quotes also included. > ss64.com contains a lot of information about NT console shell I see ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.