Windows 10: Command Line and Batch - Start Command [/D Path] option ignored

Discus and support Command Line and Batch - Start Command [/D Path] option ignored in Windows 10 BSOD Crashes and Debugging to solve the problem; In a batch file using the start command [/D Path] option is ignored example: D:\TempJDK>START "Work Damn It" /b /d ".\temp" /MIN /HIGH testRun.bat... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by A Customer of Repute, Dec 7, 2018.

  1. Command Line and Batch - Start Command [/D Path] option ignored


    In a batch file using the start command [/D Path] option is ignored example:


    D:\TempJDK>START "Work Damn It" /b /d ".\temp" /MIN /HIGH testRun.bat
    The system cannot find the file testRun.bat.


    Here "temp" is a sub folder of the current directory. The /d ".\temp" option is ignored and this worked in w10 1803 and NOW is broken in w10 1809...


    Will this be fixed in an update???

    :)
     
    A Customer of Repute, Dec 7, 2018
    #1
  2. ducknoir Win User

    GPU-Z command line options?

    I haven't been able to find a comprehensive list of the command line options for GPU-Z. Am I missing something?

    Thanks.
     
    ducknoir, Dec 7, 2018
    #2
  3. Naki Win User
    GPU-Z what command line parameter ?

    Suggestion: /? (-?) and /help (-help) command-line arguments to show a list of all possible arguments in a small window. *Smile Command Line and Batch - Start Command [/D Path] option ignored :)
     
    Naki, Dec 7, 2018
    #3
  4. ducknoir Win User

    Command Line and Batch - Start Command [/D Path] option ignored

    GPU-Z command line options?

    Thanks for the quick reply.

    For what it's worth, here's what I would like to do:

    Start GPU-Z from a command line invoked from Task Scheduler on startup, and run it without a GUI, logging the GPU temperatures to a file. I think this may be possible as-is, but so far I haven't been able to come up with quite the right setup.

    It would be helpful if you could specify logging options (filename/path, which parameters to log, for example) on the command line.

    Thanks.
     
    ducknoir, Dec 7, 2018
    #4
Thema:

Command Line and Batch - Start Command [/D Path] option ignored

Loading...
  1. Command Line and Batch - Start Command [/D Path] option ignored - Similar Threads - Command Line Batch

  2. Microsoft Magnifier: Command line options

    in Windows 10 Gaming
    Microsoft Magnifier: Command line options: This question is for someone in Microsoft Development or Management in the United States.For many, Magnify.exe is essential. At present, users are able to adjust settings by some combination of keyboard and mouse. What cannot be accomplished with limited exception is...
  3. Microsoft Magnifier: Command line options

    in Windows 10 Software and Apps
    Microsoft Magnifier: Command line options: This question is for someone in Microsoft Development or Management in the United States.For many, Magnify.exe is essential. At present, users are able to adjust settings by some combination of keyboard and mouse. What cannot be accomplished with limited exception is...
  4. Batch File Command???

    in Windows 10 Gaming
    Batch File Command???: I want to run a batch file that starts a backup program, but does not execute the next command until that program completes? How do I do this? https://answers.microsoft.com/en-us/windows/forum/all/batch-file-command/3af2ce6b-ace3-43cb-b6fb-5cbff8998736
  5. Batch File Command???

    in Windows 10 Software and Apps
    Batch File Command???: I want to run a batch file that starts a backup program, but does not execute the next command until that program completes? How do I do this? https://answers.microsoft.com/en-us/windows/forum/all/batch-file-command/3af2ce6b-ace3-43cb-b6fb-5cbff8998736
  6. Command line commands

    in Windows 10 Customization
    Command line commands: I would like to create a shortcut on the desktop using a command in a .bat file. I would like to specify what icon file to use, what program to execute, and the parameters to pass to the program. I have researched MKLINK but I don't think it will do the job. Any...
  7. can a command line action as batch file

    in Windows 10 Support
    can a command line action as batch file: I have a run a action on one of my programs to disable it (when required) quite regularly from an elevated cmd prompt... Can it be made into a bath file (.bat) and executed as and when required? 174187
  8. Command Line command question

    in Windows 10 Network and Sharing
    Command Line command question: I created a folder on my computer with a ampersand, name & name2 Recently I needed to access this folder but the ampersand prevented me from accessing using the 'cd' from the root c:\ Would someone be so kind to provide me with the syntax I need? I realize now I should...
  9. Batch command to include random line from file?

    in Windows 10 Support
    Batch command to include random line from file?: Hello, i was wondering if i can include random line from file into a Windows 10 batch script command. Command is: wmic computersystem where name="%COMPUTERNAME%" call rename name="Computer%RANDOM%" and instead of "Computer%RANDOM%" i would like to input random line from...
  10. Batch commands

    in Windows 10 Network and Sharing
    Batch commands: I know this stuff is kind of old tech, but would anyone know how to make a script that goes through the contents of a folder or file and uses them as command-line arguments say in pseudocode it might look something like: for each item in Desktop, copy %name% to D:\ a USB...