Advertisement
AyrA

Scallion name generator

May 27th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.26 KB | None | 0 0
  1. @ECHO OFF
  2. SETLOCAL
  3. PUSHD %~dp0
  4. SCALLION.EXE --listdevices
  5.  
  6. SET /P DEVID=Device ID:
  7. SET /P PREFIX=Prefix:
  8. SET /P SUFFIX=Suffix:
  9.  
  10. scallion --device=%DEVID% --output=%PREFIX%-%SUFFIX%.txt %PREFIX% %SUFFIX%
  11.  
  12. SET DEVID=
  13. SET PREFIX=
  14. SET SUFFIX=
  15. POPD
  16. ENDLOCAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement