VideoHelp Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Hi cats,

    please in the batch I have jet defined the value of "r_frame_rate"

    now I have to do this:

    if "r_frame_rate" are different from 25/1 ----> do ....


    I have try
    IF "r_frame_rate" NOT "25/1" .......

    but seems that the "not" are not a recognized dos command

    is there a way to tell to the batch that if the value of the variable is not 25/1, it have to do ....

    ?

    thanks
    Quote Quote  
  2. A Member since June, 2004 Keyser's Avatar
    Join Date
    Feb 2013
    Location
    Westernmost point of Europe
    Search Comp PM
    IF NOT "%r_frame_rate%"=="25/1" command
    "The greatest trick the Devil ever pulled was convincing the world he didn't exist."
    Quote Quote  
  3. There's also NEQ for modern versions of Windows

    Code:
    IF "%r_frame_rate%" NEQ "25/1" command
    Quote Quote  
  4. Best reference for DOS commands:

    http://ss64.com/nt/

    This one is handy too:

    http://www.robvanderwoude.com/batchfiles.php
    Last edited by nic2k4; 22nd Sep 2014 at 20:47.
    Quote Quote  
  5. thanks
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!