wsb03 Posted August 8, 2006 Posted August 8, 2006 Hi I'm a beginner and I simply want to run a file. The file is called " Renew IP.bat " and is in the folder " C:\Dokumente und Einstellungen\Headhunter\Eigene Dateien\renew ip " . This is my script, but it doesn't work. Can you help me? Run("Renew IP.bat, "C:\Dokumente und Einstellungen\Headhunter\Eigene Dateien\renew ip\", @SW_HIDE)
GtaSpider Posted August 8, 2006 Posted August 8, 2006 Hi and welcome! here, this script is better Run("C:\Dokumente und Einstellungen\Headhunter\Eigene Dateien\renew ip\Renew IP.bat","C:\Dokumente und Einstellungen\Headhunter\Eigene Dateien\renew ip", @SW_HIDE) so long spider www.AutoIt.de - Moderator of the German AutoIt Forum
BPBNA Posted August 8, 2006 Posted August 8, 2006 Better yet. Run("C:\Dokumente und Einstellungen\Headhunter\Eigene Dateien\renew ip\Renew IP.bat","", @SW_HIDE)
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