Unc3nZureD Posted November 4, 2012 Posted November 4, 2012 I've got a file without any extension. I tried to open it with FileOpen, but it returns -1. Is it a global problem or did I fail anything in my code?
Exit Posted November 4, 2012 Posted November 4, 2012 I see no code. App: Au3toCmd UDF: _SingleScript()
Unc3nZureD Posted November 4, 2012 Author Posted November 4, 2012 (edited) goddamn man... The point is whether its a global problem or not. $LocalHostW = FileOpen("C:\Windows\System32\driversetchosts", 1) MsgBox(0,"",$LocalHostW & @error) Edited November 4, 2012 by Unc3nZureD
Exit Posted November 4, 2012 Posted November 4, 2012 Same in my system. HOSTS is a system file and my antivir programm refuses access. App: Au3toCmd UDF: _SingleScript()
Roshith Posted November 4, 2012 Posted November 4, 2012 are you sure you have write access to system32 directory?
Unc3nZureD Posted November 4, 2012 Author Posted November 4, 2012 I'm on Windows XP (Admin). I'm sure you're on Win7, right? I think I'm allowed to open it, since I can open it even with a notepad.
careca Posted November 4, 2012 Posted November 4, 2012 Hi, returned 10 here, im on w7 x64 Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Unc3nZureD Posted November 4, 2012 Author Posted November 4, 2012 (edited) Are you sure that it's 10? Isn't it -10 ?------------Idea:I think that file is read-only. Let me try to set it's attribute...------------Edit:Yes, now it works perfect. The problem was with the attribute! Edited November 4, 2012 by Unc3nZureD
careca Posted November 4, 2012 Posted November 4, 2012 Good thing its sorted out. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
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