Results 1 to 3 of 3

Thread: Log off Script

  1. #1
    Join Date
    Jul 2006
    Posts
    142
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Log off Script

    I am trying to create a log off script to run the a program (syncToy) and when it finishes, log off. To explain more - I have sync toy installed and I have it scheduled to run whenever I login but "Schedule Task" does not give me the option to run it when I log off. I think at gpedit.msc > User Config > Windows setting > Scripts , putting a batch file would run the program and when done, it would log off???

    Sample Batch File:
    Code:
    echo "Running Sync toy ..."
    start c:/Prog Files/SyncToy/SyncToy.exe
    This is what I can think of ... any other idea? Is the above code correct?

  2. #2
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Maybe one of these tools here can be on any assistance
    Code:
    http://www.snapfiles.com/downloadfind.php?action=s&st=shutdown

  3. #3
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    sure :-)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •