Is there a way to set preferences for command.exe?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sstewartgallus
Newbie
Newbie
Posts: 3
Joined: Sun Dec 14, 2014 3:43 pm

Is there a way to set preferences for command.exe?

Post by sstewartgallus »

Currently I just use a hacky shell script named winesh that is as follows:

Code: Select all

#! /bin/sh

(echo 'prompt ". "'; cat) | wine cmd "$@"
Locked