Hi guys, I have a simple problem why trying to shell a program to a long filename.
I am doing the following:
fun$="DIR > file1"
shell fun$
fun$="COPY file1 longfilename2"
shell fun$
Under window$ '95, "longfilename2" is created - everything okay
However, under window$ '2000, "longfile" is created. Why is my filename getting truncated ?
Thankyou for any help you can provide !
Daniel Buttigieg
------------------
mailto:[email protected][email protected]</A>
I am doing the following:
fun$="DIR > file1"
shell fun$
fun$="COPY file1 longfilename2"
shell fun$
Under window$ '95, "longfilename2" is created - everything okay
However, under window$ '2000, "longfile" is created. Why is my filename getting truncated ?
Thankyou for any help you can provide !
Daniel Buttigieg
------------------
mailto:[email protected][email protected]</A>
Comment