-+
*/
I Share With You with humility
Create above script with notepad and save with this syntax "filename[dot]bat"------------------------------------------------------------------------ @echo off :: This is my batch file :: This script to obtain Palemoon Multi Profiles :: :LoopCreatePalemoonprofile color 20 cls ::This is Path location of Palemoon Installation Folder. ::The computer is 64 bit :loop cd "C:\Program Files\Pale Moon\" set /p input="Input 'Palemoon Profile Name' you want: " if '%input%'=='%input%' palemoon.exe -createprofile %input% && goto loop ------------------------------------------------------------------------
eg: mybatchscript.bat
All Knowledges derive from outside of Self
:-)