Refer www.1ask2.com
Download the java package and install it.
cd /usr/lib/mozilla/plugins
ln -s /usr/java/jre1.6.0_11/plugin/i386/ns7/libjavaplugin_oji.so
Thursday, December 4, 2008
DirectoryName or FileName with a space at end
Refer www.1ask2.com
Cannot delete files or directories when there are spaces at end of the name.
C:\test>del "file://?/c:/test/my.txt "
C:\test>
Cannot delete files or directories when there are spaces at end of the name.
How do you create a file name with a space at the end?
Hello
Hello
^Z
1 file(s) copied.
C:\test>dir
C:\test>dir
How to delete it?
Could Not Find C:\test\my.txtC:\test>del "file://?/c:/test/my.txt "
C:\test>
Subscribe to:
Posts (Atom)