Example: Sample session...
CMD.EXE wrote:C:\>type NoSpace.bat
@echo off
echo(%~f0
C:\>NoSpace
C:\NoSpace.bat
C:\>ren NoSpace.bat "With Space.bat"
C:\>"With Space"
C:\With Space <<<No Extensions.
C:\>
Assuming that we will not edit the file name, how will get the REAL full path of the Batch file with quotes? Thanks!
Meerkat