Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 26th Aug 2017 at 7:14 PM
Default .bat file doesn't works with "The Sims 4" folder
Hello everyone !

Came here to see if I could use your help.

I'm currently trying to create a .bat file to manage automaticly my tray folder and my mods.
However

- For your information, I'm french, so my "The Sims 4" folder will be called "Les Sims 4"
- My "Les Sims 4" location is default location → C:\Users\Thomas\Documents\Electronic Arts\Les*Sims*4

I cannot manage to manipulate things in the "Les*Sims*4" folder, (I can't create, open, delete, rename...) with the .bat file

Here is what I writed : start C:\Users\Thomas\Documents\"Electronic Arts"\"Les Sims 4"\Config.txt → doesn't open Config.txt
Advertisement
Scholar
#2 Old 1st Sep 2017 at 7:35 AM
That should open,

Try putting entire path in quotes.

start "C:\Users\Thomas\Documents\Electronic Arts\Les Sims 4\Config.txt"
Back to top