Windows 10: Trouble with batch files and paths
Discus and support Trouble with batch files and paths in Windows 10 Support to solve the problem; Running win 10 v 1909 build 18363.720. I am pretty green with batch files and paths. I am trying to automate and editing process with mkvpropedit on a... Discussion in 'Windows 10 Support' started by Machinist60, Apr 14, 2020.
Thema:
Trouble with batch files and paths
Loading...
-
Trouble with batch files and paths - Similar Threads - Trouble batch files
-
Batch File
in Windows 10 Software and AppsBatch File: Hi, I am trying to create a batch file to determine whether a user account is signed on.I don't have enough experience to get it to @Echo it worked. Any advice please.Batch file:REM Query whether user SBackup is active@echo onsetlocal enabledelayedexpansionset... -
Batch Files
in Windows 10 GamingBatch Files: How do i make it that my batch file puts itself in to startup https://answers.microsoft.com/en-us/windows/forum/all/batch-files/6156404d-20d4-4f58-bee5-14629dbf7b10 -
Batch Files
in Windows 10 Software and AppsBatch Files: How do i make it that my batch file puts itself in to startup https://answers.microsoft.com/en-us/windows/forum/all/batch-files/6156404d-20d4-4f58-bee5-14629dbf7b10 -
How to get my own path in a batch-file.
in Windows 10 Network and SharingHow to get my own path in a batch-file.: Default answer is %~dp0. And most times this will work fine. But there is a bug in cmd.exe which will prevent this from working correctly under certain circumstances if you use double quotes to call the batch. Double quotes are necessary if the name or path of the batch file... -
Having Trouble changing the file path of 'This PC' subfolders
in Windows 10 Network and SharingHaving Trouble changing the file path of 'This PC' subfolders: I would like to change the file path of 'documents' located in the 'This PC' folder from:C:\Users\adii8\OneDrive\Documents -> C:\Users\adii8\DocumentsIn other words, I want to get rid of One Drive acting as an intermediary for all my files.However, when I go through the... -
trouble in entering a path
in Windows 10 Network and Sharingtrouble in entering a path: Good morning sirs, I'm having trouble setting a path in my ODBC properties: [ATTACH] But if i paste the same path on file explorer i have no trouble. How is it possible?... -
Create batch files with Batch?
in Windows 10 Software and AppsCreate batch files with Batch?: How to create Batch and VBS files with Batch? So I write a batch file which I then convert to exe that creates new folders in a certain directory and then creates batch and VBS files with a certain content and saves them in the created folder. So it's similar to a program... -
Batch Files
in Windows 10 Network and SharingBatch Files: I want to make a batch file that will copy a specific folder from my USB stick to a folder on C:\ I want to know if it's possible to make a batch file that will take the folder from my USB drive no matter what the drive's letter is.... -
Batch File
in Windows 10 SupportBatch File: I need a batch file to create a folder with sub folders. The sub folders will be named the current date, they will go in a folder on c drive. For example we can call the folder test and it would be in documents on c drive. Every time we run the batch file it would create a...