Jump to content

Recommended Posts

Posted

Hello,

I can understand why this:

MsgBox(0, "", @AppDataDir & '\.minecraft\saves' & $myVar & '.ext')

Is returning C:UsersDamonAppDataRoaming.minecraftsavesC:UsersDamonAppDataRoaming.minecraftsavesvariable here.ext

$myVar = "variable here"

I want C:UsersDamonAppDataRoaming.minecraftsavesvariable here.ext

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Posted

it does not return that, post your whole script

$myVar = "Variable Here"

MsgBox(0, "", @AppDataDir & '\.minecraft\saves\' & $myVar & '.ext')

  Reveal hidden contents

Posted (edited)

what is $myVar holding?

Edited by MikahS

Snips & Scripts

  Reveal hidden contents

My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

  • Moderators
Posted
  On 12/31/2014 at 4:35 PM, TheDcoder said:

Hello,

I can understand why this:

MsgBox(0, "", @AppDataDir & '\.minecraft\saves' & $myVar & '.ext')

Is returning C:UsersDamonAppDataRoaming.minecraftsavesC:UsersDamonAppDataRoaming.minecraftsavesvariable here.ext

$myVar = "variable here"

I want C:UsersDamonAppDataRoaming.minecraftsavesvariable here.ext

Isn't minecraft a game?

I believe my children play it.

Consider yourself on the naughty list  :naughty: .

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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