Hello folks,
can anyone provide an answer to these questions, lately i have made few batch file to open portable application and folders, really saves one's bell and i made few winrar files but after playing with it, i realized these batch file would not work for files and folders having spaces and lots of dot between them. Let me give an example:-
1.C:\Program Files\Bulk Rename Utility
2.F:\MY SOFTWARE\INSTALL\Microsoft .NET Framework 4.0.30319.zip
3.F:\MY SOFTWARE\INSTALL\Zortam Mp3 Media Studio PORTABLE 14.45.rar
4.F:\MY SOFTWARE\INSTALL\Auslogics Disk Defrag Professional\diskdefrag.exe
Now Windows batch file would not recognise these type of folders, nor can it open files( of portable application ) with spaces and it can't compress too. Why???
Is their any way round to go about these problem, or do i need to use certain third party software to open or compress these files and folders.
The error i get is:
Windows cannot find
f:\software\Auslogics Disk Defrag Professional\diskdefrag.exe . Make sure you typed the name correctly, and then try again.
So these are the directory structure, the default commands like cd,start, md would not work???
Any suggestion is greatly welcomed.