https://bugs.winehq.org/show_bug.cgi?id=38289 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- austin(a)debian-home:~$ wine cmd /c emu_text.bat Z:\home\austin>@echo off Can't recognize '@echo off' as an internal or external command, or batch script. Z:\home\austin>title Emu Text Z:\home\austin>setlocal enableextensions enabledelayedexpansion Z:\home\austin>set lines=1 Z:\home\austin>set "line1=Text that sould be displayed" Z:\home\austin>for /f %a in ('"prompt $H&for %b in (1) do rem"') do set "BS=%a" Can't recognize '"prompt $H&for %b in (1) do rem"' as an internal or external command, or batch script. Z:\home\austin>for /L %a in (1,1,1) do set num=0&set "line=!line%a!"&call :type1 Z:\home\austin>:: v Displayed argument v Z:\home\austin>set "letter=!line:~0,1!" Z:\home\austin>set "delay=815620684115263070120611675910345" Z:\home\austin>set "delay=910345" Z:\home\austin>if not "~0,1"=="" set /p "=a~0,1" <nul a~0,1 Z:\home\austin>for /L %b in (1,20,910345) do rem Z:\home\austin>if "~0,1"=="" echo.&goto :EOF Z:\home\austin>goto end Z:\home\austin>pause >nul austin(a)debian-home:~$ wine --version wine-1.7.39-144-g4eedf6a -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.