Closed GoogleCodeExporter closed 9 years ago
The max name length is 11.
so 1234567.890 Will work..
Original comment by chenall.cn
on 2 May 2013 at 1:43
OK - I found the problem!!!!
I was typing
insmod /123 <tab)
the command line was
insmod /1234567.890<space>
this gives - filename too long error
if I remove the <space> at the end then
insmod /1234567.890
works.
So parser is not removing whitespace after filename!
This is a bug!
Is there any chance to have longer filenames? I use .g4b file extension so this
means I only have 7 characters for the batch file name.
Thanks
Original comment by Steve6375
on 2 May 2013 at 8:46
Thanks,that is a bug...
Original comment by chenall.cn
on 12 May 2013 at 1:16
Original comment by chenall.cn
on 12 May 2013 at 3:29
Original issue reported on code.google.com by
Steve6375
on 1 May 2013 at 7:11