💻 Software
Get Batch file to run relative to actual folder, not shortcut
Fresh5 days ago
Mar 15, 202612313 viewsConfidence Score0%
0%
Problem
I've created a few batch files that moves files around relative to the folder the batch file is in. I've added the folder to my Taskbar using Toolbars => New Toolbar..., however now when I run the batch files, the starting position is My Documents (U:), not the actual location of the batch files. I…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Get Batch file to run relative to actual folder, not shortcut
Low Risk
Put the following at the top of your batch file: Explanation: The option tells to change current drive as well as current directory for a drive. is the name of the batch file The says we want to use some modifiers expands to drive letter. expands to…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix