Guest User

Untitled

a guest
May 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. rem ...
  2. rem I run this batch1.bat
  3. ren some staff happens
  4. rem then I call bat2.bat with this content:
  5.  
  6. "%~dp0..x64app.exe" --u-language en --priority higher --output "E:[0] folder 13my file [00x00] block.mp3" --compression 3 --default-track 1 --und-uid "C:Tempkl45.45"
  7.  
  8. rem this runs in a batch1.bat window
  9. rem ...
  10. rem ...
  11. rem script continues with lots of other stuff
  12. rem ...
  13. rem ...
  14. rem and here I would need to make a variable %varX% from
  15. rem "E:[0] folder 13my file [00x00] block.mp3"
  16. rem pls note that with those "" and use that %varX% below
  17.  
  18. "%~dp0..x64app2.exe" --input %~dp0..ghSOURCE.jpg" --input2 %varX% --output "%~dp0..filesID.vfxd"
Add Comment
Please, Sign In to add comment