Hello,
Again, I am having issues. I'm trying to save a file from input as a batch file and write the data from another input. The code below get "error, could not save text file." Any help would be great. Thanks
Again, I am having issues. I'm trying to save a file from input as a batch file and write the data from another input. The code below get "error, could not save text file." Any help would be great. Thanks
Code:
IP = Input.GetText("ip"); get = Input.GetText("CMD"); test = "C:\\TSAT\\Map\\"..IP.."-Drive.bat" TextFile.WriteFromString(test, get, false);
Comment