Good afternoon,
I'm trying to run an vbs script from the startup folder of a user in Windows 7. The vbs is calling to : http://www.ferrobackup.com/ftpuse/. My purpose is the users to be able to have a ftp account connected to a server and mapped as drive. I have been able
to achieve this goal with this utility. The problem is basically that all works fine but the console window running the ftpuse.exe command stays till you type return or any key... and then closes the application and unmaps (of course) the mapped drive. How
could I achieve this with Windows 7/2008 and so?? In Windows XP for example... you can use obshell.run and vbhide.... and works... but in Windows 7 it's not possible.... apart from that... is it possible to change my command (ftpuse.exe) compatibility mode
to windows xp from command line? I'm doing scripting....
Thank you very much,
Best regards,