Quote:
Originally Posted by Flames_of _Wraith
3) Run 01_Recompres.bat and wait until finish
[maybe need to copy cabarc.exe to windows\system32\] >>>> don't need it if you do the following:
(Edit delete %cd% and add .\ to "if exist %cd%\cabarc.exe GOTO START" in the '01_Recompres.bat' )
|
LOL, didn't notice that. %CD% (full path to current folder) don't work when path has empty spaces, it should be "%CD%" but like you suggested its best to use .\ (current folder) or just "if exist cabarc.exe"
So if mondragon you could fix that in bat file
"maybe copy cabarc.exe to system32 folder" (not needed)
I think mondragon said that because if i remember right, i suggested that cabarc.exe is best to copy into system32 folder when using this script but i forgot mention that it is only suggested when you intend to use it often (so you just need to copy bat file where it is needed) or want to add batch file to sendto right click menu