kaje_ovo Posted August 15, 2005 Posted August 15, 2005 All apps instaling and doing fine now..!But I came to two problems. But I have commands also like.COPY /Y %CDROM%\apps\putty.exe %userprofile%\Desktop\or RD /Q /S %systemdrive%\installOr do I make some batch (when working from RunOnceEx in Unattended these commands down works fine.) file and make a point to %CDROM%\apps\putty.cmd
almulder Posted August 15, 2005 Posted August 15, 2005 best way make some batch file (that seem to work best for me.)But if anybody else know a more effective way.
InTheWayBoy Posted August 16, 2005 Posted August 16, 2005 I used to use a .bat before I found AutoIT...seems more logical, even if you don't know anything. Here's some sample code::Delete A Folder (The 1 is to recursively delete, or remove the folder and everything in it)DirRemove ( "C:\Folder" ,1 ):Copy A File...the first value is the files you want to copy, the second is where you want to copy them tooFileCopy ( "c:\old\file.exe", "C:\new" )Check the attatchment for a little cheat sheet I made myself.After you make the file, you can even turn it into an .exe real quick, and just run the .exe from WPI. All the tools are included with the install of the program.AutoIT_Reference.txt
kaje_ovo Posted August 16, 2005 Author Posted August 16, 2005 Thanks for Answers.!!! One promblem less.!!!
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