Applies to:
Microsoft Windows 7 Professional - Service Pack 1
AutoHotkey v1.1.33.02
What?
So this is the documentation for a snippet of code that will list files of a directory using an AutoHotkey ...
... application which lists all the Google Chrome Profiles on your Windows 10 workstation in alphabetical order.
Why?
This program will be redundant if Google ever update their Chrome browser to list ...
What?
This article serves to explain how to split a spreadsheet consisting of multiple sheets into separate files per sheet.
Why?
The Excel file in question was about 36000 rows and had a file ...
Applies to:
Microsoft Windows 7 Professional
Ms-DOS Command Prompt (6.1.7601)
What?
A quick article on how to rename multiple files using the command prompt and a bit of string manipulation. ...
What?
This is an article to demonstrate a quick step-by-step on having an SSIS package loop through a directory/folder of files in order to populate a database table. We could add each file as a separate ...
What?
A quick note on how to copy files and folders over without overwriting existing files. It's easy to say "Yes" and replace all files. What I need is something that synchronizes files on an internal ...
What?
So this is an article to list methods of retrieving the number of files in a folder/directory.
Why?
Why can't we just use a loop and file pattern native to the Autohotkey programming language:
UserFolder:="C:"
-- ...
What?
Just a quick note on how to format a given filesize and to reduce the display output to a small string, eg:
196 bytes : displays as => "196 bytes"
12945 bytes : displays ...
Why?
So I get back from annual leave and I can't check-out / check-in any files in a Visual Studio 2010 project. All my colleagues can.
What?
Rather silly I know and the solution is one of those ...
Why?
So let's say my FTP client is not the most expensive (was FREE), nor the most advanced client out there, and I want to know what were the most recent files I modified and uploaded to a site, how ...
Well this isn't a problem for those that don't use RokDownloads. The other day, I logged in to upload some new files and manage some of my downloadable files... Only to find that the Rokdownloads manager ...
I'm beginning a list as I've just spent an age trying to get PHP output to create a text file. Then my client showed me how she then opens the text file in Excel, so I said we could get the script to ...
... on "My Folders" and then checking the URL
https://workdrive.zoho.com/home//privatespace/folders/
Getting the teamfolder ID:
Access the folder in workdrive and check the URL:
https://workdrive.zoho.com/home//teams//ws//folders/files
or
https://workdrive.zoho.com/home//teams//ws//folders/
...
... the file
You may note that this generates a text file rather than a CSV, this is because our JS widget won't pack a CSV but it will pack text files.
//
// generate a CSV or TXT
v_CSVFilename ...
... receive and pass to the JS widget.
the HTML
You may note that I have additional CSS and JS files. I like to keep the copies local (especially if the hosting is included) so the app doesn't suddenly ...
... data that is expected to be in the rows (ZohoAnalytics may have issues loading a file with only headers)
Click on "Create" then "New Table/Import Data" > Select "Files" (the one with the Excel icon)
Give ...
... + v_BillID + "/attachment?organization_id=123456789"
type: POST
files: m_Attachment
connection: "zbooks"
];
Open the file / Download via Browser
We're going to use an openUrl() function here ...
What?
This is a very quick article on sending an email with Deluge which needs a dynamic number of files attached to it.
Why?
This came up during a call with another developer and it occurred ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.