View previous topic :: View next topic |
Author |
Message |
bobber205 Guru
Joined: 23 Aug 2006 Posts: 561 Location: Oregon
|
Posted: Tue Aug 28, 2007 6:37 pm Post subject: Running Windows Console Based .exe with Wine: Arguments? |
|
|
I am trying to run psshutdown.exe with wine. It takes a hostname for an argument.
The syntax of psshutdown is
Code: |
psshutdown \\computer
|
When I run:
Code: |
wine psshutdown.exe \\computer
|
I get output as if I did not supply any arguments at all.
Is this the correct way to go about this? _________________ Never Forget The Expat 2.0! |
|
Back to top |
|
|
schachti Advocate
Joined: 28 Jul 2003 Posts: 3765 Location: Gifhorn, Germany
|
Posted: Tue Aug 28, 2007 6:48 pm Post subject: |
|
|
Did you try wine "psshutdown.exe \\computer"? _________________ Never argue with an idiot. He brings you down to his level, then beats you with experience.
How-To: Daten verschlüsselt auf DVD speichern. |
|
Back to top |
|
|
Voltago Advocate
Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Tue Aug 28, 2007 6:52 pm Post subject: |
|
|
Try
Code: | wine psshutdown.exe \\\\computer |
|
|
Back to top |
|
|
bobber205 Guru
Joined: 23 Aug 2006 Posts: 561 Location: Oregon
|
Posted: Tue Aug 28, 2007 7:54 pm Post subject: |
|
|
Man I'm stupid. The last suggestion worked. _________________ Never Forget The Expat 2.0! |
|
Back to top |
|
|
|