I'm using gawk in a batch file for MS Windows 2000 Professional. My
gawk version is 3.1.1. After running gawk, all the long directory
names become short names, ie, names with "~". How can I avoid this
conversion or change dirs back to long names?
Thank you very much in advance.
|
|
0
|
|
|
|
Reply
|
lzhou97 (2)
|
9/16/2003 1:56:54 PM |
|
In article <21f649f5.0309160556.19906c48@posting.google.com>,
L Zhou <lzhou97@hotmail.com> wrote:
% I'm using gawk in a batch file for MS Windows 2000 Professional. My
% gawk version is 3.1.1. After running gawk, all the long directory
% names become short names, ie, names with "~". How can I avoid this
% conversion or change dirs back to long names?
It sounds like you're running a 16-bit gawk. There are various 32-bit
versions floating around the net, so I suggest grabbing one of them.
--
Patrick TJ McPhee
East York Canada
ptjm@interlog.com
|
|
0
|
|
|
|
Reply
|
ptjm
|
9/16/2003 2:27:55 PM
|
|