http://bugs.winehq.org/show_bug.cgi?id=20901
Summary: Wine Command Prompt doesn't recognize 2 SET commands Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: dos AssignedTo: wine-bugs@winehq.org ReportedBy: ssjgoku75x@aol.com
Hello, I am a Batch programmer and when executing one of my scripts, the Wine Command Prompt didn't recognize the follow SET commands:
set COMPUTERNAME set HOMEDRIVE
When these are ran, I get this error:
Environment variable COMPUTERNAME not defined
and
Environment variable HOMEDRIVE not defined
Is this a bug or a missing feature?
Thanks! ^^