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.

Makecab subdirectories

Featured Replies

Hello,

I have found this script :

@echo Off
title MakeCab all files in current directory
FOR %%L IN (*.*) DO makecab %%L /L /D CompressionType=LZX /D CompressionMemory=21 ".\Cab"
exit

It makes al files named name.dl_ and so on.

How can I make this run also in subdirectories ?


dont know if this will work, its just a thought

@echo Off

title MakeCab all files in current directory

FOR %%L IN (DIR /S /B *.*) DO makecab %%L /L /D CompressionType=LZX /D CompressionMemory=21 ".\Cab"

exit

  • Author

Hi,

I have tried this but it doesn't work. I get an ERROR: Location missing error. :wacko:

That's because the code supplied was wrong.

Could you please explain exactly what you want to do.

Examples:

  1. cab all files individually in a directory and all it's subdirectories, placing the cabbed versions in their original locations
  2. cab all files individually in a directory and all it's subdirectories, placing the cabbed versions in their original locations but overwriting the originals
  3. cab all files individually in a directory and all it's subdirectories, placing the cabbed versions into a single specified location
  4. create a cab archive containing all files in a directory and all its subdirectories
  5. create a cab archive containing all files in a directory and all its subdirectories maintaining the tree structure
  6. none of the above (please specify)

Sorry was totally asleep when i typed the above.

As Yzowl has stated you need to be more specific on what you are looking for

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.