mikeqf Posted October 7, 2021 Share Posted October 7, 2021 After doing the migration from the former Google Backup and Sync client to the new Google Drive client which "streams" the files, I am unable to run any of my scripts from the newly mapped G: drive. I'm trying to determine if this is something with AutoIt or possibly a software restriction group policy in place and am having a really tough time figuring it out. Old setup - Google Backup and Sync. Synced my files to a subdirectory of my D: drive, a local disk. Never had any issues. New setup - Google Drive. Maps a drive on the computer, in my case G:. For those unfamiliar It streams the files instead of syncing everything on your drive, only downloading files that you need. The issue - I can't run any of my AutoIt scripts from G:, be it directly in SciTe, as an au3 file from explorer, or as a compiled exe. No errors are presented. In SciTe the log looks as if everything runs correctly but they do not execute. I also don't see any errors in my Windows logs. I've tried with more complicated scripts (ones that present GUI, etc.) and with very simple two line scripts. (just trying to minimize a window) I can run executable files from the G: drive otherwise, such as PSTools, etc. I apologize if I'm missing something on the forum but don't seem to find anything about a similar problem. Anyone else using the new Google Drive client experiencing this issue or can test it? Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted October 7, 2021 Moderators Share Posted October 7, 2021 mikeqf, it is not just you: M23 Skysnake 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
mikeqf Posted October 7, 2021 Author Share Posted October 7, 2021 Thank you - I must not have searched for the correct terms to find that. Unfortunately it doesn't seem there is a solution. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now