You could start TC with this batch file:is there another way to change the temp folder?
Code: Select all
@echo off
cd /d %0\..
set temp=%cd%\temp
start totalcmd.exe
Moderators: Hacker, petermad, Stefan2, white
You could start TC with this batch file:is there another way to change the temp folder?
Code: Select all
@echo off
cd /d %0\..
set temp=%cd%\temp
start totalcmd.exe