aeiro Posted February 23, 2016 Share Posted February 23, 2016 Just got the ducky in the mail today. decided to make it create a batch file and run it afterwords. problem is the encoder will not work. The error i get through the cmd promt is "Char not found:ASCII_9" repeating multiple times and then it finally completes. As you can see that doesn't help much so i decided to take my script to the duck toolkit and test my luck. As you will see in the upcoming screen shot i still do not know whats going on. I've Managed to narrow the error down to line 17. if I REM that line the compilation is successful. why is this @symbol throwing everything off? Quote Link to comment Share on other sites More sharing options...
Solution White Light Posted February 23, 2016 Solution Share Posted February 23, 2016 Well ASCII_9 is a literal tab, so the issue is probably the tab you clearly have there instead of a space. In addition, you're going to run into issues with line 13. Try running echo C:\%userprofile%\Desktop\ in cmd.exe and see what the output is. Quote Link to comment Share on other sites More sharing options...
aeiro Posted February 23, 2016 Author Share Posted February 23, 2016 oh wow thanks! Found this searching ASCII_9 http://ascii.cl/.I've realized the code actually does compile is just removes the tabs. That helped me find out that i need to remove the "c:\\" portion of the code and it works just fine. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.