Help with Exodos Exoprep Script? [Solved]
- chocomochino
- Posts: 76
- Joined: Mon Feb 15, 2021 4:43 am
- Location: Mexico
- Has thanked: 26 times
- Been thanked: 6 times
- Contact:
Help with Exodos Exoprep Script? [Solved]
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 ]
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 ]
- Attachments
-
- 2021-02-15 22_21_08-Window.png (23.65 KiB) Viewed 3134 times
-
- 2021-02-15 22_20_26-Window.png (42.38 KiB) Viewed 3135 times
-
- 2021-02-15 22_18_59-Window.png (9.38 KiB) Viewed 3135 times
-
- 2021-02-15 22_17_02-Window.png (87 KiB) Viewed 3135 times
-
- 2021-02-15 22_14_43-Window.png (20.55 KiB) Viewed 3135 times
- chocomochino
- Posts: 76
- Joined: Mon Feb 15, 2021 4:43 am
- Location: Mexico
- Has thanked: 26 times
- Been thanked: 6 times
- Contact:
Re: Help with Exodos Exoprep Script?
got it working, i don't know why:
Remove-Item "$workingdir\*" -Recurse -Force was commented, i had to debug using
echo $variable
now working
Remove-Item "$workingdir\*" -Recurse -Force was commented, i had to debug using
echo $variable
now working
- Newsdee
- Top Contributor
- Posts: 873
- Joined: Mon May 25, 2020 1:07 am
- Has thanked: 104 times
- Been thanked: 239 times
Re: Help with Exodos Exoprep Script?
Is this the script that allows creating a custom list? Or it packages everything in Exodos?
-
- Top Contributor
- Posts: 552
- Joined: Sun May 24, 2020 8:07 pm
- Has thanked: 185 times
- Been thanked: 310 times
- Contact:
Re: Help with Exodos Exoprep Script?
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.
- chocomochino
- Posts: 76
- Joined: Mon Feb 15, 2021 4:43 am
- Location: Mexico
- Has thanked: 26 times
- Been thanked: 6 times
- Contact:
Re: Help with Exodos Exoprep Script?
i was just following the video i didn't know there was any new script
-
- Top Contributor
- Posts: 552
- Joined: Sun May 24, 2020 8:07 pm
- Has thanked: 185 times
- Been thanked: 310 times
- Contact:
Re: Help with Exodos Exoprep Script?
Sorry, I need to make a new video on the process. Here is the ExoDOSConverter program. https://github.com/Voljega/ExoDOSConverter
- chocomochino
- Posts: 76
- Joined: Mon Feb 15, 2021 4:43 am
- Location: Mexico
- Has thanked: 26 times
- Been thanked: 6 times
- Contact:
Re: Help with Exodos Exoprep Script?
wait, so this video: https://www.youtube.com/watch?v=PVBkEm0lGsI is also obsolete?
- chocomochino
- Posts: 76
- Joined: Mon Feb 15, 2021 4:43 am
- Location: Mexico
- Has thanked: 26 times
- Been thanked: 6 times
- Contact:
Re: Help with Exodos Exoprep Script?
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
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
- chocomochino
- Posts: 76
- Joined: Mon Feb 15, 2021 4:43 am
- Location: Mexico
- Has thanked: 26 times
- Been thanked: 6 times
- Contact:
Re: Help with Exodos Exoprep Script?
Nevermind i ran the new version is really really good!!! thanks