Page 1 of 1
Help with Exodos Exoprep Script? [Solved]
Posted: Tue Feb 16, 2021 4:20 am
by chocomochino
Hello i'm trying to run the Script, but i'm getting my main Files form F:\ compressed from root,
As you can see Directories are:
$workingdir = "F:\exotemp" #empty folder
$newdir = "F:\EXO_Mister" #empty folder where new files will be created
$filedir = "F:\eXoDOS\eXo\eXoDOS" #folder with current zip files
however its zipping everything in F:\
.PS1 is running from: F:\Mister\EXOPREP.PS1
Output:
Compress-Archive The archive file 'F:\EXO_Mister\$100,000 Pyramid (1988).zip' creation is in progress... [ooooooooooo ]
Re: Help with Exodos Exoprep Script?
Posted: Tue Feb 16, 2021 4:49 am
by chocomochino
got it working, i don't know why:
Remove-Item "$workingdir\*" -Recurse -Force was commented, i had to debug using
echo $variable
now working
Re: Help with Exodos Exoprep Script?
Posted: Tue Feb 16, 2021 5:14 am
by Newsdee
Is this the script that allows creating a custom list? Or it packages everything in Exodos?
Re: Help with Exodos Exoprep Script?
Posted: Tue Feb 16, 2021 3:47 pm
by flynnsbit
This is Freddo's original Powershell script which really shouldn't be used unless you are just trying to learn. The ExoDOSConverter tool with the MiSTer option has matured well beyond this script.
Re: Help with Exodos Exoprep Script?
Posted: Wed Feb 17, 2021 4:33 am
by chocomochino
i was just following the video i didn't know there was any new script
Re: Help with Exodos Exoprep Script?
Posted: Wed Feb 17, 2021 4:49 am
by flynnsbit
Sorry, I need to make a new video on the process. Here is the ExoDOSConverter program.
https://github.com/Voljega/ExoDOSConverter
Re: Help with Exodos Exoprep Script?
Posted: Wed Feb 17, 2021 4:08 pm
by chocomochino
Re: Help with Exodos Exoprep Script?
Posted: Wed Feb 17, 2021 11:32 pm
by chocomochino
is: Here is a link to the "-Utilities and System.Zip" pack that you will want to add before running Total DOS Launcher TDLIndexer.py:
https://github.com/flynnsbit/scripts/...
from this video:
https://www.youtube.com/watch?v=PVBkEm0lGsI
This one? because the previous one 404'd
https://github.com/flynnsbit/scripts/bl ... 0Files.zip
Re: Help with Exodos Exoprep Script?
Posted: Thu Feb 18, 2021 3:51 am
by chocomochino
Nevermind i ran the new version is really really good!!! thanks