Everything => Tools => Options => Context Menu => Open Path
Replace the command with: $exec("your\path\to\totalcmd\TOTALCMD64.EXE" /T /O /R="%1\\..")
Everything => Tools => Options => Context Menu => Open Path
Replace the command with: $exec("your\path\to\totalcmd\TOTALCMD64.EXE" /T /O /R="%1\\..")
REM point
:prompt
color 1f
REM start up
start "" "%ProgramFiles(x86)%\PeerBlock\peerblock.exe"
start "" "C:\Utils\Totalcmd\TOTALCMD.EXE
start "" "C:\Utils\ClocX\ClocX.exe
REM break and hold for a time
timeout /t 1 /nobreak
REM start up
REM point
:prompt
color 1f
REM start up
start "" "%ProgramFiles(x86)%\PeerBlock\peerblock.exe"
start "" "C:\Utils\Totalcmd\TOTALCMD.EXE
start "" "C:\Utils\ClocX\ClocX.exe
REM break and hold for a time
timeout /t 1 /nobreak
REM start up
programistamag.pl/programista-...
programistamag.pl/programista-...
I hate when I have to start windows app for such an easy task. I could also fiddle with shell command, but I am lazy to search and think how and I want it quickly. Totalcmd is faster. Sadly.
I hate when I have to start windows app for such an easy task. I could also fiddle with shell command, but I am lazy to search and think how and I want it quickly. Totalcmd is faster. Sadly.