Jump to content
Ketarin forum

Steiner

Members
  • Posts

    3
  • Joined

  • Last visited

Steiner's Achievements

Newbie

Newbie (1/14)

  1. Ok, I figured it out. I needed to prepend start "" /wait before calling universalextractor, so now my script looks like this: start "" /wait "..\Universal Extractor\UniExtract.exe" "..\{file}" "" copy "..\rsload.net.Asymptote.{version}\*.exe" "..\" rd "..\rsload.net.Asymptote.{version}" /s /q and everything works fine. But thanks for you help, I didn't know you can extract specific files only, this seems to be the more elegant way, I'll try that.
  2. ..\ works fine, but only when I run the script a second time, the archive has to be extracted beforehand, otherwise the copy-command does not work. Is there some sort of wait-command I could use there? Du kommst aus Deutschland, vielleicht kann ich mich auf Deutsch besser ausdrücken: Wenn ich das Skript zum ersten Mal ausführe, entpackt er den Ordner, kopiert aber nicht die angegebene Datei und löscht auch den Ordner nicht. Wenn ich das Skript dann nochmal ausführe, wird die Datei in den Hauptordner kopiert. Aber das sollte natürlich in einem Durchlauf passieren.
  3. Hi, As the the title says, I have some issues with the copy command. Some files I want to download are provided in archives. What I want to do is, to extract them ,then copy the executables inside the extracted folders to another place and delete the folder, I've tried it with this script: "..\Universal Extractor\UniExtract.exe" "..\{file}" "" copy "..\rsload.net.Asymptote.{version}\*.exe" "..\" rd "..\rsload.net.Asymptote.{version}" /s /q It extracts the archive just fine, but it only copies the file, when I run it a second time and it doesn't delete the folder at all. Any idea, what I'm doing wrong? Thanks for the help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.