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 mulktiple files

Featured Replies

Hi, i have a dir full of exes dlls and cpls and i want to Makecab them all in one step, not file by files because is tedious :wacko: . Any suggest?

thanks!! :hello:


  • Author

Please tell how to do that!! :rolleyes:

How about this:

for "%i" in (*.dll;*.cpl) do makecab "%i"

Double the % if you are doing this from a batch file:

for "%%i" in (*.dll;*.cpl) do makecab "%%i"

--

Pyron

  • Author

many thanks for your help, but im not very familiar with these commands, so please explain in detail step by step. Sorry :rolleyes:

Step by step:

Create an empty textfile in the directory with the cpls. Name it "createcabs.cmd".

Edit it and put this into it:

for "%%i" in (*.dll;*.cpl) do makecab "%%i"
pause

Save it. Double click it. Should work as expected.

--

Pyron

  • Author

when double-clicking it doesnt work, and running it in cmd i get this

I also need EXEs to be compressed

Microsoft Windows XP [Version 5.1.2600]

© Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>cd..

C:\Documents and Settings>cd..

C:\>cd f

C:\f>createcabs

"%i" was unexpected at this time.

C:\f>for "%i" in (*.dll;*.cpl) do makecab "%i"

C:\f>

Ah, typo...

Try this:

for %%i in (*.dll;*.cpl;*.exe) do makecab "%%i"
pause

--

Pyron

  • Author

O L E! :w00t: IT works!!! Many many thanks PYRON!! :thumbup

Another option to consider would be to use the IEXPRESS tool, that comes with windows itself. (just run it from "Start>>Run")

  • Author

THANKS ALL!!!

Jcarle in what language do you make your programs? C# in Visual Studio? just for curiosity

BYE! :hello:

THANKS ALL!!!

Jcarle in what language do you make your programs? C# in Visual Studio? just for curiosity

BYE! :hello:

Yes, Indeed. :) IMHO, it's the best language.

  • Author

jcarle could you post some links related to C# language for idiots? :P (for pre-pre-pre beginners like me) Some pdf tutorial for example or websites.

THANKS!! :thumbup

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.