An existing .bat script running on Windows XP has a call to xterm with the flag '-display @d'. I need to alter the display value being passed through to xterm, to point to a different IP address. However, it would help to know what the @d currently stands for and passes in.
Asked
Active
Viewed 1,040 times
1 Answers
1
@d
is an Exceed specific variable.
Your hostname will get substituted for the @d
along with a :0.0
If you want to alter the value of @d you can just remove it and replace it with whatever hostname or IP address you want.

Robert Greiner
- 29,049
- 9
- 65
- 85
-
Is there a way of printing out the @d? – Jo Silverton Sep 28 '11 at 21:22
-
so, just replace @d with whatever IP you want. – Robert Greiner Sep 28 '11 at 21:22