~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/cmd/

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

Name Size Last modified (GMT) Description
Back Parent directory 2009-02-27 22:47:37
File Cs.rc 10111 bytes 2009-02-27 22:29:25
File Da.rc 10165 bytes 2009-02-27 22:29:25
File De.rc 11568 bytes 2009-02-27 22:29:25
File En.rc 10365 bytes 2009-02-27 22:29:25
File Es.rc 11382 bytes 2009-02-27 22:29:25
File Fr.rc 11310 bytes 2009-02-27 22:29:25
File Ja.rc 12377 bytes 2009-02-27 22:29:25
File Ko.rc 9517 bytes 2009-02-27 22:29:25
File Makefile.in 405 bytes 2009-02-27 22:29:25
File Nl.rc 11336 bytes 2009-02-27 22:29:25
File No.rc 10286 bytes 2009-02-27 22:29:25
File Pl.rc 9708 bytes 2009-02-27 22:29:25
File Pt.rc 19531 bytes 2009-02-27 22:29:25
File README 1951 bytes 2009-02-27 22:29:25
File Ru.rc 10651 bytes 2009-02-27 22:29:25
File Si.rc 10676 bytes 2009-02-27 22:29:25
File Tr.rc 10372 bytes 2009-02-27 22:29:25
C file batch.c 19323 bytes 2009-02-27 22:29:25
C file builtins.c 84714 bytes 2009-02-27 22:29:25
C file directory.c 33785 bytes 2009-02-27 22:29:25
C file wcmd.h 8168 bytes 2009-02-27 22:29:25
File wcmd.ico 15086 bytes 2009-02-27 22:29:25
File wcmd.svg 9210 bytes 2009-02-27 22:29:25
C file wcmdmain.c 82160 bytes 2009-02-27 22:29:25
File wcmdrc.rc 1186 bytes 2009-02-27 22:29:25

  1 CMD - A Command-Line Interface for WINE
  2 Copyright (C) 1999 D Pickles (davep@nugate.demon.co.uk)
  3 Open Source software published under the Wine Licence and Warranty.
  4 
  5 This is an Alpha version and is very much "work in progress".
  6 
  7 WHAT'S INCLUDED
  8 - Sources
  9 - A Makefile for compiling with LibWine. Build Wine with "-enable-dll" first.
 10 - A Makefile for Borland C++ (needs editing for directories).
 11 
 12 WHAT'S MISSING
 13 - Command-line qualifiers for most builtin commands
 14 - Set functionality in DATE, TIME, ATTRIB, LABEL
 15 - Full internationalisation of the text (and commands?).
 16 
 17 WHAT DOESN'T WORK
 18 - The ATTRIB command reports all files having their Archive flag set, and the
 19 READONLY setting depends on the Unix file permissions. All other flags are
 20 always clear. The Wine attributes API calls map to the Unix stat() function
 21 which cannot handle the other attributes available in DOS.
 22 - Date/timestamps of files in the DIR listing are shown using the current
 23 locale, which is set using the Unix LANG environment variable. By default the
 24 US date-time format is used. Set eg "LANG=en_GB" for DD/MM/YY dates and 24-hour
 25 times.
 26 - Line editing and command recall doesn't work due to missing functionality in
 27 Wine.
 28 - Redirection is implemented as a command line is parsed. This means that ">"
 29 and "<" symbols cannot appear in command arguments even within quotes.
 30 - In many cases parsing and syntax checking is less rigorous than DOS. Thus an
 31 existing DOS batch file will probably run unchanged under wine's cmd but the 
 32 reverse may not be the case.
 33 
 34 WINE OR WIN32 BINARY?
 35 cmd can be built as a Wine binary, or (using a Win32 compiler) as a Win32 .EXE
 36 image. The Wine binary is simpler to invoke from the U**x command line or from
 37 a GUI such as KDE, however it is not possible to invoke a second shell using the
 38 "CMD /C filename" syntax. Conversely a Win32 application can be invoked from a
 39 Win32 GUI such as Program Manager but that needs starting under Wine first.

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.