@echo off setlocal :: Prompt user for input file names set /p jpgfile="Enter the name of the JPG file: " set /p archive="Enter the name of the 7z file: " set /p output="Enter the name of the output JPG file: " :: Embed the archive in the JPG copy /B "%jpgfile%"+"%archive%" "%output%" echo Operation completed! pause
Wednesday, May 14, 2025
An example of a bat file that shows dialogues
Subscribe to:
Comments (Atom)
An example of a bat file that shows dialogues
@echo off setlocal :: Prompt user for input file names set /p jpgfile="Enter the name of the JPG file: " set /p archive="Ent...
-
WhyR Hackathon 2020 Clustering texts 2020-09-24 Egej team members: Addressed area Load data. Load articles Tokenization to skip-grams and ...
-
I am now reading a superb post by Giora Simchoni ( http://giorasimchoni.com/2018/09/17/2018-09-17-the-actual-tidyverse/ ) on scraping with...
-
Data from (Eurostat bookmark): https://appsso.eurostat.ec.europa.eu/nui/show.do?query=BOOKMARK_DS-1177601_QID_-7BD49E8C_UID_-3F171EB0&...