Powered by Blogger.

Social Icons

Featured Posts

Nokia 6

Monday, July 31, 2017

Macro length exceeds 2500 lines, this might take too long to load

Tuesday, July 11, 2017

Go to about:config in Firefox

Enter extensions.imacros.maxMacrolength in search



Double click extensions.imacros.maxMacrolength

Type 5000 or whatever length you want it to be.


Click OK


Now iMacros won't display message if number of lines in code don't exceed specified number.

Create directory list from command prompt on Windows

Navigate to folder and run following command

dir > FileName.txt
or
dir > Complete Folder Path/Filename.txt

dir >> Filename.txt will append data to existing file 

dir /s > FileName.txt will include sub-directories

dir /b > Filename.txt will save in Bare format

For more options run dir /?
 

Translate

Popular Posts