Jump to content

Recommended Posts

Posted

hey,i ve a script ,it needs to run dos command ,but command parameters include some variable ,i found some way from help files ,but the script 's not word still

like this:

Local $var = "D:\1.txt"

Run(@ComSpec & " /c " & "Del"&""&$var , "", @SW_HIDE)

i hope get some help ,thank u

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...