The code that is confusing me:
set CLEAN=\Users\%USERNAME%\Documents\Directory One\Sub Directory\30% Dalton.txt
IF EXIST %CLEAN% echo "It Works"
This code will never work because the file name has a " % " char
Is there a way to get around this and produce the Echo "It Works"