Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
When in the command window are you sure you have typed bat (filename) without the file extension on the end?
Example - bat addall
Thats the path to the directory my bat files are in, and they work as intended with Win10.
and in correct folder.
bat "fileneme.txt"
that is how i fixed my problem
So glad I don't work tech support anymore. Sometimes I just felt like someone was #($*ing with me!
1. Remove the .txt extension
2. Place in the DATA folder
3. Place "" around the file name in the command window EX. bat "filenamehere"
I found an old post about loading bat files in Skyrim SE, while using a Mod Loader.
https://www.reddit.com/r/skyrimmods/comments/26ka66/using_batch_files_along_side_mod_organizer/
I had to package my bat files into a ".rar" file and load it into the Modloader as a mod, then right-clicked, and selected "ignore missing game files." Worked like a charm after that.
Although, when I first used Skyrim years ago, it was always bat files had no extension and it'd work fine. I dunno what's up, but I hope this helps.
As an example this is how I had the command lines in my batch file:
"Player.Additem 5AD93 1000 Corundum Ingot"
Couldn't figure it for at least 30 mins until I realised "Corundum Ingot" was causing the game to not recognise it as a command.
You want all the commands in your batch file to look like this:
"Player.Additem 5AD93 1000" without the name of item you want to spawn in.
Its working now.