This is only part of the code.
I need help getting the %Username% to read in the folder for a different user. So its just not what im putting in but what its the folder.Code:@echo off title Console By. Seritin if not exist C:\PanelFolder goto FolderMake else goto U :FolderMake mkdir C:\PanelFolder mkdir C:\PanelFolder\User mkdir C:\PanelFolder\UserLog mkdir C:\PanelFolder\Pass mkdir C:\PanelFolder\PassLog mkdir C:\PanelFolder\Color if not exist C:\PanelFolder echo. >C:\PanelFolder\User\Login.txt if not exist C:\PanelFolder echo. >C:\PanelFolder\Pass\Pass.txt echo. >C:\PanelFolder\UserLog\Username.txt echo. >C:\PanelFolder\PassLog\Password.txt if exist C:\PanelFolder\Color\1.txt color 1 if exist C:\PanelFolder\Color\2.txt color 2 if exist C:\PanelFolder\Color\4.txt color 4 if exist C:\PanelFolder\Color\5.txt color 5 if exist C:\PanelFolder\Color\6.txt color 6 if exist C:\PanelFolder\Color\7.txt color 7 :U cls set /p Username=Enter User: echo. %Username%>>C:\PanelFolder\UserLog\Username.txt if %Username%==Seritin goto Menu if %Username% NEQ %Name% goto InvalidU :InvalidU cls echo Invalid User set /p InvalidUser=Enter User: if %InvalidUser%==Seritin goto Program if %InvalidUser% NEQ C:\PanelFolder\User\ goto InvalidU
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
tsmuxer batch
By Tylerr in forum Video ConversionReplies: 0Last Post: 13th Jul 2011, 00:16 -
Batch file
By Anurag in forum ComputerReplies: 16Last Post: 19th May 2009, 11:27 -
How to Batch Process Using Avidemux? Or Batch Processing H264 .m2ts or .ts?
By forgotpassword in forum Video ConversionReplies: 0Last Post: 14th Apr 2009, 00:00 -
Batch converting...
By finey in forum Video ConversionReplies: 6Last Post: 31st Jan 2009, 17:01 -
how to add audio to a MPEG 2 fille
By iantino in forum MacReplies: 12Last Post: 2nd Sep 2007, 21:25