Jump to content

ragemxf

Active Members
  • Posts

    21
  • Joined

  • Last visited

ragemxf's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. GETTING UNKNOWN FUNCTION NAMES ERRORS ON LINE 2 and 25
  2. What does everyone think about a good method for copying one file to multiple computers, by way of using excel spreadsheet listing of computers or text file listing what would be some good code for that?
  3. so there really is no way with autoit... I dont want to use beta...
  4. How could I send one file to say 20 computers's c drive with autoit?
  5. need an easy way for both parts.... now im excited because it sounds like you have an answer!!
  6. does no one know how to do this?
  7. is there any easy way to search a users share drive(p:) for .pst and automatically add them to outlook I have a very complicated script to do this using windows gui functions... but this requires around 200 lines of code.. ??? Thanks for any help....
  8. thats what I needed thanks....
  9. i could probably do this using fileopen and then filewrite.... but I am unsure of what the Filehandle is? it is line 50 that I am trying to edit
  10. this is what happens when I ues this script... filewriteline("c:\adx\adx.ini",@username) filewriteline("c:\adx\adx.ini","\") UserDir=W:\adx\users\paa7010 \
  11. what if I need a trailing backslash?
  12. figured it out.... I had to map my q: drive before I created the shortcut... thats why.. Thanks everyone
  13. filewriteline("c:\adx\adx.ini","@username") when I use this script, the last line in file reads UserDir=W:\adx\users\@username I want to get this to paste the logged on users name in this txt file... How can I do it?
  14. what is the difference between the two?
  15. here is my latest script filecreateshortcut("c:\aimstempct\usrip400.exe","C:\program files\commodity folder\C&T\Aims Application.pif","q:",@username,"Aims Application","C:\AIMSTEMPCT\SPCESHP.ICO") q: should be working directory......but it does not go into working dir like it should
×
×
  • Create New...