windows
MYOB can't send email invoices
If MYOB fails to send and invoice by email and throws an I/O type error it might be because there is an Esales.pdf file already in the temp folder. To fix simply delete all Esale.pdf files from the temp folder: 1) Open the command line from the Start menu Start >> Run 2) Find the…
Read MoreImport File List into Spreadsheet – Windows
Using the command line: dir /a:-d /b >filelist.csv dir lists directory contents /a:-d lists files with attribute is not a directory /b doesn’t show file details so only shows file name >filelist.csv outputs list to filelist.csv in the same directory Then open with your favourite spreadsheet program.
Read More