Windows 10: Simple batch file gets syntax error
Discus and support Simple batch file gets syntax error in Windows 10 Gaming to solve the problem; My one-line batch file gets the error message :The syntax of the command is incorrect. I'm pretty sure this is not so.As in so many many other cases,... Discussion in 'Windows 10 Gaming' started by Larry Dunn1, Oct 5, 2024.
Thema:
Simple batch file gets syntax error
Loading...
-
Simple batch file gets syntax error - Similar Threads - Simple batch file
-
Simple batch file gets syntax error
in Windows 10 Software and AppsSimple batch file gets syntax error: My one-line batch file gets the error message :The syntax of the command is incorrect. I'm pretty sure this is not so.As in so many many other cases, Microsoft gives a generic error message that has no apparent connection to what the user is trying to do. As a result, we... -
How to run a simple batch file in windows 10
in Windows 10 GamingHow to run a simple batch file in windows 10: For years, from Windows3.1 to Windows7 I have been able to run simple batch files like something.bat It always executed without any problems.Fast forward to Windows10 pro 22H2 , it does not work anymore : On clicking the 'something.bat' , it shows the same as 'something.txt'... -
How to run a simple batch file in windows 10
in Windows 10 Software and AppsHow to run a simple batch file in windows 10: For years, from Windows3.1 to Windows7 I have been able to run simple batch files like something.bat It always executed without any problems.Fast forward to Windows10 pro 22H2 , it does not work anymore : On clicking the 'something.bat' , it shows the same as 'something.txt'... -
How to run a simple batch file in windows 10
in Windows 10 Network and SharingHow to run a simple batch file in windows 10: For years, from Windows3.1 to Windows7 I have been able to run simple batch files like something.bat It always executed without any problems.Fast forward to Windows10 pro 22H2 , it does not work anymore : On clicking the 'something.bat' , it shows the same as 'something.txt'... -
Syntax Error
in Windows 10 Network and SharingSyntax Error: i try and open HR Block 2018 and get this error Syntax error on line 1:{"queryUrl"is not a valid type,see ConfigurationFileReader::readData{}} What the heck do I do now. I tried Uinstall and reinstalling the software from a disk. It just wont work. I never had this... -
Syntax for Batch file &/or powershell script to run multiple commands
in Windows 10 SupportSyntax for Batch file &/or powershell script to run multiple commands: I wanted a batch file to run the following commands: Start Powershell as administrator cd "C:\Program Files\Macrium\Reflect" regsvr32 RContextMenu.dll regsvr32 RShellEx.dll I can get as far as: Code: echo Start "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" cd... -
A simple batch file...?
in Windows 10 Network and SharingA simple batch file...?: Hi, It's been a while since I delved into the depths of Windows - and long before Windows 10 - but I would like to write a batch file to copy files from a folder on my Windows 10 PC to 2 separate folders - one on an SD card and the other on an external hard drive (I have... -
Simple batch file driving me nuts
in Windows 10 Software and AppsSimple batch file driving me nuts: All I want to do is check if a folder exists on a network share and if it does, copy a file to it. Should be a piece of cake. Here is my code: Code: @echo on set "newFile=Just a test file.txt" set "hostTarget=\\Kfwserver\HP_D\ShowkeyPlus Data\" if exists "%hostTarget%" copy... -
Robocopy syntax doesn't work in my batch file anymore
in Windows 10 SupportRobocopy syntax doesn't work in my batch file anymore: I created the following text file & then changed the extension to .bat. The syntax is: Robocopy "C:\Users\Phil\AppData\Roaming\Thunderbird\Profiles\MyProfile" "E:\Backups\Thunderbird\Profiles\MyProfile" /MIR /Z /W:5 /TS /MOT:180 /R:10 I also created a shortcut for it on...