View Single Post
  #9  
Old 27-07-2021, 04:39
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
I have a question about [CMDCommands]

Are the commands executed from {app} or {tmp}?

I have to create a folder shortcut inside the {app} folder.

Code:
[CMDCommands]
@echo off
mklink /D ".\ModData\Data" ".\Data"
__________________
Haters gonna hate
Reply With Quote