dabuddha
Lifer
OS: Windows 2000
I'm working on this java program that creates output files and I had a slight little bug that was concatenating filenames together. Hence I ended up with a file with a huge name. I can not seem to delete it. In windows explorer, when I hit the delete key, nothing happens. I tried right clicking and selecting delete, nothing. Here's what it does in dos:
10/07/2003 12:04p 77,350 SacModelMessage_1.xmlSacModelMessage_2.xm
lSacModelMessage_3.xmlSacModelMessage_4.xmlSacModelMessage_5.xmlSacModelMessage_
6.xmlSacModelMessage_7.xmlSacModelMessage_8.xmlSacModelMessage_9.xmlSacModelMess
age_10.xmlSacModelMessage_11.xmlSacModelMessage_12.xml
D:\Data\XMLFiles>del SacModelMessage_1.xmlSacModelMessage_2.xmlSacModelMessage_3
.xmlSacModelMessage_4.xmlSacModelMessage_5.xmlSacModelMessage_6.xmlSacModelMessa
ge_7.xmlSacModelMessage_8.xmlSacModelMessage_9.xmlSacModelMessage_10.xmlSacModel
Message_11.xmlSacModelMessage_12.xml
The system cannot find the path specified.
D:\Data\XMLFiles>del SacModelMessage*
File Not Found
D:\Data\XMLFiles>
Any ideas?
TIA
I'm working on this java program that creates output files and I had a slight little bug that was concatenating filenames together. Hence I ended up with a file with a huge name. I can not seem to delete it. In windows explorer, when I hit the delete key, nothing happens. I tried right clicking and selecting delete, nothing. Here's what it does in dos:
10/07/2003 12:04p 77,350 SacModelMessage_1.xmlSacModelMessage_2.xm
lSacModelMessage_3.xmlSacModelMessage_4.xmlSacModelMessage_5.xmlSacModelMessage_
6.xmlSacModelMessage_7.xmlSacModelMessage_8.xmlSacModelMessage_9.xmlSacModelMess
age_10.xmlSacModelMessage_11.xmlSacModelMessage_12.xml
D:\Data\XMLFiles>del SacModelMessage_1.xmlSacModelMessage_2.xmlSacModelMessage_3
.xmlSacModelMessage_4.xmlSacModelMessage_5.xmlSacModelMessage_6.xmlSacModelMessa
ge_7.xmlSacModelMessage_8.xmlSacModelMessage_9.xmlSacModelMessage_10.xmlSacModel
Message_11.xmlSacModelMessage_12.xml
The system cannot find the path specified.
D:\Data\XMLFiles>del SacModelMessage*
File Not Found
D:\Data\XMLFiles>
Any ideas?
TIA