Jump to content

Recommended Posts

Posted

Hello, 

My idea as

Run script then current date on computer will set back specific date* (ex: 3 months), then auto specific software** will run after set back time. However, I wannt set back time only 1 minutes and change back current date, but the software still running. 

* user can choose specific date 

** user can choose specific software

I wrote on apple script code, and run success

do shell script "/usr/sbin/systemsetup -setusingnetworktime off" with administrator privileges
do shell script "/usr/sbin/systemsetup -setdate '11:20:18'" with administrator privileges
tell application "Application"
    activate
end tell
do shell script "sleep 30" with administrator privileges
do shell script "/usr/sbin/systemsetup -setusingnetworktime on" with administrator privileges

Now, I wanna write it look like in autoit. How to writer in autoit

Thanks. 

  • Moderators
Posted

howiebbq,

And just why do you want to do this?

M23

P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out.

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Posted
2 hours ago, Melba23 said:

howiebbq,

And just why do you want to do this?

M23

P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out.

I have software. I have trial 30 days. however, I just extend trial days again and again by set back time previous. This is not illegal.

However, when I set back time on laptop. the software still check current date and time. 

  • Moderators
Posted

@howiebbq This thread is locked as we are not prepared to support such actions. If the software is truly "okay" with you getting around its trial, please PM the Moderation team with something in writing to that effect. Until then, please do not post this question again.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Guest
This topic is now closed to further replies.
×
×
  • Create New...