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.

batch script for copy file

Featured Replies

Maybe is of the topic but I would like to know is it posible to make

command to copy one file from cd to some destination on hard drive.

The problem is destination because is unknown, it depends where the program is instaled.

For example I want do copy images from CD to folder "images" inside of "Borgchat" folder but

I dont know in what folder Borgchat is installed.

Is it possible to make that in batch script?

like "copy .\1.bmp+2.bmp+3.bmp ???destination???\images"

copy *.bmp c:\MyDir\

its copy all *.bmp files to folder c:\mydir\

you can use copy /? to get the list of params,

or you can see the command xcopy which is better and copies whole dirs (xcopy /? for list of params)

For the Unknown folders I always install the app in virtual machine and I check the name of the installation folder.

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.