Jump to content

murray654

Members
  • Posts

    8
  • Joined

  • Last visited

murray654's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi, Great script - I modified it to delete files older than 1 hour - do you foresee any problem with doing this? Another question; this script does not delete read only files - is this by design? Cheers, Murray
  2. Hi, I was wondering where are the B, I, N, G & O? See wikipedia I guess you play a different version of the game.
  3. Thanks for the input DriveGetDrive("NETWORK") is empty I have 11 network drives, but the command fails to get any information on them, because they are disconnected? I am going to set the computer to do a reboot to refresh my drives. Maybe that will work. Kind regards, Murray
  4. Hi, I have the problem with a network drive being disconnected when I start work. I thought I would try use the remap drives function which I found here CODEFunc _Remap() $drv = DriveGetDrive("NETWORK") If @error Then Exit For $i = 1 to $drv[0] $share = DriveMapGet($drv[$i]) DriveMapDel($drv[$i]) DriveMapAdd($drv[$i], $share) Next EndFunc But it does not re-connect any of my network drives. Is there another way (using autoit) to reconnect or refresh my drives. Currently I have to double click on drives in My Computer to make them connect to the other computers. Until I do that some of my scripts dont run. In windows Scheduled Tasks, the scripts I have scheduled are reported as status: could not start. these are scripts that are located (as exe) on the remote computer. Searched these forums for hours, and can't find any other solutions to my problem. Any ideas? Best regards, Murray
  5. Hi, Great bit of software - Is it possible to get screen shots when a different user name is used to run the client? I have a computer which logs into a limited account by default. I set the client to load using an admin user account - so I can do more stuff. The screen shots are always black with the mouse position shown. Also, there are some strange things happening when transfering files. I was sending a hosts file to a machine and it gets some extra characters added to the file. An employee was using the company machine to upload all their holiday snaps to facebook. Had to stop him. # Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host 127.0.0.1 localhost 127.0.0.1 facebook.com #~~ProgramShutdown Seems to happen on upload to client, not on download. I added in the # on the final line so the added characters were only a comment, did not confuse windows. Seems to add ~~ProgramShutdown on every file uploaded. Cant wait for the scheduled tasks tab to be active.
  6. Hi I created a backup called murray. It is supposed to run every day, but on the main screen it says it will run on Saturday? When I click the "backup now" button a little popup says executing murray but my modified files are not copied. Only when I right click my backup and select "Run this now", then it copies modified files from the source folder to the destination? Best regards, Murray
  7. Thanks MsCreator - it does work now. Kind regards, Murray
  8. Line 0 (File "C:\Documents and Settings\Murray\My Documents\scripts\AutoIT3\Backup\BackupPowerTill.exe"): Local $sIstr, $bSF, $sCriteria, $sBuffer, $iH, $iH2, $sCS, $sCF, $sCF2, $sCP, $sFP, $sOutPut = '', $aNull[1] Local ^ ERROR Error: Can not redeclare a parameter inside a user function. Can anyone advise how to fix this script? Best regards, Murray
×
×
  • Create New...