Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Calling winrar from vb.net

Featured Replies

Hey,

I'm currently using a batch file where I copy winrar to dest folder and then run "cd C:\folder" and then "winrar <string>". I wanted to know if I can do those steps directly from vb.net (a process will only allow 1 command, right?)...the batch solution is not good at all, albeit it works.

rar string:

winrar  U -cl -s -md4096 -dh -df -mmf -v2923 -r -ep1 -m5 -xWinRar.exe filename


I'm pretty sure you could:

'You can:

Shell("rar.exe -whatever -whatever", AppWinStyle.Hide, True)

'Or

Dim x As Process = Process.Start("rar.exe", "-whatever - whatever lalala")

x.WaitForExit()

Didn't there used to be a Winrar class library? I can't find it anywhere.

  • 3 weeks later...
I'm pretty sure you could:
'You can:

Shell("rar.exe -whatever -whatever", AppWinStyle.Hide, True)

'Or

Dim x As Process = Process.Start("rar.exe", "-whatever - whatever lalala")

x.WaitForExit()

correct

If you want the simplest, most efficient solution available, the batch file would be the way to go, since they are specifically designed to run commands that way.

You will find that your VB "program" is now much larger than the batch file but performs the same function.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.