On Wed, May 16, 2012 at 7:03 AM, Robert Jackson <[email protected]> wrote: > We are using a program MakeTxt.exe to strip out CR/LF’s from > a path string we build up.
Can you please give some context for that. I don't really get what's going on. The "FOR" built-in command can be used to read lines from a file and concatenate them into a single line, if that's what you're after. > ... Windows 2008 R2 server and find that I cannot use the > program as it is not compatible with 64bit. It's probably an old 16-bit DOS program. > As far as I can see, I cannot select the compatibility > options for the .exe as they are all greyed out. This is a hardware limitation. When in "long mode" (64-bit mode), x86 processors cannot execute 16-bit code. AMD decided it was time to make a break from the world of 16-bit when they designed their 64-bit x86 extensions. (And Intel copied AMD.) -- Ben ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin
