var copy var dir var rename var del var file var lockfolder var unlockfolder var c var color var other fcolor red @start say ^^^^^^^^Heartless FileTool version 0.9^^^^^^^^^^ say What would you like to do? say (1).copy a file (2).rename a file (3).delete a file (4).Lock a folder say (5).Unlock a folder (6).Other options (7).Run Fileripper input c Input a number. if c = 1 goto a elseif c = 2 goto b elseif c = 3 goto d elseif c = 4 goto e elseif c = 5 goto f elseif c = 6 goto g elseif c = 7 goto ab endif say Not a valid option. goto start @a input dir Where is the file located? input file What is the name of the file? input copy Where would you like to put the copy of the file %file%? cd / clear cd %dir% copy %file% %copy%/%file% clear cd / clear say File Copy Completed. goto start @b input dir Where is the file? input file What is the name of the file? input rename What would you like to rename the file %file% to? cd / clear cd %dir% rename %file% %rename% cd / clear say File Renaming Completed. goto start @d input dir Where is the file located? input file WHat is the name of the file? cd / clear cd %dir% del %file% clear say File Deleted. goto start @e input dir Where is the Directory located? input file What is the name of the Directory? input lockfolder What is the password you would like to use? cd / clear cd %dir% clear lockfolder %file% %lockfolder% clear say Directory locked. goto start @f input dir Where is the Directory located. input file What is the name of the directory? input unlockfolder What is the password used to lock the Directory? cd / clear cd dir clear unlockfolder %file% %unlockfolder% isfile %dir%/%file%/folder.lock if isfile = false goto iu endif say Directory Not unlocked.... pause clear goto start @iu clear say Directory unlocked. goto start @g say Other commands= (1).Show time (2).See time playing in current session in minuets. say (3).Change Foreground color. (4).Change Background color. (5).Log out of Darksigns input other Input a number. if other = 1 goto aa elseif other = 2 goto bb elseif other = 3 goto cc elseif other = 4 goto dd elseif other = 5 goto pp @aa clear time pause goto start @bb clear showmin pause goto start @cc input color What color would you like to change to? clear fcolor %color% clear goto start @dd input color What color would you like to change to? clear bgcolor %color% clear goto start @pp say Logout in 4 seconds. wait 4000 exit @ab say Running Filerippper pause cd / cd scripts clear run fileripper end