Showing posts with label rmdir space foldername. Show all posts
Showing posts with label rmdir space foldername. Show all posts

Friday, 19 June 2009

delete a folder with a space at the end of the name

A backup / restore created a folder with a space at the end of the name which was causing all types of problems with package builds on a new deployment server.

Command below to delete it.

note that dir /w showed the space at the end of the name

rmdir "\\?\c:\JDEdwardsOneWorld "

This risks of containerising JDE